Class Alert.LastTrip

com.yandex.mapkit.masstransit

java.lang.Object ⇽ Alert.LastTrip

public class Alert.LastTrip

Enclosing Class:
Alert

Last trip for the thread.

Allows to get the time it takes to get to the end of the route.

Methods

LastTrip( Time time)
LastTrip()

Use constructor with parameters in your code.

Time getTime()

Time required to finish the trip.

void serialize(Archive archive)
LastTrip( Time time)
LastTrip()

Use constructor with parameters in your code.

Time getTime()

Time required to finish the trip.

void serialize(Archive archive)

Method Detail

LastTrip

public LastTrip (Time time)

LastTrip

public LastTrip ()

Use constructor with parameters in your code.

This one is for bindings only!

getTime

public Time getTime ()

Time required to finish the trip.

serialize

public void serialize (Archive archive)