GMSNavigationLaneDirection
@interface GMSNavigationLaneDirection : NSObjectInformation about a single lane direction during navigation.
- 
                  
                  Returns the GMSNavigationLaneShapefor this lane direction.DeclarationSwift var laneShape: GMSNavigationLaneShape { get }Objective-C @property (nonatomic, readonly) GMSNavigationLaneShape laneShape;
- 
                  
                  Whether this lane direction is recommended or not. DeclarationSwift var recommended: Bool { get }Objective-C @property (nonatomic, readonly) _Bool recommended;
- 
                  
                  Unavailable DeclarationObjective-C - (null_unspecified instancetype)init NS_UNAVAILABLE;