BaseMapStyle

open class BaseMapStyle

Types

Link copied to clipboard
annotation class TypeDef

Properties

Link copied to clipboard
val DARK: Int = 2
Dark base map colour scheme
Link copied to clipboard
Light/Dark based on device configuration
Link copied to clipboard
val GREY: Int = 3
Grey base map colour scheme
Link copied to clipboard
val LIGHT: Int = 1
Light/Default base map colour scheme

Functions

Link copied to clipboard
open fun getBaseMapStyle(context: Context, baseMapStyle: Int): Int
Link copied to clipboard
open fun toString(type: Int): String