NUIMapViewController constructor

NUIMapViewController({
  1. NUIMapViewLocationUpdateListener? destinationUpdateListener,
  2. NUIMapViewOnMarkerTap? markerTapListener,
  3. Function? clusterUpdateListener,
})

Implementation

NUIMapViewController({this.destinationUpdateListener, this.markerTapListener, this.clusterUpdateListener});