Package-level declarations

Types

Link copied to clipboard
@Serializable(with = GeohashSerializer::class)
class Geohash : Comparable<Geohash>

A rectangular cell on the WGS84 longitude and latitude plane, addressed by a Geohash string.

Link copied to clipboard

The eight cells adjacent to a Geohash, one property per compass direction.

Link copied to clipboard
@Serializable(with = OsmShortlinkSerializer::class)
class OsmShortlink