sdk-maps / com.tomtom.online.sdk.map / MapConstants

MapConstants

open class MapConstants

Map related constants.

Constructors

<init>

MapConstants()

Map related constants.

Properties

ASSET_PATH

static val ASSET_PATH: String

Default path for app assets. Should not be changed, unless custom Android version is used.

CACHE_FILE

static val CACHE_FILE: String

Default path for map data cache.

DEFAULT_ZOOM_LEVEL

static val DEFAULT_ZOOM_LEVEL: Double

Default map zoom level. When the map is started for the first time, this value is used.

MARKERS_MIN_ZOOM_LEVEL

static val MARKERS_MIN_ZOOM_LEVEL: Double

Minimum zoom when showing list of markers on the map.

ORIENTATION_NORTH

static val ORIENTATION_NORTH: Int

Default map orientation. When the map is starter for the first time, this value is used.

ORIENTATION_NORTH_WEST

static val ORIENTATION_NORTH_WEST: Int

North west map orientation.

ORIENTATION_SOUTH

static val ORIENTATION_SOUTH: Int

South map orientation.

POSITION_ICON_SCALE

static val POSITION_ICON_SCALE: Float

Default icon scale for position. When current position icon is added to the map, it is used to scale the image. Once you use your own icons, you can use this parameter to adjust its size.