toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-settings
/
com.mapbox.dash.sdk.settings
/
MapStylesProvider
Map
Styles
Provider
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
interface
MapStylesProvider
Members
Properties
map
Style
Link copied to clipboard
abstract
val
mapStyle
:
Flow
<
TransformedMapStyle
>
style
Data
Link copied to clipboard
abstract
val
styleData
:
Flow
<
MapStyleData
>
Functions
get
All
Possible
Styles
Link copied to clipboard
abstract
suspend
fun
getAllPossibleStyles
(
withSatellites
:
Boolean
=
true
)
:
List
<
String
>
get
Satellite
Styles
Link copied to clipboard
abstract
suspend
fun
getSatelliteStyles
(
)
:
List
<
String
>