Style Property Value Kind(android Jvm)
Describes the kind of a style property value.
enum StylePropertyValueKind(androidJvm)
Content copied to clipboard
Entries
UNDEFINED
Link copied to clipboard
The property value is not defined.
Content copied to clipboard
CONSTANT
Link copied to clipboard
The property value is a constant.
Content copied to clipboard
EXPRESSION
Link copied to clipboard
The property value is a style [expression](https://docs.mapbox.com/mapbox-gl-js/style-spec/#expressions).
Content copied to clipboard
TRANSITION
Link copied to clipboard
Property value is a style [transition](https://docs.mapbox.com/mapbox-gl-js/style-spec/#transition).
Content copied to clipboard