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 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.