JourneySharingMapViewOptions constructor

JourneySharingMapViewOptions({
  1. Element element,
  2. PolylineSetup? anticipatedRoutePolylineSetup,
  3. AutomaticViewportMode? automaticViewportMode,
  4. MarkerSetup? destinationMarkerSetup,
  5. LocationProvider? locationProvider,
  6. JSArray<LocationProvider>? locationProviders,
  7. MapOptions? mapOptions,
  8. MarkerSetup? originMarkerSetup,
  9. MarkerSetup? pingMarkerSetup,
  10. MarkerSetup? successfulTaskMarkerSetup,
  11. PolylineSetup? takenRoutePolylineSetup,
  12. MarkerSetup? taskOutcomeMarkerSetup,
  13. MarkerSetup? unsuccessfulTaskMarkerSetup,
  14. MarkerSetup? vehicleMarkerSetup,
  15. MarkerSetup? waypointMarkerSetup,
})

Implementation

external JourneySharingMapViewOptions({
  Element element,
  PolylineSetup? anticipatedRoutePolylineSetup,
  AutomaticViewportMode? automaticViewportMode,
  MarkerSetup? destinationMarkerSetup,
  LocationProvider? locationProvider,
  JSArray<LocationProvider>? locationProviders,
  MapOptions? mapOptions,
  MarkerSetup? originMarkerSetup,
  MarkerSetup? pingMarkerSetup,
  MarkerSetup? successfulTaskMarkerSetup,
  PolylineSetup? takenRoutePolylineSetup,
  MarkerSetup? taskOutcomeMarkerSetup,
  MarkerSetup? unsuccessfulTaskMarkerSetup,
  MarkerSetup? vehicleMarkerSetup,
  MarkerSetup? waypointMarkerSetup,
});