AI-generated Key Takeaways
- 
          
GMSNavigationLaneprovides information about a single traffic lane during navigation. - 
          
It includes an array of
GMSNavigationLaneDirectionobjects indicating allowed maneuvers within the lane. - 
          
Instances of
GMSNavigationLanecannot be directly initialized usinginit. 
GMSNavigationLane
@interface GMSNavigationLane : NSObjectInformation about a single lane during navigation.
- 
                  
                  
The array of
GMSNavigationLaneDirectionin this given lane.Declaration
Swift
var laneDirections: [GMSNavigationLaneDirection] { get }Objective-C
@property (nonatomic, readonly) NSArray<GMSNavigationLaneDirection *> *_Nonnull laneDirections; - 
                  
                  
Unavailable
Declaration
Objective-C
- (null_unspecified instancetype)init NS_UNAVAILABLE;