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