EvSearchOptions

constructor(    geoBias: GeoBias,     @IntRange(from = 1, to = 100) limit: Int = DEFAULT_LIMIT,     connectors: List<ConnectorType>? = null,     status: Status? = null,     minPower: Power? = null,     maxPower: Power? = null,     accessTypes: List<AccessType>? = null,     locale: Locale = Locale.getDefault())