mapbox-maps-android
/
com.mapbox.maps.extension.observable.model
/
StyleDataType
Style
Data
Type
enum
StyleDataType
:
Enum
<
StyleDataType
>
Content copied to clipboard
Defines what kind of style data has been loaded in a style-data-loaded event.
Entries
Properties
Entries
SOURCES
Link copied to clipboard
@
SerializedName
(
value =
sources
)
SOURCES
()
Content copied to clipboard
The style data loaded event is associated with sources.
SPRITE
Link copied to clipboard
@
SerializedName
(
value =
sprite
)
SPRITE
()
Content copied to clipboard
The style data loaded event is associated with sprite.
STYLE
Link copied to clipboard
@
SerializedName
(
value =
style
)
STYLE
()
Content copied to clipboard
The style data loaded event is associated with style.
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard