requestEvPoiDetails
open fun requestEvPoiDetails(options: EvPoiDetailsOptions): Result<EvPoiDetailsResponse, SearchFailure>
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.
Return
The Result containing an EvPoiDetailsResponse if the call succeeds, or a SearchFailure if it fails.
Parameters
options
The object containing the properties to fetch EV POI details.
open fun requestEvPoiDetails(options: EvPoiDetailsOptions, callback: EvPoiDetailsCallback): Cancellable
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.
Parameters
options
The object containing the properties to fetch EV POI details.
callback
The callback to handle the response or failure.