TextQuery (API Reference)
Package com.here.sdk.search
Class TextQuery
java.lang.Object
com.here.sdk.search.TextQuery
The options to specify a text query.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionArea which to provide the most relevant places.The filter options to specify a place in query.Desired query to search. -
Constructor Summary
ConstructorsConstructorDescriptionTextQuery(String query, TextQuery.Area area) Constructs a TextQuery from the provided text query and geographic area. -
Method Summary
-
Field Details
-
query
Desired query to search.
-
area
Area which to provide the most relevant places.
-
placeFilter
The filter options to specify a place in query. Consists of fuel and truck options.
-
-
Constructor Details
-
TextQuery
Constructs a TextQuery from the provided text query and geographic area. For Offline Search, search in a given
GeoBox,GeoCircleorGeoCorridorrestricts the results to only POIs.- Parameters:
query-Desired query to search.
area-Area which to provide the most relevant places.
-
-
Method Details