GMSNavigationLane
@interface GMSNavigationLane : NSObject
Information about a single lane during navigation.
-
The array of
GMSNavigationLaneDirection
in 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;