Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-map
/
com.mapsted.map.models.layers
/
BaseMapStyle
Base
Map
Style
open
class
BaseMapStyle
Members
Types
Type
Def
Link copied to clipboard
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
TypeDef
Properties
DARK
Link copied to clipboard
val
DARK
:
Int
=
2
Dark base map colour scheme
DEVICE_
DEFAULT
Link copied to clipboard
val
DEVICE_DEFAULT
:
Int
=
0
Light/Dark based on device configuration
GREY
Link copied to clipboard
val
GREY
:
Int
=
3
Grey base map colour scheme
LIGHT
Link copied to clipboard
val
LIGHT
:
Int
=
1
Light/Default base map colour scheme
Functions
get
Base
Map
Style
Link copied to clipboard
open
fun
getBaseMapStyle
(
context
:
Context
,
baseMapStyle
:
Int
)
:
Int
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
type
:
Int
)
:
String