OnlineMapDataStoreController
interface OnlineMapDataStoreController
The contract interface for controlling map data stores that can provide map data from online sources.
Important: This is a Public Preview API. It may be changed or removed at any time.
Functions
Link copied to clipboard
Prefetches tiles for a circular area.
Link copied to clipboard
abstract fun prefetchRoute(polyline: List<GeoPoint>, corridorWidth: Distance = DEFAULT_PREFETCH_CORRIDOR_WIDTH)
Prefetches tiles along a route.