NavigationTileStoreConfiguration
Configuration parameters for a NavigationTileStore. It can configure the language of navigation tiles, as well as caching and prefetching mechanisms. These adjustments make the system more or less robust against temporary unavailability of the map data source, but they also increase memory and bandwidth costs.
Constructors
Properties
Configuration for caching mechanism. It configures the size of the in-memory tile store and the persistent cache.
Language to use for the navigation tiles. The parameter defaults to the user's preferred locale.
Configuration for navigation map data prefetching mechanism. It defines area around the current position or around the active route for which navigation map data is prefetched and kept available.
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.