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;