PrefetchingConfiguration

constructor(prefetchedAreaRadius: Distance = DEFAULT_RADIUS, shouldRequestLaneTiles: Boolean = false, prefetchedAreaAlongRoute: AreaAlongRoute? = DEFAULT_AREA_ALONG_ROUTE)

Parameters

prefetchedAreaRadius

Radius around the current position defining the minimum area for which navigation map data is prefetched and kept available, defaults to the current value.

shouldRequestLaneTiles

The setting enabling access to lane tiles in the navigation tiles, defaults to the current value.

prefetchedAreaAlongRoute

Area along the active route to prefetch navigation map data and keep it available, defaults to the current value.

See also


constructor(prefetchedAreaRadius: Distance = DEFAULT_RADIUS, shouldRequestLaneTiles: Boolean = false)