-
- 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 StringgetRouteID()the unique id of current route final UnitsetRouteID(String routeID)the unique id of current route final IntegergetLegIndex()zero based index of leg final UnitsetLegIndex(Integer legIndex)zero based index of leg final IntegergetStepIndex()zero based index of current step belongs of current leg final UnitsetStepIndex(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
-
-
-
-