Skip to content

Latest commit

 

History

History
94 lines (48 loc) · 2.38 KB

CircleOptions.md

File metadata and controls

94 lines (48 loc) · 2.38 KB

See html formatted version

CircleOptions interface

google.maps.CircleOptions interface

CircleOptions object used to define the properties that can be set on a Circle.

Properties

undefined

Type:  LatLng|LatLngLiteral optional

The center of the Circle.

undefined

Type:  boolean optional

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

undefined

Type:  boolean optional

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

undefined

Type:  boolean optional

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.

undefined

Type:  string optional

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

undefined

Type:  number optional

The fill opacity between 0.0 and 1.0.

undefined

Type:  Map optional

Map on which to display the Circle.

undefined

Type:  number optional

The radius in meters on the Earth's surface.

undefined

Type:  string optional

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

undefined

Type:  number optional

The stroke opacity between 0.0 and 1.0.

undefined

Type:  StrokePosition optional

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

undefined

Type:  number optional

The stroke width in pixels.

undefined

Type:  boolean optional

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

undefined

Type:  number optional

The zIndex compared to other polys.