Class Lane

com.yandex.mapkit.driving

java.lang.Object ⇽ Lane

public class Lane

The lane object.

Constructors

Lane()

Use constructor with parameters in your code.

Lane(LaneKind laneKind, List< LaneDirection > directions, LaneDirection highlightedDirection)
Lane()

Use constructor with parameters in your code.

Lane(LaneKind laneKind, List< LaneDirection > directions, LaneDirection highlightedDirection)

Methods

synchronized List< LaneDirection > getDirections()
synchronized LaneDirection getHighlightedDirection()

Optional field, can be null.

synchronized LaneKind getLaneKind()
String getNativeName()
void serialize(Archive archive)
synchronized List< LaneDirection > getDirections()
synchronized LaneDirection getHighlightedDirection()

Optional field, can be null.

synchronized LaneKind getLaneKind()
String getNativeName()
void serialize(Archive archive)

Constructor Detail

Lane

public Lane ()

Use constructor with parameters in your code.

This one is for serialization only!

Lane

public Lane (LaneKind laneKind, List< LaneDirection > directions, LaneDirection highlightedDirection)

Method Detail

getDirections

public synchronized List< LaneDirection > getDirections ()

getHighlightedDirection

public synchronized LaneDirection getHighlightedDirection ()

Optional field, can be null.

getLaneKind

public synchronized LaneKind getLaneKind ()

getNativeName

public static String getNativeName ()

serialize

public void serialize (Archive archive)