open class MapConstants
Map related constants.
MapConstants()
Map related constants. |
static val ASSET_PATH: String
Default path for app assets. Should not be changed, unless custom Android version is used. |
|
static val CACHE_FILE: String
Default path for map data cache. |
|
static val DEFAULT_ZOOM_LEVEL: Double
Default map zoom level. When the map is started for the first time, this value is used. |
|
static val MARKERS_MIN_ZOOM_LEVEL: Double
Minimum zoom when showing list of markers on the map. |
|
static val ORIENTATION_NORTH: Int
Default map orientation. When the map is starter for the first time, this value is used. |
|
static val ORIENTATION_NORTH_WEST: Int
North west map orientation. |
|
static val ORIENTATION_SOUTH: Int
South map orientation. |
|
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. |