toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-settings
/
com.mapbox.dash.sdk.settings
/
MapStyleData
Map
Style
Data
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
MapStyleData
(
val
url
:
String
,
val
terrainState
:
TerrainState
?
=
null
)
Members
Constructors
Map
Style
Data
Link copied to clipboard
constructor
(
url
:
String
,
terrainState
:
TerrainState
?
=
null
)
Properties
style
Id
Link copied to clipboard
val
styleId
:
String
?
terrain
State
Link copied to clipboard
val
terrainState
:
TerrainState
?
=
null
url
Link copied to clipboard
val
url
:
String
user
Id
Link copied to clipboard
val
userId
:
String
?