directions

val directions: List<String>? = null

A List of directions indicating which way you can go from a lane (left, right, or straight). If the value is 'left', 'straight', the driver can go straight or left from that lane. Present if this is a lane component.

Since

3.2.0