ImageMapType class

Inheritance
Implemented types
Available extensions
Annotations
  • @JS.new('google.maps.ImageMapType')

Constructors

ImageMapType(ImageMapTypeOptions? opts)

Properties

alt ↔ String?
getter/setter pairoverride
getTile ↔ Element? Function(Point? tileCoord, num? zoom, Document? ownerDocument)?

Available on ImageMapType, provided by the ImageMapType$Ext extension

getter/setter pair
getTile ↔ Element? Function(Point? tileCoord, num? zoom, Document? ownerDocument)?

Available on MapType, provided by the MapType$Ext extension

getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
maxZoom ↔ num?
getter/setter pairoverride
minZoom ↔ num?
getter/setter pairoverride
name ↔ String?
getter/setter pairoverride
onTilesloaded → Stream<void>

Available on ImageMapType, provided by the ImageMapType$Ext extension

no setter
opacity ↔ num?

Available on ImageMapType, provided by the ImageMapType$Ext extension

getter/setter pair
projection ↔ Projection?
getter/setter pairoverride
radius ↔ num?
getter/setter pairoverride
releaseTile ↔ void Function([Element? tile])?

Available on ImageMapType, provided by the ImageMapType$Ext extension

getter/setter pair
releaseTile ↔ void Function([Element? tile])?

Available on MapType, provided by the MapType$Ext extension

getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tileSize ↔ Size?
getter/setter pairoverride
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