Class InclineSection
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.InclineSection
class InclineSection implements Serializable
represents a section of continuous non-trivial gradient
Summary
Constructors
Signature and Description |
InclineSection(@NonNull InclineType type, |
InclineSection() |
Methods
Type and modifiers |
Method and Description |
getType() |
|
getSubpolyline() |
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
Constuctors
InclineSection
InclineSection(@NonNull InclineType type, |
InclineSection
InclineSection() |
Use constructor with parameters in your code.
This one is for bindings only!
Methods
getType
@NonNull |
Vague characteristic of this gradient secion
getSubpolyline
@NonNull |
A subpolyline of the route where the section is located
serialize
@Override |