NavigationTileStoreConfiguration
Configuration parameters for a NavigationTileStore.
Important: This is a Public Preview API. It may be changed or removed at any time.
Constructors
Properties
Size limit for in-memory tile store. The parameter defaults to DEFAULT_CACHE_MEMORY_MAX_SIZE.
Persistent cache storage configuration. If the parameter is omitted, the default persistent cache storage configuration will be used. If the parameter is set to null, persistent cache storage will NOT be used.
Language to use for the navigation tiles. The parameter defaults to the user's preferred locale.
Area along the active route to prefetch navigation map data and keep it available. If the parameter is omitted, the default area along the active route will be used. If the parameter is set to null, NO navigation map data along the active route will be prefetched. The larger the area, the more robust the system is to temporary unavailability of the map data source, but at a greater memory and bandwidth cost.
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.
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.
Functions
Creates a copy of this NavigationTileStoreConfiguration object with optional parameter overrides.
Checks if this NavigationTileStoreConfiguration object is equal to another object.
Generates a hash code for this NavigationTileStoreConfiguration object.