Package-level declarations

Types

Link copied to clipboard
open class GeoJson(val json: JsonObject)

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

Link copied to clipboard
class GeoJsonFeature(val json: JsonObject) : GeoJson
Link copied to clipboard
class GeoJsonFeatureCollection(val json: JsonObject) : GeoJson, Iterable<GeoJsonFeature>

Functions

Link copied to clipboard

Combine a collection of features to a new GeoJsonFeatureCollection