DrawingManager class

Inheritance
Available extensions
Annotations
  • @JS.new('google.maps.drawing.DrawingManager')

Constructors

DrawingManager([DrawingManagerOptions? options])

Properties

drawingMode ↔ OverlayType?

Available on DrawingManager, provided by the DrawingManager$Ext extension

getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
map ↔ GMap?

Available on DrawingManager, provided by the DrawingManager$Ext extension

getter/setter pair
onCirclecomplete → Stream<Circle>

Available on DrawingManager, provided by the DrawingManager$Ext extension

no setter
onMarkercomplete → Stream<Marker>

Available on DrawingManager, provided by the DrawingManager$Ext extension

no setter
onOverlaycomplete → Stream<OverlayCompleteEvent>

Available on DrawingManager, provided by the DrawingManager$Ext extension

no setter
onPolygoncomplete → Stream<Polygon>

Available on DrawingManager, provided by the DrawingManager$Ext extension

no setter
onPolylinecomplete → Stream<Polyline>

Available on DrawingManager, provided by the DrawingManager$Ext extension

no setter
onRectanglecomplete → Stream<Rectangle>

Available on DrawingManager, provided by the DrawingManager$Ext extension

no setter
options ← DrawingManagerOptions?

Available on DrawingManager, provided by the DrawingManager$Ext extension

no getter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
values ← Object?

Available on MVCObject, provided by the MVCObject$Ext extension

no getter

Methods

addListener(String? eventName, Function? handler) → MapsEventListener?

Available on MVCObject, provided by the MVCObject$Ext extension

bindTo(String? key, MVCObject? target, [String? targetKey, bool? noNotify]) → void
inherited
get(String? key) → Object?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify(String? key) → void
inherited
set(String? key, Object? value) → void
inherited
toString() → String
A string representation of this object.
inherited
unbind(String? key) → void
inherited
unbindAll() → void
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited