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.

Types

Link copied to clipboard
object Companion

Functions

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

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.