Feature
A Feature object represents a spatially bounded thing.
See RFC 7946 Section 3.2 for the full specification.
Type 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
Constructors
Types
Properties
An optional BoundingBox used to represent the limits of the object's Geometry.
Additional members as defined in RFC 7946 §6.1.
Additional properties about this Feature. It should be serializable into a JsonObject.
Functions
Checks if a property exists in the feature's JsonObject properties.
Decodes GeoJsonObject.foreignMembers as T.
Gets a boolean property from the feature's JsonObject properties.
Gets a double property from the feature's JsonObject properties.
Returns the foreign member with the given key, or null if it is not present.
Gets an integer property from the feature's JsonObject properties.
Gets a string property from the feature's JsonObject properties.