Feature
A Feature object represents a spatially bounded thing.
See RFC 7946 Section 3.2 for the full specification.
Parameters
The type of properties. This can be any type that serializes to a JSON object. For dynamic or unknown property schemas, use JsonObject. For known schemas, use a Serializable data class.
See also
Types
Properties
An optional BoundingBox used to represent the limits of the object's Geometry.
Additional properties about this Feature. It should be serializable into a JsonObject.
Functions
Checks if a property exists in the feature's JsonObject properties.
Gets a boolean property from the feature's JsonObject properties.
Gets a double property from the feature's JsonObject properties.
Gets an integer property from the feature's JsonObject properties.
Gets a string property from the feature's JsonObject properties.