toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-nav-state-sync
/
com.mapbox.dash.synchronization
/
StyleInfo
Style
Info
data
class
StyleInfo
(
val
theme
:
Int
,
val
map3DEnabled
:
Boolean
,
val
satelliteEnabled
:
Boolean
)
:
Parcelable
Members
Constructors
Style
Info
Link copied to clipboard
constructor
(
theme
:
Int
,
map3DEnabled
:
Boolean
,
satelliteEnabled
:
Boolean
)
Properties
map3DEnabled
Link copied to clipboard
val
map3DEnabled
:
Boolean
satellite
Enabled
Link copied to clipboard
val
satelliteEnabled
:
Boolean
theme
Link copied to clipboard
val
theme
:
Int
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)