Lane

@CarProtocol
class Lane


Configuration of a single lane of a road at a particular point in the navigation.

A Lane object describes all possible directions the driver could go from this lane, and indicates which directions the driver could take to stay on the navigation route.

Summary

Nested types

A builder of Lane.

Public functions

Boolean
equals(other: Any?)
(Mutable)List<LaneDirection!>

Returns the list of directions a driver can take from this Lane.

Int
String

Public functions

equals

Added in 1.4.0-rc02
fun equals(other: Any?): Boolean

getDirections

Added in 1.0.0
fun getDirections(): (Mutable)List<LaneDirection!>

Returns the list of directions a driver can take from this Lane.

See also
addDirection

hashCode

Added in 1.4.0-rc02
fun hashCode(): Int

toString

Added in 1.4.0-rc02
fun toString(): String