-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class StepInfo implements Parcelable
This class include routeID of the route, legIndex of the route, stepIndex of the leg
-
-
Method Summary
Modifier and Type Method Description final String
getRouteID()
the unique id of current route final Unit
setRouteID(String routeID)
the unique id of current route final Integer
getLegIndex()
zero based index of leg final Unit
setLegIndex(Integer legIndex)
zero based index of leg final Integer
getStepIndex()
zero based index of current step belongs of current leg final Unit
setStepIndex(Integer stepIndex)
zero based index of current step belongs of current leg -
-
Method Detail
-
getRouteID
final String getRouteID()
the unique id of current route
-
setRouteID
final Unit setRouteID(String routeID)
the unique id of current route
-
getLegIndex
final Integer getLegIndex()
zero based index of leg
-
setLegIndex
final Unit setLegIndex(Integer legIndex)
zero based index of leg
-
getStepIndex
final Integer getStepIndex()
zero based index of current step belongs of current leg
-
setStepIndex
final Unit setStepIndex(Integer stepIndex)
zero based index of current step belongs of current leg
-
-
-
-