GMSNavigationLaneShape
enum GMSNavigationLaneShape : NSInteger {}A set of values describing the shape of a lane.
- 
                  
                  Unknown lane shape. DeclarationSwift case unknown = 0Objective-C GMSNavigationLaneShapeUnknown = 0
- 
                  
                  Continue straight. DeclarationSwift case straight = 1Objective-C GMSNavigationLaneShapeStraight = 1
- 
                  
                  Slight left turn (10-45 degrees). DeclarationSwift case slightLeft = 2Objective-C GMSNavigationLaneShapeSlightLeft = 2
- 
                  
                  Slight right turn (10-45 degrees). DeclarationSwift case slightRight = 3Objective-C GMSNavigationLaneShapeSlightRight = 3
- 
                  
                  Normal left turn (45-135 degrees). DeclarationSwift case normalLeft = 4Objective-C GMSNavigationLaneShapeNormalLeft = 4
- 
                  
                  Normal right turn (45-135 degrees). DeclarationSwift case normalRight = 5Objective-C GMSNavigationLaneShapeNormalRight = 5
- 
                  
                  Sharp left turn (135-175 degrees). DeclarationSwift case sharpLeft = 6Objective-C GMSNavigationLaneShapeSharpLeft = 6
- 
                  
                  Sharp right turn (135-175 degrees). DeclarationSwift case sharpRight = 7Objective-C GMSNavigationLaneShapeSharpRight = 7
- 
                  
                  A left turn onto the opposite side of the same street (175-180 degrees). DeclarationSwift case uTurnLeft = 8Objective-C GMSNavigationLaneShapeUTurnLeft = 8
- 
                  
                  A right turn onto the opposite side of the same street (175-180 degrees). DeclarationSwift case uTurnRight = 9Objective-C GMSNavigationLaneShapeUTurnRight = 9