NUIMapView constructor
NUIMapView({
- MapType mapType = MapType.normal,
- bool enableZoom = true,
- double initialZoom = 16.0,
- Set<
Factory< ? gestureRecognizers,OneSequenceGestureRecognizer> > - double tilt = 0.0,
- double relocateButtonSize = 32,
- EdgeInsets? padding,
- NUIMapMarker? currentLocation,
- NUILatLng? initialCameraPosition,
- bool enableRelocate = false,
- bool liteMode = false,
- NUIMapMarker? destination,
- bool enableCompass = false,
- List<
NUIMapMarker> ? fixedMarkers, - List<
NUIMapMarker> ? markers, - List<
NUIMapCircle> ? circles, - List<
NUIMapPolyline> ? polylines, - 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});