Package-level declarations

Functions

Link copied to clipboard
fun <T : Geometry> cleanCoordinates(geometry: T): T

Removes redundant coordinates from any GeoJSON Geometry.

Link copied to clipboard
inline fun <T : Geometry> flip(geometry: T): T

Takes input Geometry and flips all of their coordinates from [longitude, latitude] to [latitude, longitude].

fun flip(featureCollection: FeatureCollection): FeatureCollection