TilesetDescriptorFactory

class TilesetDescriptorFactory

A factory to build navigation TilesetDescriptor

Functions

build
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.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getLatest
Link copied to clipboard
fun getLatest(): TilesetDescriptor
Gets TilesetDescriptor which corresponds to the latest available version of routing tiles.
getSpecificVersion
Link copied to clipboard
fun getSpecificVersion(tilesVersion: String): TilesetDescriptor
Gets TilesetDescriptor which corresponds to the currently used routing tiles dataset and the specified tilesVersion.
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String