-
- All Implemented Interfaces:
public final class AlternativeRouteContext
-
-
Constructor Summary
Constructors Constructor Description AlternativeRouteContext(Long navigationRouteHandle, Integer legIndex, Integer stepIndex, Integer edgeIndex)
-
Method Summary
Modifier and Type Method Description final LonggetNavigationRouteHandle()final IntegergetLegIndex()final IntegergetStepIndex()final IntegergetEdgeIndex()final RoutegetNavigationRoute()-
-
Method Detail
-
getNavigationRouteHandle
final Long getNavigationRouteHandle()
-
getLegIndex
final Integer getLegIndex()
-
getStepIndex
final Integer getStepIndex()
-
getEdgeIndex
final Integer getEdgeIndex()
-
getNavigationRoute
final Route getNavigationRoute()
-
-
-
-