OfflineEvSearchOptions

class OfflineEvSearchOptions @JvmOverloads constructor(val connectorTypes: List<String>? = null, val operators: List<String>? = null, val minChargingPower: Float? = null, val maxChargingPower: Float? = null, val excludeOperators: List<String>? = null) : Parcelable

Offline EV search options.

Constructors

Link copied to clipboard
fun OfflineEvSearchOptions(connectorTypes: List<String>? = null, operators: List<String>? = null, minChargingPower: Float? = null, maxChargingPower: Float? = null, excludeOperators: List<String>? = null)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val connectorTypes: List<String>? = null

An optional list of the EvConnectorType.Type values to be included in the response. By default all connector types will be included in the response.

Link copied to clipboard

An optional list of the charge point operators to be excluded from the response. By default all operators will be included in the response.

Link copied to clipboard
val maxChargingPower: Float? = null

An optional value in watts that sets the upper limit for the charging power supported by EVSEs at a charge point. If minChargingPower is provided, the default value is 500000.

Link copied to clipboard
val minChargingPower: Float? = null

An optional value in watts that sets the lower limit for the charging power supported by EVSEs at a charge point. If maxChargingPower is provided, the default value is 0.

Link copied to clipboard
val operators: List<String>? = null

An optional list of the charge point operators to be included in the response. By default all operators will be included in the response.