StructuredQuery (API Reference)
Package com.here.sdk.search
Class StructuredQuery
java.lang.Object
com.here.sdk.search.StructuredQuery
The options to specify a structured query.
Only supported in OfflineSearchEngine (only available for the Navigate license).
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDefines query address elements which will be used to build address hierarchy during searches.static enumSpecifies expected result type. -
Field Summary
FieldsModifier and TypeFieldDescriptionQuery address elements to get the results from a specific geographical area.Geographic coordinates of the prioritized area center.Desired query to search.An optional field to indicates the type of result expected. -
Constructor Summary
ConstructorsConstructorDescriptionStructuredQuery(String query, GeoCoordinates areaCenter) Creates a new instance. -
Method Summary
-
Field Details
-
query
Desired query to search.
-
areaCenter
Geographic coordinates of the prioritized area center.
-
addressElements
Query address elements to get the results from a specific geographical area.
-
resultType
An optional field to indicates the type of result expected.
-
-
Constructor Details
-
StructuredQuery
Creates a new instance.
- Parameters:
query-Desired query to search.
areaCenter-Geographic coordinates of the prioritized area center.
-
-
Method Details