NavigationTileStoreConfiguration
Parameters
Token, or key, to use to authenticate to the cloud service.
A URI describing the location of the navigation tile cloud service.
Language to use for the navigation tiles. The parameter defaults to the user's preferred locale.
Radius around the current position defining the minimum area for which navigation map data is prefetched and kept available. The actual area fetched can be greater than the requested radius. The larger the radius, the more robust the system is to temporary unavailability of the map data source, but at a greater memory and bandwidth cost. The value must be non-negative integer. The parameter defaults to DEFAULT_RADIUS meters. The maximum value is EARTH_RADIUS_IN_METERS meters.
Size limit for in-memory tile store. The parameter defaults to DEFAULT_CACHE_MEMORY_MAX_SIZE. The value must be non-negative integer.The maximum value is MEGABYTES_IN_PETABYTE megabytes.
The maximal size in megabytes of the persistent store that holds navigation related data. For value 0 persistent storing will be disabled. The parameter defaults to DEFAULT_CACHE_STORAGE_MAX_SIZE. The value must be non-negative integer. The maximum value is MEGABYTES_IN_PETABYTE megabytes.
The toggle flag enabling access to lane tiles in the navigation tiles. When value is true lane level visualization can display the road network with enhanced lane geometry. The parameter defaults to false
. WARNING: enabling lane tiles will result in increased data consumption.
The path to the location of the persistent cache storage. If the path is omitted, the default path will be used instead. If the storage does not exist yet, it will be created.
The key to the persistent cache storage. If the key is omitted, the default key will be used instead.
Important: This is a Public Preview API. It may be changed or removed at any time.