GMSPlaceEVConnectorType
enum GMSPlaceEVConnectorType : NSInteger {}
Describes the EV charging connector type.
-
Declaration
Swift
case unspecified = 0
Objective-C
GMSPlaceEVConnectorTypeUnspecified = 0
-
Declaration
Swift
case J1772 = 1
Objective-C
GMSPlaceEVConnectorTypeJ1772 = 1
-
Declaration
Swift
case type2 = 2
Objective-C
GMSPlaceEVConnectorTypeType2 = 2
-
Declaration
Swift
case chaDeMO = 3
Objective-C
GMSPlaceEVConnectorTypeCHADeMO = 3
-
Declaration
Swift
case ccsCombo1 = 4
Objective-C
GMSPlaceEVConnectorTypeCCSCombo1 = 4
-
Declaration
Swift
case ccsCombo2 = 5
Objective-C
GMSPlaceEVConnectorTypeCCSCombo2 = 5
-
Declaration
Swift
case NACS = 6
Objective-C
GMSPlaceEVConnectorTypeNACS = 6
-
Declaration
Swift
case tesla = 7
Objective-C
GMSPlaceEVConnectorTypeTesla = 7
-
Declaration
Swift
case unspecifiedGBT = 8
Objective-C
GMSPlaceEVConnectorTypeUnspecifiedGBT = 8
-
Declaration
Swift
case unspecifiedWallOutlet = 9
Objective-C
GMSPlaceEVConnectorTypeUnspecifiedWallOutlet = 9
-
Declaration
Swift
case other = 10
Objective-C
GMSPlaceEVConnectorTypeOther = 10