Class Summary
Warning
This feature is available in the Full MapKit SDK version
Package com.yandex.mapkit.transport.masstransit
java.lang.Object
↳ com.yandex.mapkit.transport.masstransit.Summary
class Summary implements Serializable
Contains brief information associated with a route constructed by the mass transit router.
Summary
Constructors
Signature and Description |
Summary() |
Summary(@NonNull Weight weight, |
Methods
Type and modifiers |
Method and Description |
|
getWeight() |
|
getEstimation() |
|
getFlags() |
void |
serialize(com.yandex.runtime.bindings.Archive archive) |
|
Constuctors
Summary
Summary() |
Use constructor with parameters in your code.
This one is for serialization only!
Summary
Summary(@NonNull Weight weight, |
Methods
getWeight
@NonNull |
Contains the route time, distance of the walking part, and the number of transfers.
getEstimation
@Nullable |
Arrival and departure time estimations for time-dependent routes.
Optional field, can be null.
getFlags
@Nullable |
Specific properties of the route.
Optional field, can be null.
serialize
@Override |
getNativeName
java.lang.String getNativeName() |