EvChargingParkDynamicDataOptions

fun EvChargingParkDynamicDataOptions(    searchResultId: SearchResultId,     connectorTypeSet: Set<ConnectorType> = emptySet(),     minPowerKw: Double? = null,     maxPowerKw: Double? = null)

Parameters

searchResultId

The charging station ID.

connectorTypeSet

A set of connector types that restrict the results to ones where the specified connector types are available. See https://developer.tomtom.com/search-api/search-api-documentation/supported-connector-types for more details.

minPowerKw

Restricts the result to stations with available connectors with the specified minimum power (expressed in kilowatts). Can be used with maxPowerKw.

maxPowerKw

Restricts the result to the stations with available connectors with the specified maximum power (expressed in kilowatts). Can be used with minPowerKw.