Package-level declarations
Types
Represents different types of vehicle engines and their associated criteria. Used specify engine-related search criteria in the configuration. Depending on the engine type, you can provide further details like the types of connectors for electric vehicles or fuel types for combustion vehicles.
These configuration parameters are used to execute a Point of Interest (Poi) search.
Entry point for all methods related to the search visualization. Instances of SearchVisualization are created using SearchVisualizationFactory.create. You should call methods on these instances from the main thread only, otherwise an exception can occur. To use a SearchVisualization instance, first provide a route geometry and a SearchConfiguration with the displayPoisAlongRoute method. You can then call clear to remove all the primitives that have been added to the map. Additionally, you can add or remove tap observers for the Pois using the addPoiClickListener and removePoiClickListener methods, respectively.
Callback that reports when a SearchVisualizationResponse or SearchVisualizationFailure has been received.
A factory responsible for constructing SearchVisualization instances.
Failure that can occur during SearchVisualization.displayPois.
Response from the SearchVisualization.displayPois.