Options
All
  • Public
  • Public/Protected
  • All
Menu

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' or google.maps.drawing.OverlayType.POLYGON.

Index

Enumeration members

CIRCLE

CIRCLE = "CIRCLE"

Specifies that the DrawingManager creates circles, and that the overlay given in the overlaycomplete event is a circle.

MARKER

MARKER = "MARKER"

Specifies that the DrawingManager creates markers, and that the overlay given in the overlaycomplete event is a marker.

POLYGON

POLYGON = "POLYGON"

Specifies that the DrawingManager creates polygons, and that the overlay given in the overlaycomplete event is a polygon.

POLYLINE

POLYLINE = "POLYLINE"

Specifies that the DrawingManager creates polylines, and that the overlay given in the overlaycomplete event is a polyline.

RECTANGLE

RECTANGLE = "RECTANGLE"

Specifies that the DrawingManager creates rectangles, and that the overlay given in the overlaycomplete event is a rectangle.

Generated using TypeDoc