Polyline class

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

Constructors

Polyline([PolylineOptions? opts])

Properties

draggable ↔ bool?

Available on Polyline, provided by the Polyline$Ext extension

getter/setter pair
editable ↔ bool?

Available on Polyline, provided by the Polyline$Ext extension

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

Available on Polyline, provided by the Polyline$Ext extension

getter/setter pair
onClick → Stream<PolyMouseEvent>

Available on Polyline, provided by the Polyline$Ext extension

no setter
onContextmenu → Stream<PolyMouseEvent>

Available on Polyline, provided by the Polyline$Ext extension

no setter
onDblclick → Stream<PolyMouseEvent>

Available on Polyline, provided by the Polyline$Ext extension

no setter
onDrag → Stream<MapMouseEvent>

Available on Polyline, provided by the Polyline$Ext extension

no setter
onDragend → Stream<MapMouseEvent>

Available on Polyline, provided by the Polyline$Ext extension

no setter
onDragstart → Stream<MapMouseEvent>

Available on Polyline, provided by the Polyline$Ext extension

no setter
onMousedown → Stream<PolyMouseEvent>

Available on Polyline, provided by the Polyline$Ext extension

no setter
onMousemove → Stream<PolyMouseEvent>

Available on Polyline, provided by the Polyline$Ext extension

no setter
onMouseout → Stream<PolyMouseEvent>

Available on Polyline, provided by the Polyline$Ext extension

no setter
onMouseover → Stream<PolyMouseEvent>

Available on Polyline, provided by the Polyline$Ext extension

no setter
onMouseup → Stream<PolyMouseEvent>

Available on Polyline, provided by the Polyline$Ext extension

no setter
onRightclick → Stream<PolyMouseEvent>

Available on Polyline, provided by the Polyline$Ext extension

no setter
options ← PolylineOptions?

Available on Polyline, provided by the Polyline$Ext extension

no getter
path ↔ MVCArray<LatLng?>?

Available on Polyline, provided by the Polyline$Ext extension

getter/setter pair
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
visible ↔ bool?

Available on Polyline, provided by the Polyline$Ext extension

getter/setter pair

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