Class RestrictedEntry

Warning

This feature is available in the Full MapKit SDK version

Package world.mappable.mapkit.directions.driving

java.lang.Object
    ↳ world.mappable.mapkit.directions.driving.RestrictedEntry

class RestrictedEntry implements Serializable

A restricted entry object.

Summary

Constructors

Signature and Description

RestrictedEntry(@NonNull PolylinePosition position)

RestrictedEntry()
Use constructor with parameters in your code.

Methods

Type and modifiers

Method and Description

PolylinePosition

getPosition()
The position of the restricted entry.

void

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

Constuctors

RestrictedEntry

RestrictedEntry(@NonNull PolylinePosition position)


RestrictedEntry

RestrictedEntry()

Use constructor with parameters in your code.

This one is for bindings only!


Methods

getPosition

@NonNull
PolylinePosition getPosition()

The position of the restricted entry.


serialize

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