FeatureCollection
@Serializable(with = FeatureCollectionSerializer::class)
A FeatureCollection object is a collection of Feature objects. This class implements the Collection interface and can be used as a Collection directly. The list of features contained in this collection are also accessible through the features property.
See also
Properties
Link copied to clipboard
An optional bounding box used to represent the limits of the object's geometry.
Link copied to clipboard
Members not described by specification ("foreign members") MAY be used in a GeoJSON document. NOTE: Every custom type, which is added as a value will be represented also as a Map<String, Any>
. If deserialization of custom types are desired, this hast to be done by consumer.