Class Walk

com.yandex.mapkit.masstransit

java.lang.Object ⇽ Walk

public class Walk

Represents a pedestrian section of a route.

Constructors

Walk()

Use constructor with parameters in your code.

Walk(List< PedestrianConstructionID > constructions, List< Spot > spots)
Walk()

Use constructor with parameters in your code.

Walk(List< PedestrianConstructionID > constructions, List< Spot > spots)

Methods

synchronized List< PedestrianConstructionID > getConstructions()

List of pedestrian constructions along the pedestrian path.

String getNativeName()
synchronized List< Spot > getSpots()

List of pedestrian spots with their coordinates along the pedestrian path.

void serialize(Archive archive)
synchronized List< PedestrianConstructionID > getConstructions()

List of pedestrian constructions along the pedestrian path.

String getNativeName()
synchronized List< Spot > getSpots()

List of pedestrian spots with their coordinates along the pedestrian path.

void serialize(Archive archive)

Constructor Detail

Walk

public Walk ()

Use constructor with parameters in your code.

This one is for serialization only!

Walk

public Walk (List< PedestrianConstructionID > constructions, List< Spot > spots)

Method Detail

getConstructions

public synchronized List< PedestrianConstructionID > getConstructions ()

List of pedestrian constructions along the pedestrian path.

getNativeName

public static String getNativeName ()

getSpots

public synchronized List< Spot > getSpots ()

List of pedestrian spots with their coordinates along the pedestrian path.

serialize

public void serialize (Archive archive)