toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-maneuver
/
com.mapbox.dash.maneuver.domain
/
MapStyleMetadata
Map
Style
Metadata
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
MapStyleMetadata
(
val
userId
:
String
?
,
val
styleId
:
String
?
)
Members
Constructors
Map
Style
Metadata
Link copied to clipboard
constructor
(
userId
:
String
?
,
styleId
:
String
?
)
Properties
style
Id
Link copied to clipboard
val
styleId
:
String
?
user
Id
Link copied to clipboard
val
userId
:
String
?