GeoJson

@Serializable(with = GeoJsonSerializer::class)
sealed interface GeoJson

A utility class to work with GeoJson (https://geojson.org/)

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val json: JsonObject
Link copied to clipboard
open val type: String