copy
fun copy(apiKey: String = this.apiKey, baseUrl: URL = this.baseUrl, initialLanguage: Locale = this.initialLanguage, cachingConfiguration: CachingConfiguration = this.cachingConfiguration, prefetchingConfiguration: PrefetchingConfiguration = this.prefetchingConfiguration): NavigationTileStoreConfiguration
Creates a copy of this NavigationTileStoreConfiguration object with optional parameter overrides.
Return
A copy of this NavigationTileStoreConfiguration object with optionally modified properties.
Parameters
apiKey 
Token, or key, to use to authenticate to the cloud service, defaults to the current value.
baseUrl 
A URL describing the location of the navigation tile cloud service, defaults to the current value.
initialLanguage 
Language to use for the navigation tiles, defaults to the current value.
cachingConfiguration 
Configuration for caching mechanism.
prefetchingConfiguration 
Configuration for prefetching mechanism.
See also
for more details.
for more details.