HybridMapDataStoreController

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

Important: This is a Public Preview API. It may be changed or removed at any time.

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.