CalculateIsolinesRequest

Types

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

Properties

Link copied to clipboard

Features that are allowed while calculating an isoline.

Link copied to clipboard

Time of arrival at the destination.

Link copied to clipboard

Features that are avoided while calculating a route. Avoidance is on a best-case basis. If an avoidance can't be satisfied for a particular case, it violates the avoidance and the returned response produces a notice for the violation.

Link copied to clipboard

Uses the current time as the time of departure.

Link copied to clipboard

Time of departure from thr origin.

Link copied to clipboard

The final position for the route. In the World Geodetic System (WGS 84) format: [longitude, latitude].

Link copied to clipboard

Destination related options.

Link copied to clipboard

The format of the returned IsolineGeometry.

Link copied to clipboard

Defines the granularity of the returned Isoline.

Link copied to clipboard
val key: String?

Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request.

Link copied to clipboard

Specifies the optimization criteria for when calculating an isoline. AccurateCalculation generates an isoline of higher granularity that is more precise. FastCalculation generates an isoline faster by reducing the granularity, and in turn the quality of the isoline. BalancedCalculation generates an isoline by balancing between quality and performance.

Link copied to clipboard

Specifies the optimization criteria for calculating a route.

Link copied to clipboard

The start position for the route.

Link copied to clipboard

Origin related options.

Link copied to clipboard

Threshold to be used for the isoline calculation. Up to 3 thresholds per provided type can be requested.

Link copied to clipboard

Traffic related options.

Link copied to clipboard

Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility.

Link copied to clipboard

Travel mode related options for the provided travel mode.

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