Class ActionMetadata
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.ActionMetadata
class ActionMetadata implements Serializable
Information about an action.
Summary
Constructors
Signature and Description |
ActionMetadata(@Nullable UturnMetadata uturnMetadata, |
ActionMetadata() |
Methods
Type and modifiers |
Method and Description |
getUturnMetadata() |
|
getLeaveRoundaboutMetadada() |
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
Constuctors
ActionMetadata
ActionMetadata(@Nullable UturnMetadata uturnMetadata, |
ActionMetadata
ActionMetadata() |
Use constructor with parameters in your code.
This one is for bindings only!
Methods
getUturnMetadata
@Nullable |
The length of the U-turn.
Optional field, can be null.
getLeaveRoundaboutMetadada
@Nullable |
The number of the exit for leaving the roundabout.
Optional field, can be null.
serialize
@Override |