Options
All
  • Public
  • Public/Protected
  • All
Menu

Object literal which represents a circle.

Hierarchy

Index

Properties

The center of the Circle.

clickable?: null | boolean

Indicates whether this Circle handles mouse events.

defaultvalue

true

draggable?: null | boolean

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

defaultvalue

false

editable?: null | 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.

defaultvalue

false

fillColor?: null | string

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

fillOpacity?: null | number

The fill opacity between 0.0 and 1.0.

map?: null | Map

Map on which to display the Circle.

radius: number

The radius in meters on the Earth's surface.

strokeColor?: null | string

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

strokeOpacity?: null | number

The stroke opacity between 0.0 and 1.0.

strokePosition?: null | StrokePosition

The stroke position.

defaultvalue

google.maps.StrokePosition.CENTER

strokeWeight?: null | number

The stroke width in pixels.

visible?: null | boolean

Whether this circle is visible on the map.

defaultvalue

true

zIndex?: null | number

The zIndex compared to other polys.

Generated using TypeDoc