OSMOption constructor
const
OSMOption({
- bool showZoomController = false,
- List<
StaticPositionGeoPoint> staticPoints = const [], - UserLocationMaker? userLocationMarker,
- RoadOption? roadConfiguration,
- ZoomOption zoomOption = const ZoomOption(),
- bool enableRotationByGesture = true,
- bool showDefaultInfoWindow = false,
- bool isPicker = false,
- bool showContributorBadgeForOSM = false,
- UserTrackingOption? userTrackingOption,
Implementation
const OSMOption({
this.showZoomController = false,
this.staticPoints = const [],
this.userLocationMarker,
this.roadConfiguration,
this.zoomOption = const ZoomOption(),
this.enableRotationByGesture = true,
this.showDefaultInfoWindow = false,
this.isPicker = false,
this.showContributorBadgeForOSM = false,
this.userTrackingOption,
});