FleetEngineFleetLocationProviderOptions constructor
FleetEngineFleetLocationProviderOptions({
- AuthTokenFetcher authTokenFetcher,
- String projectId,
- LatLngBoundsOrLatLngBoundsLiteral? locationRestriction,
- num? staleLocationThresholdMillis,
- String? vehicleFilter,
- JSFunction? vehicleMarkerCustomization,
Implementation
external FleetEngineFleetLocationProviderOptions({
AuthTokenFetcher authTokenFetcher,
String projectId,
LatLngBoundsOrLatLngBoundsLiteral? locationRestriction,
num? staleLocationThresholdMillis,
String? vehicleFilter,
JSFunction /*void Function(VehicleMarkerCustomizationFunctionParams)*/ ?
vehicleMarkerCustomization,
});