Standard Buildings State
Typed feature state class needed for generic MapboxMap.setFeatureState
and MapboxMap.getFeatureState
when working with StandardBuildings in Mapbox Standard Style.
Types
Link copied to clipboard
Builder class to build StandardBuildingsState.
Functions
Link copied to clipboard
Return state as a JSON string.
Link copied to clipboard
Returns the state value for stateName if it exists and is a Boolean or can be coerced to a Boolean, or NULL otherwise.
Link copied to clipboard
Returns the state value for stateName if it exists and is a Double or can be coerced to a Double, or NULL otherwise.
Link copied to clipboard
Returns the state value for stateName if it exists and is a Long or can be coerced to a Long, or NULL otherwise.
Link copied to clipboard
Returns the state value for stateName if it exists and is a String or can be coerced to a String, or NULL otherwise.