Package 

Class ALatLon

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public class ALatLon
    extends AidlParams
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      ALatLon(double latitude, double longitude)
      ALatLon(Parcel in)
    • Method Summary

      Modifier and Type Method Description
      double getLongitude()
      double getLatitude()
      int hashCode()
      boolean equals(Object obj)
      String toString()
      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