PolylineCorridor

Geometry defined as an encoded corridor - an encoded polyline 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 in a lossy compression format.

Link copied to clipboard
val radius: Int

Considers all roads within the provided radius to match the provided destination to. The roads that are considered are determined by the provided Strategy.

Functions

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