NUIMapView constructor

NUIMapView({
  1. MapType mapType = MapType.normal,
  2. bool enableZoom = true,
  3. double initialZoom = 16.0,
  4. Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers,
  5. double tilt = 0.0,
  6. double relocateButtonSize = 32,
  7. EdgeInsets? padding,
  8. NUIMapMarker? currentLocation,
  9. NUILatLng? initialCameraPosition,
  10. bool enableRelocate = false,
  11. bool liteMode = false,
  12. NUIMapMarker? destination,
  13. bool enableCompass = false,
  14. List<NUIMapMarker>? fixedMarkers,
  15. List<NUIMapMarker>? markers,
  16. List<NUIMapCircle>? circles,
  17. List<NUIMapPolyline>? polylines,
  18. NUIMapViewController? controller,
})

Implementation

NUIMapView({this.mapType = MapType.normal, this.enableZoom = true, this.initialZoom = 16.0, this.gestureRecognizers, this.tilt = 0.0, this.relocateButtonSize = 32, this.padding, this.currentLocation, this.initialCameraPosition, this.enableRelocate = false, this.liteMode = false, this.destination, this.enableCompass = false, this.fixedMarkers, this.markers, this.circles, this.polylines, this.controller});