GeoJsonObject

@Serializable(with = GeoJsonObjectSerializer::class)
sealed interface GeoJsonObject(source)

A GeoJsonObject represents a Geometry, Feature, or FeatureCollection.

Inheritors

Types

Link copied to clipboard
object Companion

Factory methods for creating and serializing GeoJsonObject objects.

Properties

Link copied to clipboard
abstract val bbox: BoundingBox?

An optional BoundingBox used to represent the limits of the object's Geometry.