FeatureCollection
class FeatureCollection(val features: List<Feature> = emptyList(), val bbox: BoundingBox? = null) : Collection<Feature> , GeoJson
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.