RouteToll

class RouteToll

Provides details about toll information along a route, including the payment sites, applicable toll rates, toll systems, and the country associated with the toll collection.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The alpha-2 or alpha-3 character code for the country.

Link copied to clipboard

Locations or sites where the toll fare is collected.

Link copied to clipboard

Toll rates that need to be paid to travel this leg of the route.

Link copied to clipboard

Toll systems are authorities that collect payments for the toll.

Functions

Link copied to clipboard
inline fun copy(block: RouteToll.Builder.() -> Unit = {}): RouteToll
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String