TomTomMapConfig

object TomTomMapConfig

Holds global configuration values for instances of TomTomMap.

Properties

Link copied to clipboard
var tileDataProviderFactory: () -> TileDataProvider?

A function that can be called to obtain an instance of TileDataProvider, that will then be used as an alternative source of MapDisplay tiles. If the function returns null, meaning no TileDataProvider, tiles will be fetched from over the network via HTTP API calls.