TomTomSDKMapDisplayDataProviderHybrid
-
Responsible for creating instances of
MapDisplayDataProviderthat is a composition of online and offlineMapDisplayDataProviderfor handling hybrid map tile requests. The provision is based on the tile availability in theNDSStore.When in offline mode the request is first checked against an in-memory cache before propagating to offline data provider. When in online mode the request is first checked against an in-memory cache before proceeding with the request. There is also a persistent cache to reduce the network calls.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum HybridTileDataProviderFactory
-
Declaration
Swift
extension HybridTileDataProviderOfflineFirst: MapDisplayDataProvider
-
Declaration
Swift
extension HybridTileDataProviderOnlineFirst: MapDisplayDataProvider
TomTom SDK for iOS (0.53.1)
TomTomSDKMapDisplayDataProviderHybrid