EvChargingStationsAvailabilityOptions

data class EvChargingStationsAvailabilityOptions(val chargingStationId: EvChargingAvailabilityId, val connectorTypeSet: Set<String> = emptySet(), val minPower: Power? = null, val maxPower: Power? = null)

Contains the parameters to use in an EV Charging Stations Availability search.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

chargingStationId

The target charging station ID.

connectorTypeSet

A set of connector types to restrict the results to the availability of those specific connector types. See https://developer.tomtom.com/search-api/search-api-documentation/supported-connector-types for more details.

minPower

A parameter to restrict the result to the availability of connectors with a specified minimum power. Can be used with maxPower.

maxPower

A parameter to restrict the result to the availability of connectors with a specified maximum power. Can be used with minPower.

Constructors

Link copied to clipboard
fun EvChargingStationsAvailabilityOptions(chargingStationId: EvChargingAvailabilityId, connectorTypeSet: Set<String> = emptySet(), minPower: Power? = null, maxPower: Power? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val maxPower: Power? = null
Link copied to clipboard
val minPower: Power? = null