EVSearchOptions

public abstract class EVSearchOptions implements Parcelable


Searchable EV options of a place search request.

Summary

Nested types

public abstract class EVSearchOptions.Builder

Builder for EVSearchOptions.

Public constructors

Public methods

static EVSearchOptions.Builder

Returns a Builder for EVSearchOptions.

abstract @Nullable List<EVConnectorType>

The list of preferred EV connector types.

abstract @Nullable Double

Minimum required charging rate in kilowatts.

Inherited Constants

From android.os.Parcelable
static final int
static final int
static final int
static final int

Inherited methods

From android.os.Parcelable
abstract int
int
abstract void
writeToParcel(Parcel p, int p1)

Public constructors

EVSearchOptions

public EVSearchOptions()

Public methods

builder

public static EVSearchOptions.Builder builder()

Returns a Builder for EVSearchOptions.

getConnectorTypes

public abstract @Nullable List<EVConnectorTypegetConnectorTypes()

The list of preferred EV connector types. A place that does not support any of the listed connector types are filter out.

getMinimumChargingRateKw

public abstract @Nullable Double getMinimumChargingRateKw()

Minimum required charging rate in kilowatts. A place with a charging rate less than the specified rate is filtered out.