NaverMapManager class

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
onMapEvent Stream<MapEvent>
no setter
onMapLoadStatus Stream<MapLoadStatus>
no setter
onMarkerEvent Stream<MarkerEvent>
no setter
onPageFinished Future<void>
no setter
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addMapCenterChangedEventListener() Future<void>
override
addMapClickEventListener() Future<void>
override
addMapIdleEventListener() Future<void>
override
addMapLongTapEventListener() Future<void>
override
addMapZoomChangedEventListener() Future<void>
override
addMapZoomEndEventListener() Future<void>
override
addMapZoomStartEventListener() Future<void>
override
addMarker({required String markerId, required MarkerOptions markerOptions}) Future<void>
override
addMarkerClickEvent({required String markerId}) Future<void>
override
dispose() → void
override
disposeMap() Future<void>
override
getBounds({required bool shouldReturnLatLng}) Future<Bounds>
override
getCenter({required bool shouldReturnLatLng}) Future<Coord>
override
getMarkerIds() Future<List<int>>
override
getZoom() Future<int>
override
hasLatLng({required NLatLngBounds bounds, required Coord coord}) Future<bool>
override
hasPoint({required NPointBounds bounds, required Coord coord}) Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onMapCenterChanged(Map<String, dynamic> center) → void
override
onMapClick(Map<String, dynamic> coord) → void
override
onMapIdle() → void
override
onMapLoadFail() → void
override
onMapLoadSuccess() → void
override
onMapLongTap(Map<String, dynamic> coord) → void
override
onMapZoomChanged(int zoom) → void
override
onMapZoomEnd() → void
override
onMapZoomStart() → void
override
onMarkerClick(String markerId) → void
override
removeMapCenterChangedEventListener() Future<void>
override
removeMapClickEventListener() Future<void>
override
removeMapIdleEventListener() Future<void>
override
removeMapLongTapEventListener() Future<void>
override
removeMapZoomChangedEventListener() Future<void>
override
removeMapZoomEndEventListener() Future<void>
override
removeMapZoomStartEventListener() Future<void>
override
removeMarker({required String markerId}) Future<void>
override
removeMarkerAll() Future<void>
override
removeMarkerClickEvent({required String markerId}) Future<void>
override
setCenter({required Coord center}) Future<void>
override
setZoom({required int zoom}) Future<void>
override
toString() String
A string representation of this object.
inherited
updateMarker({required String markerId, required MarkerOptions markerOptions}) Future<void>
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

createNaverMapManager() NaverMapManager