MBMStylePropertyValueKind
enum MBMStylePropertyValueKind {}
Describe different kinds of style property values.
-
Property value is not defined.
Declaration
Objective-C
MBMStylePropertyValueKindUndefinedSwift
case undefined = 0 -
Property value is constant.
Declaration
Objective-C
MBMStylePropertyValueKindConstantSwift
case constant = 1 -
Property value is a style expression.
\sa https://docs.mapbox.com/mapbox-gl-js/style-spec/#expressions
Declaration
Objective-C
MBMStylePropertyValueKindExpressionSwift
case expression = 2 -
Property value is a style transition.
\sa https://docs.mapbox.com/mapbox-gl-js/style-spec/#transition
Declaration
Objective-C
MBMStylePropertyValueKindTransitionSwift
case transition = 3
MBMStylePropertyValueKind Enumeration Reference