- Implementers
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addMapCenterChangedEventListener(
) → Future< void> -
addMapClickEventListener(
) → Future< void> -
addMapIdleEventListener(
) → Future< void> -
addMapLongTapEventListener(
) → Future< void> -
addMapZoomChangedEventListener(
) → Future< void> -
addMapZoomEndEventListener(
) → Future< void> -
addMapZoomStartEventListener(
) → Future< void> -
addMarker(
{required String markerId, required MarkerOptions markerOptions}) → Future< void> -
addMarkerClickEvent(
{required String markerId}) → Future< void> -
dispose(
) → void -
disposeMap(
) → Future< void> -
getBounds(
{required bool shouldReturnLatLng}) → Future< Bounds> -
getCenter(
{required bool shouldReturnLatLng}) → Future< Coord> -
getMarkerIds(
) → Future< List< int> > -
getZoom(
) → Future< int> -
hasLatLng(
{required NLatLngBounds bounds, required Coord coord}) → Future< bool> -
hasPoint(
{required NPointBounds bounds, required Coord coord}) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onMapCenterChanged(
Map< String, dynamic> center) → void -
onMapClick(
Map< String, dynamic> coord) → void -
onMapIdle(
) → void -
onMapLoadFail(
) → void -
onMapLoadSuccess(
) → void -
onMapLongTap(
Map< String, dynamic> coord) → void -
onMapZoomChanged(
int zoom) → void -
onMapZoomEnd(
) → void -
onMapZoomStart(
) → void -
onMarkerClick(
String markerId) → void -
removeMapCenterChangedEventListener(
) → Future< void> -
removeMapClickEventListener(
) → Future< void> -
removeMapIdleEventListener(
) → Future< void> -
removeMapLongTapEventListener(
) → Future< void> -
removeMapZoomChangedEventListener(
) → Future< void> -
removeMapZoomEndEventListener(
) → Future< void> -
removeMapZoomStartEventListener(
) → Future< void> -
removeMarker(
{required String markerId}) → Future< void> -
removeMarkerAll(
) → Future< void> -
removeMarkerClickEvent(
{required String markerId}) → Future< void> -
setCenter(
{required Coord center}) → Future< void> -
setZoom(
{required int zoom}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
updateMarker(
{required String markerId, required MarkerOptions markerOptions}) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited