Package-level declarations

Types

Link copied to clipboard
object BoundingBoxSerializer : KSerializer<BoundingBox>
Link copied to clipboard
Link copied to clipboard
object GeometrySerializer : KSerializer<Geometry>
Link copied to clipboard
object PositionSerializer : KSerializer<Position>

KSerializer implementation for implementations of the Position interface. Serializes a Position down to an array of numbers as specified by GeoJSON. This serializer only works for converting to and from JSON. A position maps to [longitude, latitude, altitude].