-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ALatLon extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private doublelongitudeprivate doublelatitudepublic final static Parcelable.Creator<ALatLon>CREATOR
-
Method Summary
Modifier and Type Method Description doublegetLongitude()doublegetLatitude()inthashCode()booleanequals(Object obj)StringtoString()voidwriteToBundle(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
-
-
Constructor Detail
-
ALatLon
ALatLon(double latitude, double longitude)
-
ALatLon
ALatLon(Parcel in)
-
-
Method Detail
-
getLongitude
double getLongitude()
-
getLatitude
double getLatitude()
-
hashCode
int hashCode()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-