InfoWindow class

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

Constructors

InfoWindow([InfoWindowOptions? opts])

Properties

content ↔ Object?

Available on InfoWindow, provided by the InfoWindow$Ext extension

getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
onCloseclick → Stream<void>

Available on InfoWindow, provided by the InfoWindow$Ext extension

no setter
onContentChanged → Stream<void>

Available on InfoWindow, provided by the InfoWindow$Ext extension

no setter
onDomready → Stream<void>

Available on InfoWindow, provided by the InfoWindow$Ext extension

no setter
onPositionChanged → Stream<void>

Available on InfoWindow, provided by the InfoWindow$Ext extension

no setter
onVisible → Stream<void>

Available on InfoWindow, provided by the InfoWindow$Ext extension

no setter
onZindexChanged → Stream<void>

Available on InfoWindow, provided by the InfoWindow$Ext extension

no setter
options ← InfoWindowOptions?

Available on InfoWindow, provided by the InfoWindow$Ext extension

no getter
position ↔ LatLng?

Available on InfoWindow, provided by the InfoWindow$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
zIndex ↔ num?

Available on InfoWindow, provided by the InfoWindow$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
close() → void
focus() → void
get(String? key) → Object?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify(String? key) → void
inherited
open([Object? options, MVCObject? anchor]) → void
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