HybridMapDataStore

Map data store that operates in hybrid mode.

The fallback mechanism automatically switches the source of the map data to NDS when tiles downloaded from the internet cannot be served. This mechanism is useful for implementing applications intended to be used in hybrid scenarios.

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

See also

For details on how to create HybridMapDataStore instances.

Functions

Link copied to clipboard
abstract override fun close()

Frees the resources allocated by the HybridMapDataStore instance.

Inherited 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.