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 |
|---|
class Lane.BuilderA builder of |
Public functions |
|
|---|---|
Boolean |
|
(Mutable)List<LaneDirection!> |
Returns the list of directions a driver can take from this |
Int |
hashCode() |
String |
toString() |
Public functions
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 |