Isoline

class Isoline

Represents a single reachable area calculated for a specific threshold.

Types

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

Properties

Link copied to clipboard

Lines connecting separate parts of the reachable area that can be reached within the same threshold. These occur when areas are reachable but not contiguous, such as when separated by water or unroutable areas. When present, these lines represent actual transportation network segments (such as ferry routes or bridges) that connect the separated areas.

Link copied to clipboard

The travel distance in meters used to calculate this isoline, if distance-based thresholds were specified in the request.

Link copied to clipboard

The shapes that define the reachable area, provided in the requested geometry format.

Link copied to clipboard

The travel time in seconds used to calculate this isoline, if time-based thresholds were specified in the request.

Functions

Link copied to clipboard
inline fun copy(block: Isoline.Builder.() -> Unit = {}): Isoline
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