Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for the rendering of the drawing control.

Hierarchy

  • DrawingControlOptions

Index

Properties

drawingModes?: null | OverlayType[]

The drawing modes to display in the drawing control, in the order in which they are to be displayed. The hand icon (which corresponds to the null drawing mode) is always available and is not to be specified in this array.

defaultvalue

[google.maps.drawing.OverlayType.MARKER, google.maps.drawing.OverlayType.POLYLINE, google.maps.drawing.OverlayType.RECTANGLE, google.maps.drawing.OverlayType.CIRCLE, google.maps.drawing.OverlayType.POLYGON]

position?: null | ControlPosition

Position id. Used to specify the position of the control on the map.

defaultvalue

google.maps.ControlPosition.TOP_LEFT

Generated using TypeDoc