CalculateIsolinesResponse

Types

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

Properties

Link copied to clipboard

Time of arrival at the destination, used for traffic calculations. This attribute is returned only if the Destination and ArrivalTime attributes were provided in the request.

Link copied to clipboard

Time of departure from the origin, used for traffic calculations. This attribute is returned when Origin was provided in the request and either a specific departure time was requested (DepartureTime) or DepartNow was set to true.

Link copied to clipboard

The format of the returned geometries, matching the format specified in the request. Either FlexiblePolyline for compact encoding or Simple for GeoJSON-compatible coordinates.

Link copied to clipboard

Reachable areas, or isolines, for each threshold specified in the request.

Link copied to clipboard

The pricing bucket applied to this calculation. Different buckets apply based on the travel mode and thresholds used.

Link copied to clipboard

The actual point on the road network used for calculations, which may differ from the requested destination if Destination was not directly on a road.

Link copied to clipboard

The actual point on the road network used for calculations, which may differ from the requested origin if Origin was not directly on a road.

Functions

Link copied to clipboard
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