EVChargingConnector enum Routes & Navigation

Electric vehicle charging connector type

Not yet supported by the routing engine.

Inheritance
Available extensions
Annotations
  • @experimental

Values

j1772 → const EVChargingConnector

J1772 connector

mennekes → const EVChargingConnector

Mennekes connector

type2 → const EVChargingConnector

Type 2 connector

type3 → const EVChargingConnector

Type 3 connector

gbtAc → const EVChargingConnector

GBT AC connector

gbtDc → const EVChargingConnector

GBT DC connector

chaemo → const EVChargingConnector

CHAdeMO connector

css1 → const EVChargingConnector

CSS1 connector

css2 → const EVChargingConnector

CSS2 connector

tesla → const EVChargingConnector

Tesla connector

superTesla → const EVChargingConnector

Super Tesla connector

superTeslaCCS → const EVChargingConnector

Super Tesla CCS connector

teslaDestination → const EVChargingConnector

Tesla destination charger connector

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<EVChargingConnector>
A constant List of the values in this enum, in order of their declaration.