Package-level declarations

Types

Link copied to clipboard

Errors thrown while computing directions.

Link copied to clipboard
@Serializable
data class ItineraryInfo(val distance: Double, val duration: Double)

Summary information about an itinerary — its total distance and estimated travel duration.

Link copied to clipboard
@Serializable
data class ItinerarySearchRules(val ruleNames: List<String> = emptyList()) : CompactStringConvertible

Represents the rules to apply when searching for itineraries.

Link copied to clipboard

Provides access to the Points of Interest defined for a map on the Wemap backend.