NUIMapViewController class

Constructors

NUIMapViewController({NUIMapViewLocationUpdateListener? destinationUpdateListener, NUIMapViewOnMarkerTap? markerTapListener, Function? clusterUpdateListener})

Properties

clusterUpdateListener Function?
final
destinationUpdateListener NUIMapViewLocationUpdateListener?
final
hashCode int
The hash code for this object.
no setterinherited
markerTapListener NUIMapViewOnMarkerTap?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addCircles(List<NUIMapCircle> circles) → void
addFixedMarkers(List<NUIMapMarker> markers) → void
addMarkers(List<NUIMapMarker> markers) → void
addPolylines(List<NUIMapPolyline> polylines) → void
clearCircles() → void
clearFixedMarkers() → void
clearMarkers() → void
clearPolylines() → void
getCurrentCameraPosition() → CameraPosition?
getLatestDestinationLocation() → NUILatLng?
moveCamera(NUILatLng location) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
relocateDestination({required NUILatLng location}) → void
removeCircle(String id) → void
removeFixedMarker(String id) → void
removeMarker(String id) → void
removePolyline(String id) → void
setCameraPosition(NUILatLng target, double tilt, double zoom) → void
toString() String
A string representation of this object.
inherited

Operators

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