OSMOption constructor

const OSMOption({
  1. bool showZoomController = false,
  2. List<StaticPositionGeoPoint> staticPoints = const [],
  3. UserLocationMaker? userLocationMarker,
  4. RoadOption? roadConfiguration,
  5. ZoomOption zoomOption = const ZoomOption(),
  6. bool enableRotationByGesture = true,
  7. bool showDefaultInfoWindow = false,
  8. bool isPicker = false,
  9. bool showContributorBadgeForOSM = false,
  10. 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,
});