Search
The Search interface is a comprehensive set of APIs designed to seamlessly integrate advanced search functionality into your application.
Functions
Autocomplete Search feature can predict what a user is searching for based on what they have already typed in. It can identify entities within a user's query and suggest them as potential search terms. This feature optimizes the accuracy of the search results by offering relevant suggestions and completing the user's query.
Performs a synchronous Electric Vehicle (EV) search computing action based on the provided EvSearchOptions object and delivers the Result by the provided EvSearchResponse, or by a SearchFailure if the action fails.
Performs an asynchronous search computing action based on the provided EvSearchOptions object and returns the result by the provided EvSearchCallback.
Synchronously, provides details of an Electric Vehicle (EV) Point of Interest (POI) by a given POI identifier. For accessing details for POIs belonging to other categories, use requestPoiDetails.
Asynchronously, provides details of an Electric Vehicle (EV) Point of Interest (POI) by a given POI identifier. For accessing details for POIs belonging to other categories, use requestPoiDetails.
Performs a synchronous geometry data request described by the provided GeometryDataOptions object. Delivers the Result containing a GeometryDataResponse, or a SearchFailure if the action fails.
Performs an asynchronous geometry data request described by the provided GeometryDataOptions object. Returns the result using the provided GeometryDataCallback.
Synchronously provides a full list of POI categories and subcategories together with their translations and synonyms.
Asynchronously provides a complete list of POI categories and subcategories with their translations and synonyms.
Synchronously, provides POI details by a given POI identifier.
Asynchronously, provides POI details by a given POI identifier.
Performs a synchronous search computing action based on the provided SearchOptions object and delivers the Result by the provided SearchResponse, or by a SearchFailure if the action fails.
Performs an asynchronous search computing action based on the provided SearchOptions object and returns the result by the provided SearchCallback.
Synchronously sends a feedback event for the search.
Asynchronously sends a feedback event for the search.