Map Circle

The Map Cirle adds a circular indicator to the Map View

How to use

The Map Circle is nested inside the Map View component to render a circular indicator on the map. You can set the latitude and longitude to specify the center of the circle and a radius in meters to determine the circle's size.

Configuration Properties

NameDescription
Component nameThe name of the component as it appears in the Screen's component tree
ColorThe color the circle. This is shown in low transparency.
Border ColorThe color the circle's border.

Data Properties

NameDescription
LatitudeThe latitude in which the center of the circle is located
LongitudeThe longitude in which the center of the circle is located
RadiusThe radius of the circle in meters

Conditional Display

You can conditionally display a component based on a given condition. Learn more about conditionally displaying components in the Conditional Display doc.