JourneySharingMapViewOptions constructor
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,
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,
});