HybridMapDataStoreController

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface HybridMapDataStoreController : OnlineMapDataStoreController

Deprecated

This API is deprecated, for more details please go to: https://developer.tomtom.com/navigation/android/releases/versions/2.1

The contract interface for controlling map data stores that can provide map data from both online and offline sources.

Inheritors

Functions

Link copied to clipboard
abstract override fun prefetchCircularArea(center: GeoPoint, radius: Distance)

Prefetches tiles for a circular area.

Link copied to clipboard
abstract override fun prefetchRoute(polyline: List<GeoPoint>, corridorWidth: Distance)

Prefetches tiles along a route.