EvChargingAvailabilityOptions

fun EvChargingAvailabilityOptions(chargingAvailabilityId: EvChargingAvailabilityId, connectorTypeSet: Set<ConnectorType> = emptySet(), minPower: Power? = null, maxPower: Power? = null)

Parameters

chargingAvailabilityId

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.