Specifies that the DrawingManager
creates circles, and that
the overlay given in the overlaycomplete
event is a circle.
Specifies that the DrawingManager
creates markers, and that
the overlay given in the overlaycomplete
event is a marker.
Specifies that the DrawingManager
creates polygons, and that
the overlay given in the overlaycomplete
event is a polygon.
Specifies that the DrawingManager
creates polylines, and
that the overlay given in the overlaycomplete
event is a
polyline.
Specifies that the DrawingManager
creates rectangles, and
that the overlay given in the overlaycomplete
event is a
rectangle.
Generated using TypeDoc
The types of overlay that may be created by the
DrawingManager
. Specify these by value, or by using the constant's name. For example,'polygon'
orgoogle.maps.drawing.OverlayType.POLYGON
.