Offline Ev Search Options
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
Functions
Properties
Link copied to clipboard
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
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.