-
- All Implemented Interfaces:
-
android.os.Parcelable
public class SearchResult extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private doublelatitudeprivate doublelongitudeprivate StringlocalNameprivate StringlocalTypeNameprivate StringalternateNamepublic final static Parcelable.Creator<SearchResult>CREATOR
-
Constructor Summary
Constructors Constructor Description SearchResult(double latitude, double longitude, String localName, String localTypeName, String alternateName, List<String> otherNames)SearchResult(Parcel in)
-
Method Summary
Modifier and Type Method Description doublegetLatitude()doublegetLongitude()StringgetLocalName()StringgetLocalTypeName()StringgetAlternateName()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
-
-
Method Detail
-
getLatitude
double getLatitude()
-
getLongitude
double getLongitude()
-
getLocalName
String getLocalName()
-
getLocalTypeName
String getLocalTypeName()
-
getAlternateName
String getAlternateName()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-