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