Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.01 KB

DrawingControlOptions.md

File metadata and controls

26 lines (14 loc) · 1.01 KB

See html formatted version

DrawingControlOptions interface

google.maps.drawing.DrawingControlOptions interface

Options for the rendering of the drawing control.

Library

drawing

Properties

undefined

Type:  Array<OverlayType> optional

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. Defaults to ['marker', 'polyline', 'rectangle', 'circle', 'polygon'].

undefined

Type:  ControlPosition optional

Position id. Used to specify the position of the control on the map. The default position is TOP_LEFT.