Enum RequestPointType
Package world.mappable.mapkit
java.lang.Object
↳ java.lang.Enum
↳ world.mappable.mapkit.RequestPointType
final enum RequestPointType
The waypoint and a point the path must go through.
Enum Constant Summary
|
Enum Constants |
Description |
|
The target waypoint. |
|
|
A point the route must pass through. |
Summary
Methods
|
Type and modifiers |
Method and Description |
|
|
values() |
|
|
valueOf(java.lang.String name) |
Enum Constants Detail
WAYPOINT
|
|
WAYPOINT |
The target waypoint.
VIAPOINT
|
|
VIAPOINT |
A point the route must pass through.
Methods
values
|
RequestPointType[] values() |
valueOf
|
RequestPointType valueOf(java.lang.String name) |