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,
               @NonNull Subpolyline subpolyline)

InclineSection()
Use constructor with parameters in your code.

Methods

Type and modifiers

Method and Description

InclineType

getType()
Vague characteristic of this gradient secion

Subpolyline

getSubpolyline()
A subpolyline of the route where the section is located

void

serialize(world.mappable.runtime.bindings.Archive archive)

Constuctors

InclineSection

InclineSection(@NonNull InclineType type,
               @NonNull Subpolyline subpolyline)


InclineSection

InclineSection()

Use constructor with parameters in your code.

This one is for bindings only!


Methods

getType

@NonNull
InclineType getType()

Vague characteristic of this gradient secion


getSubpolyline

@NonNull
Subpolyline getSubpolyline()

A subpolyline of the route where the section is located


serialize

@Override
void serialize(world.mappable.runtime.bindings.Archive archive)


Previous