FleetEngineFleetLocationProviderOptions constructor

FleetEngineFleetLocationProviderOptions({
  1. AuthTokenFetcher authTokenFetcher,
  2. String projectId,
  3. LatLngBoundsOrLatLngBoundsLiteral? locationRestriction,
  4. num? staleLocationThresholdMillis,
  5. String? vehicleFilter,
  6. JSFunction? vehicleMarkerCustomization,
})

Implementation

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