GMSNavigationLane
@interface GMSNavigationLane : NSObjectInformation about a single lane during navigation.
- 
                  
                  The array of GMSNavigationLaneDirectionin this given lane.DeclarationSwift var laneDirections: [GMSNavigationLaneDirection] { get }Objective-C @property (nonatomic, readonly) NSArray<GMSNavigationLaneDirection *> *_Nonnull laneDirections;
- 
                  
                  Unavailable DeclarationObjective-C - (null_unspecified instancetype)init NS_UNAVAILABLE;