FeatureCollection

data class FeatureCollection(val features: List<Feature> = emptyList(), val boundingBox: GeoBoundingBox? = null) : GeoJsonObject

Represents a collection of Features.

Constructors

Link copied to clipboard
constructor(features: List<Feature> = emptyList(), boundingBox: GeoBoundingBox? = null)

Properties

Link copied to clipboard
open override val boundingBox: GeoBoundingBox? = null
Link copied to clipboard