OnlineTileDataProviderFactory
public enum OnlineTileDataProviderFactory
Responsible for creating instances of MapDisplayDataProvider for handling online map tile requests.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates an instance of
MapDisplayDataProviderthat handles online map tile requests.Declaration
Swift
public static func create(cacheConfiguration: CacheConfiguration?) -> MapDisplayDataProvider?Parameters
cacheConfigurationAn instance of
CacheConfigurationresponsible for caching tiles. when it isnil, the caching mechanism will not be activated.Return Value
Returns an instance of
MapDisplayDataProviderthat handles online map tile requests.
TomTom SDK for iOS (0.53.1)
OnlineTileDataProviderFactory