PointGeometry

@Serializable(with = PointGeometrySerializer::class)
sealed interface PointGeometry : Geometry(source)

A Geometry that contains a single or multiple points, i.e. a union type for Point and MultiPoint.

Inheritors

Types

Link copied to clipboard
object Companion

Factory methods for creating and serializing PointGeometry objects.

Properties

Link copied to clipboard
abstract val bbox: BoundingBox?

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