-
- All Implemented Interfaces:
-
android.os.Parcelable
public class SearchParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description public final static intSEARCH_TYPE_POIpublic final static intSEARCH_TYPE_ADDRESSpublic final static intSEARCH_TYPE_ALLprivate StringsearchQueryprivate intsearchTypeprivate doublelatitudeprivate doublelongitudeprivate intradiusLevelprivate inttotalLimitpublic final static Parcelable.Creator<SearchParams>CREATOR
-
Constructor Summary
Constructors Constructor Description SearchParams(String searchQuery, int searchType, double latitude, double longitude, int radiusLevel, int totalLimit)SearchParams(Parcel in)
-
Method Summary
Modifier and Type Method Description StringgetSearchQuery()intgetSearchType()doublegetLatitude()doublegetLongitude()intgetRadiusLevel()intgetTotalLimit()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
-
getSearchQuery
String getSearchQuery()
-
getSearchType
int getSearchType()
-
getLatitude
double getLatitude()
-
getLongitude
double getLongitude()
-
getRadiusLevel
int getRadiusLevel()
-
getTotalLimit
int getTotalLimit()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-