OnlineDynamicDataProviderFactory

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object OnlineDynamicDataProviderFactory

Deprecated

This will be removed 12 months after the next release.

Factory for creating Dynamic Data provider instances that rely on online TomTom services.

Dynamic Data is data that can change with time. Dynamic Data APIs are complimentary to the Search API. That data is updated regularly to provide close to real-time data. When retrieving a search result from the Search API, each dynamic data ID present in the result can be used to retrieve the corresponding information (for instance, using FuelPriceId to acquire fuel prices).

Functions

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
fun createEvChargingAvailabilityProvider(context: Context, apiKey: String): EvChargingAvailabilityProvider

Factory method for creating the online TomTom EvChargingAvailabilityProvider.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
fun createFuelPriceProvider(context: Context, apiKey: String): FuelPriceProvider

Factory method for creating an instance of FuelPriceProvider.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
fun createParkingDetailProvider(context: Context, apiKey: String): ParkingDetailProvider

Factory method for creating an instance of ParkingDetailProvider.