GMSNavigationDrivingSide
enum GMSNavigationDrivingSide : NSUInteger {}
Whether this step is on a drive-on-right or drive-on-left route. May be unspecified.
-
Unspecified side.
Declaration
Swift
case none = 0
Objective-C
GMSNavigationDrivingSideNone = 0
-
Drive-on-left side.
Declaration
Swift
case left = 1
Objective-C
GMSNavigationDrivingSideLeft = 1
-
Drive-on-right side.
Declaration
Swift
case right = 2
Objective-C
GMSNavigationDrivingSideRight = 2