All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.jawg.geojson.FeatureCollection.kt Maven / Gradle / Ivy

package io.jawg.geojson

data class FeatureCollection(
    val features: List,
    val bbox: BBox? = null
) : GeoJsonObject("FeatureCollection")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy