GeoJsonObject

@Serializable
sealed class GeoJsonObject

Marker interface to indicate a GeoJson object. It can be a Geometry, a Feature or a FeatureCollection

Inheritors

Functions

Link copied to clipboard
fun toJson(): String

Convert this GeoJsonObject to its String representation.