TilesetDescriptorFactory

class TilesetDescriptorFactory

A factory to build navigation TilesetDescriptor

Functions

Link copied to clipboard
fun build(    tilesDataset: String? = null,     tilesProfile: String? = null,     tilesVersion: String? = null): TilesetDescriptor

Creates TilesetDescriptor using the specified dataset, profile and version.

Link copied to clipboard
fun getLatest(): TilesetDescriptor

Gets TilesetDescriptor which corresponds to the latest available version of routing tiles.

Link copied to clipboard
fun getSpecificVersion(tilesVersion: String): TilesetDescriptor

Gets TilesetDescriptor which corresponds to the currently used routing tiles dataset and the specified tilesVersion.