IsolineConnection

Represents a segment of the transportation network that connects separate parts of a reachable area. These connections show how discontinuous areas are linked, such as by ferry routes or bridges crossing unroutable terrain.

Types

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

Properties

Link copied to clipboard

The index of the starting polygon in the isoline's Geometries list.

Link copied to clipboard

The shape of the connection, representing the actual path through the transportation network that links the polygons.

Link copied to clipboard

The index of the ending polygon in the isoline's Geometries list.

Functions

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