FleetEngineVehicleLocationProviderOptions extension type

on
Implemented types
Available extensions

Constructors

FleetEngineVehicleLocationProviderOptions({AuthTokenFetcher authTokenFetcher, String projectId, JSAny? activePolylineCustomization, JSAny? destinationMarkerCustomization, JSAny? intermediateDestinationMarkerCustomization, JSAny? originMarkerCustomization, num? pollingIntervalMillis, JSAny? remainingPolylineCustomization, num? staleLocationThresholdMillis, JSAny? takenPolylineCustomization, String? vehicleId, JSAny? vehicleMarkerCustomization})

Properties

activePolylineCustomization JSAny?
getter/setter pair
authTokenFetcher AuthTokenFetcher
getter/setter pair
destinationMarkerCustomization JSAny?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intermediateDestinationMarkerCustomization JSAny?
getter/setter pair
originMarkerCustomization JSAny?
getter/setter pair
pollingIntervalMillis num?
getter/setter pair
projectId String
getter/setter pair
remainingPolylineCustomization JSAny?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
staleLocationThresholdMillis num?
getter/setter pair
takenPolylineCustomization JSAny?
getter/setter pair
vehicleId String?
getter/setter pair
vehicleMarkerCustomization JSAny?
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