Class RouteStop

com.yandex.mapkit.masstransit

java.lang.Object ⇽ RouteStop

public class RouteStop

Describes a Stop on a Route.

Constructors

RouteStop()

Use constructor with parameters in your code.

RouteStop(Stop stop, Point position)
RouteStop()

Use constructor with parameters in your code.

RouteStop(Stop stop, Point position)

Methods

String getNativeName()
synchronized Point getPosition()

Coordinates of the stop.

synchronized Stop getStop()

Stop on a route.

void serialize(Archive archive)
String getNativeName()
synchronized Point getPosition()

Coordinates of the stop.

synchronized Stop getStop()

Stop on a route.

void serialize(Archive archive)

Constructor Detail

RouteStop

public RouteStop ()

Use constructor with parameters in your code.

This one is for serialization only!

RouteStop

public RouteStop (Stop stop, Point position)

Method Detail

getNativeName

public static String getNativeName ()

getPosition

public synchronized Point getPosition ()

Coordinates of the stop.

getStop

public synchronized Stop getStop ()

Stop on a route.

serialize

public void serialize (Archive archive)