OSMOption constructor

const OSMOption({
  1. bool showZoomController = false,
  2. List<StaticPositionGeoPoint> staticPoints = const [],
  3. MarkerOption? markerOption,
  4. UserLocationMaker? userLocationMarker,
  5. RoadOption? roadConfiguration,
  6. ZoomOption zoomOption = const ZoomOption(),
  7. bool enableRotationByGesture = true,
  8. bool showDefaultInfoWindow = false,
  9. bool isPicker = false,
  10. bool showContributorBadgeForOSM = false,
  11. UserTrackingOption? userTrackingOption,
})

Implementation

const OSMOption({
  this.showZoomController = false,
  this.staticPoints = const [],
  this.markerOption,
  this.userLocationMarker,
  this.roadConfiguration,
  this.zoomOption = const ZoomOption(),
  this.enableRotationByGesture = true,
  this.showDefaultInfoWindow = false,
  this.isPicker = false,
  this.showContributorBadgeForOSM = false,
  this.userTrackingOption,
});