Package 

Class StepInfo

  • 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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
      • Methods inherited from class android.os.Parcelable

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait