GroundOverlay class

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

Constructors

GroundOverlay(String? url, LatLngBounds? bounds, [GroundOverlayOptions? opts])

Properties

bounds LatLngBounds?

Available on GroundOverlay, provided by the GroundOverlay$Ext extension

no setter
hashCode int
The hash code for this object.
no setterinherited
map GMap?

Available on GroundOverlay, provided by the GroundOverlay$Ext extension

getter/setter pair
onClick Stream<MapMouseEvent>

Available on GroundOverlay, provided by the GroundOverlay$Ext extension

no setter
onDblclick Stream<MapMouseEvent>

Available on GroundOverlay, provided by the GroundOverlay$Ext extension

no setter
opacity num?

Available on GroundOverlay, provided by the GroundOverlay$Ext extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?

Available on GroundOverlay, provided by the GroundOverlay$Ext extension

no setter
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