GMap class

Inheritance
Available Extensions
Annotations
  • @JS('google.maps.Map')

Constructors

GMap(HtmlElement? mapDiv, [MapOptions? opts])

Properties

data Data?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mapTypes MapTypeRegistry?
getter/setter pair
overlayMapTypes MVCArray<MapType?>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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