JourneySharingMapViewOptions extension type

on
Implemented types
Available extensions

Constructors

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})

Properties

anticipatedRoutePolylineSetup ↔ PolylineSetup?
getter/setter pair
automaticViewportMode AutomaticViewportMode?
getter/setter pair
destinationMarkerSetup ↔ MarkerSetup?
getter/setter pair
element ↔ Element
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locationProvider LocationProvider?
getter/setter pair
locationProviders List<LocationProvider>?
getter/setter pair
mapOptions MapOptions?
getter/setter pair
originMarkerSetup ↔ MarkerSetup?
getter/setter pair
pingMarkerSetup ↔ MarkerSetup?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successfulTaskMarkerSetup ↔ MarkerSetup?
getter/setter pair
takenRoutePolylineSetup ↔ PolylineSetup?
getter/setter pair
taskOutcomeMarkerSetup ↔ MarkerSetup?
getter/setter pair
unsuccessfulTaskMarkerSetup ↔ MarkerSetup?
getter/setter pair
vehicleMarkerSetup ↔ MarkerSetup?
getter/setter pair
waypointMarkerSetup ↔ MarkerSetup?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited