io.jawg.geojson.MultiPoint.kt Maven / Gradle / Ivy
package io.jawg.geojson
data class MultiPoint(
override val coordinates: List,
override val bbox: BBox? = null
) : Geometry>("MultiPoint") {
override fun getAllCoordinates(): List = coordinates
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy