Class Transport
Warning
This feature is available in the Full MapKit SDK version
Package world.mappable.mapkit.transport.masstransit
java.lang.Object
↳ world.mappable.mapkit.transport.masstransit.Transport
class Transport implements Serializable
Contains information about the mass transit ride section of a mapkit.transport.masstransit.Route for a specific mass transit mapkit.transport.masstransit.Line.
Nested Class Summary
|
Modifier and Type |
Interface |
Description |
|
|
mapkit.transport.masstransit.Thread specific properties of a mass transit ride section of a mapkit.transport.masstransit.Route. |
Summary
Constructors
|
Signature and Description |
|
Transport() |
|
Transport(@NonNull Line line, |
Methods
|
Type and modifiers |
Method and Description |
|
|
getLine() |
|
|
getTransports() |
|
|
getTransportContours() |
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
|
|
Constuctors
Transport
|
Transport() |
Use constructor with parameters in your code.
This one is for serialization only!
Transport
|
Transport(@NonNull Line line, |
Methods
getLine
|
@NonNull |
Mass transit line.
getTransports
|
@NonNull |
Collection of mass transit threads of the specified line suitable for the constructed route.
getTransportContours
|
@NonNull |
Describes mapkit.transport.masstransit.TransportContour in borders of which this block is located
serialize
|
@Override |
getNativeName
|
java.lang.String getNativeName() |