Package 

Class ADirectionInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      ADirectionInfo(int distanceTo, int turnType, boolean isLeftSide)
    • Method Summary

      Modifier and Type Method Description
      int getDistanceTo()
      void setDistanceTo(int distanceTo)
      int getTurnType()
      void setTurnType(int turnType)
      boolean isLeftSide()
      void setLeftSide(boolean leftSide)
      void writeToBundle(Bundle bundle)
      • Methods inherited from class net.osmand.aidlapi.AidlParams

        describeContents, readFromParcel, writeToParcel
      • 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