Corridor

class Corridor

Geometry defined as a corridor - a LineString with a radius that defines the width of the corridor.

Types

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

Properties

Link copied to clipboard

An ordered list of positions used to plot a route on a map.

Link copied to clipboard
val radius: Int

Radius that defines the width of the corridor.

Functions

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