PrefetchingConfiguration
constructor(prefetchedAreaRadius: Distance = DEFAULT_RADIUS, shouldRequestLaneTiles: Boolean = false, prefetchedAreaAlongRoute: AreaAlongRoute? = DEFAULT_AREA_ALONG_ROUTE)
Important: This is a Public Preview API. It may be changed or removed at any time. Creates a new PrefetchingConfiguration.
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
for more details.
for more details.
for more details.
constructor(prefetchedAreaRadius: Distance = DEFAULT_RADIUS, shouldRequestLaneTiles: Boolean = false)
Creates a new PrefetchingConfiguration.