agm-circle

Defines a Map Circle component.

This component displays a circular area of a specified radius on a Google Map.
For more information: AgmCircle.

Name Description
Clickable boolean : Specifies whether this circle handles mouse events. Defaults to true.
Draggable boolean : If set to true, the user can drag this circle over the map. Defaults to false.
FillColor string : The fill color. All CSS3 colors are supported except for extended named colors.
FillOpacity number : The fill opacity between 0.0 and 1.0.
Latitude Number : The circle will be displayed at this latitude. Must be a ‘number’ jSON type (ex: 51.678418).
Longitude Number : The circle will be displayed at this longitude. Must be a ‘number’ jSON type (ex: 7.809007).
Radius Number : The radius in meters on the Earth’s surface.
StrokeColor string : The stroke color. All CSS3 colors are supported except for extended named colors.
StrokeOpacity number : The stroke opacity between 0.0 and 1.0.
StrokePosition number : The stroke position. Defaults to 0 (CENTER). (1=INSIDE, 2=OUTSIDE).
StrokeWeight number : The stroke width in pixels.
Visible boolean : Specifies whether this circle is visible on the map. Defaults to true.
Comment Describes the object comment to include in the documentation report. <p>This property generally contains an explanation about the object.</p>
Identifier Defines the component identifier.
Is active Defines whether the component is active.