public class SearchAheadQuery
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SearchAheadQuery.Builder |
Modifier and Type | Method and Description |
---|---|
SearchAheadQuery.Builder |
buildUpon() |
boolean |
getFeedback() |
java.lang.String |
getLanguage() |
java.lang.Integer |
getLimit() |
com.mapquest.android.commoncore.model.LatLng |
getLocation() |
java.lang.String |
getQueryString() |
java.util.Collection<SearchCollection> |
getSearchCollections() |
boolean |
hasLanguageCode() |
boolean |
hasLimit() |
boolean |
hasLocation() |
java.lang.String |
toString() |
public java.lang.String getQueryString()
public java.util.Collection<SearchCollection> getSearchCollections()
public boolean hasLocation()
public com.mapquest.android.commoncore.model.LatLng getLocation()
public boolean hasLimit()
public java.lang.Integer getLimit()
public boolean getFeedback()
public boolean hasLanguageCode()
public java.lang.String getLanguage()
public SearchAheadQuery.Builder buildUpon()
public java.lang.String toString()
toString
in class java.lang.Object