Package-level declarations

Includes the interface for the EV Search (nearby and along the route) API, alongside associated options, response data classes and the callback interface.

Types

Link copied to clipboard

Callback interface for handling EV POI details responses.

Link copied to clipboard

Contains the parameters to use in a POI details request for Electric Vehicle (EV) charging stations.

Link copied to clipboard

Represents the response for EV POI details.

Link copied to clipboard

Callback that reports when a EvSearchResponse or SearchFailure has been received.

Link copied to clipboard

Defines the parameters of an Electric Vehicle (EV) Search, used for EvSearchResult filtering.

Link copied to clipboard
class EvSearchResponse(val results: List<EvSearchResult> = emptyList())

Response from the EV Search API.

Functions

Link copied to clipboard
Link copied to clipboard

Creates a new instance of EvSearchOptions for geo-biased (nearby) EV Search with the given geoBias.

Creates a new instance of EvSearchOptions for EV Search with a rectangle filter (bounding box) using the provided rectangleGeometry.