GMap class
- Inheritance
- Available extensions
- Annotations
-
- @JS('google.maps.Map')
Constructors
- GMap(HtmlElement? mapDiv, [MapOptions? opts])
Properties
- bounds → LatLngBounds?
-
Available on GMap, provided by the GMap$Ext extension
no setter - center ↔ LatLng?
-
Available on GMap, provided by the GMap$Ext extension
getter/setter pair - clickableIcons ↔ bool?
-
Available on GMap, provided by the GMap$Ext extension
getter/setter pair -
controls
↔ List<
MVCArray< ?HtmlElement?> ?> -
Available on GMap, provided by the GMap$Ext extension
getter/setter pair - data ↔ Data?
-
getter/setter pair
- div → HtmlElement?
-
Available on GMap, provided by the GMap$Ext extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- heading ↔ num?
-
Available on GMap, provided by the GMap$Ext extension
getter/setter pair - mapTypeId ↔ Object?
-
Available on GMap, provided by the GMap$Ext extension
getter/setter pair - mapTypes ↔ MapTypeRegistry?
-
getter/setter pair
-
onBoundsChanged
→ Stream<
void> -
Available on GMap, provided by the GMap$Ext extension
no setter -
onCenterChanged
→ Stream<
void> -
Available on GMap, provided by the GMap$Ext extension
no setter -
onClick
→ Stream<
IconMouseEvent> -
Available on GMap, provided by the GMap$Ext extension
no setter -
Available on GMap, provided by the GMap$Ext extension
no setter -
onDblclick
→ Stream<
MapMouseEvent> -
Available on GMap, provided by the GMap$Ext extension
no setter -
onDrag
→ Stream<
void> -
Available on GMap, provided by the GMap$Ext extension
no setter -
onDragend
→ Stream<
void> -
Available on GMap, provided by the GMap$Ext extension
no setter -
onDragstart
→ Stream<
void> -
Available on GMap, provided by the GMap$Ext extension
no setter -
onHeadingChanged
→ Stream<
void> -
Available on GMap, provided by the GMap$Ext extension
no setter -
onIdle
→ Stream<
void> -
Available on GMap, provided by the GMap$Ext extension
no setter -
onIsfractionalzoomenabledChanged
→ Stream<
void> -
Available on GMap, provided by the GMap$Ext extension
no setter -
onMaptypeidChanged
→ Stream<
void> -
Available on GMap, provided by the GMap$Ext extension
no setter -
onMousemove
→ Stream<
MapMouseEvent> -
Available on GMap, provided by the GMap$Ext extension
no setter -
onMouseout
→ Stream<
MapMouseEvent> -
Available on GMap, provided by the GMap$Ext extension
no setter -
onMouseover
→ Stream<
MapMouseEvent> -
Available on GMap, provided by the GMap$Ext extension
no setter -
onProjectionChanged
→ Stream<
void> -
Available on GMap, provided by the GMap$Ext extension
no setter -
onRenderingtypeChanged
→ Stream<
void> -
Available on GMap, provided by the GMap$Ext extension
no setter -
onRightclick
→ Stream<
MapMouseEvent> -
Available on GMap, provided by the GMap$Ext extension
no setter -
onTilesloaded
→ Stream<
void> -
Available on GMap, provided by the GMap$Ext extension
no setter -
onTiltChanged
→ Stream<
void> -
Available on GMap, provided by the GMap$Ext extension
no setter -
onZoomChanged
→ Stream<
void> -
Available on GMap, provided by the GMap$Ext extension
no setter - options ← MapOptions?
-
Available on GMap, provided by the GMap$Ext extension
no getter -
overlayMapTypes
↔ MVCArray<
MapType?> ? -
getter/setter pair
- projection → Projection?
-
Available on GMap, provided by the GMap$Ext extension
no setter - renderingType → RenderingType?
-
Available on GMap, provided by the GMap$Ext extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streetView ↔ StreetViewPanorama?
-
Available on GMap, provided by the GMap$Ext extension
getter/setter pair - tilt ↔ num?
-
Available on GMap, provided by the GMap$Ext extension
getter/setter pair - values ← Object?
-
Available on MVCObject, provided by the MVCObject$Ext extension
no getter - zoom ↔ num?
-
Available on GMap, provided by the GMap$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
-
fitBounds(
LatLngBounds? bounds, [Object? padding]) → void -
get(
String? key) → Object? -
inherited
-
moveCamera(
CameraOptions? cameraOptions) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notify(
String? key) → void -
inherited
-
panBy(
num? x, num? y) → void -
panTo(
LatLng? latLng) → void -
panToBounds(
LatLngBounds? latLngBounds, [Object? padding]) → 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