Package-level declarations

Types

Link copied to clipboard
value class Lat(val v: Double)

Latitude value wrapper used by the DSL builders.

Link copied to clipboard
value class Lon(val v: Double)

Longitude value wrapper used by the DSL builders.

Link copied to clipboard
data class LonLat(val lon: Double, val lat: Double)

Convenience pair for longitude/latitude coordinates.

Link copied to clipboard
object Ors

Factory for obtaining OrsClient instances.

Link copied to clipboard
interface OrsClient

Abstraction over the OpenRouteService HTTP API.

Link copied to clipboard

Supported routing profiles used across the OpenRouteService endpoints.