Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional center

center: undefined | LatLng | LatLngLiteral

The center

Optional clickable

clickable: undefined | boolean

Indicates whether this Circle handles mouse events. Defaults to true.

Optional draggable

draggable: undefined | boolean

If set to true, the user can drag this circle over the map. Defaults to false.

Optional editable

editable: undefined | boolean

If set to true, the user can edit this circle by dragging the control points shown at the center and around the circumference of the circle. Defaults to false.

Optional fillColor

fillColor: undefined | string

The fill color. All CSS3 colors are supported except for extended named colors.

Optional fillOpacity

fillOpacity: undefined | number

The fill opacity between 0.0 and 1.0

Optional map

map: undefined | Map<Element>

Map on which to display Circle.

Optional radius

radius: undefined | number

The radius in meters on the Earth's surface

Optional strokeColor

strokeColor: undefined | string

The stroke color. All CSS3 colors are supported except for extended named colors.

Optional strokeOpacity

strokeOpacity: undefined | number

The stroke opacity between 0.0 and 1.0

Optional strokePosition

strokePosition: undefined | CENTER | INSIDE | OUTSIDE

The stroke position. Defaults to CENTER. This property is not supported on Internet Explorer 8 and earlier.

Optional strokeWeight

strokeWeight: undefined | number

The stroke width in pixels.

Optional visible

visible: undefined | boolean

Whether this circle is visible on the map. Defaults to true.

Optional zIndex

zIndex: undefined | number

The zIndex compared to other polys.

Generated using TypeDoc