Package globus.glroute
Annotation Interface GLRoutePoint.Type
- Enclosing class:
- GLRoutePoint
Route point types to describe the behavior of navigation waypoints.
More details at valhalla documentation
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAbreakis a location at which we allow U-turns and generate legs and arrival/departure maneuvers.static final intAbreak_throughlocation is a location at which we do not allow U-turns but do generate legs and arrival/departure maneuvers.static final intAthroughlocation is a location at which we neither allow U-turns nor generate legs or arrival/departure maneuvers.static final intAvialocation is a location at which we allow U-turns but do not generate legs or arrival/departure maneuvers.
-
Field Details
-
BREAK
static final int BREAKAbreakis a location at which we allow U-turns and generate legs and arrival/departure maneuvers.- See Also:
-
THROUGH
static final int THROUGHAthroughlocation is a location at which we neither allow U-turns nor generate legs or arrival/departure maneuvers.- See Also:
-
VIA
static final int VIAAvialocation is a location at which we allow U-turns but do not generate legs or arrival/departure maneuvers.- See Also:
-
BREAK_THROUGH
static final int BREAK_THROUGHAbreak_throughlocation is a location at which we do not allow U-turns but do generate legs and arrival/departure maneuvers.- See Also:
-