EvPoiDetailsOptions

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

To create an instance, use the com.tomtom.sdk.search.ev.buildEvPoiDetailsOptions function.

Types

Link copied to clipboard
class Builder

Builder for constructing EvPoiDetailsOptions instances.

Properties

Link copied to clipboard

A set of Place.Ids for which details are expected to be fetched. If all of the provided IDs do not return details, a failure will be returned. If some of the provided IDs do not return details, the response will contain the successfully retrieved details and a set of the Place.Ids for which the details could not be retrieved in the EvPoiDetailsResponse.failedIds property. A Place.Id will fail in returning details if it is either invalid or if it represents a non-EV POI.

Link copied to clipboard

The locale in which search results should be returned. When it is not provided, the system default locale is used.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String