GoogleNavigation Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GMSNavigationLane
@interface GMSNavigationLane : NSObject
Information about a single lane during navigation.
-
-
Declaration
Objective-C
- (null_unspecified instancetype)init NS_UNAVAILABLE;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSNavigationLane\u003c/code\u003e provides information about a single traffic lane during navigation.\u003c/p\u003e\n"],["\u003cp\u003eIt includes an array of \u003ccode\u003eGMSNavigationLaneDirection\u003c/code\u003e objects indicating allowed maneuvers within the lane.\u003c/p\u003e\n"],["\u003cp\u003eInstances of \u003ccode\u003eGMSNavigationLane\u003c/code\u003e cannot be directly initialized using \u003ccode\u003einit\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# GoogleNavigation Framework Reference\n\nGMSNavigationLane\n=================\n\n @interface GMSNavigationLane : NSObject\n\nInformation about a single lane during navigation.\n- `\n ``\n ``\n `\n\n ### [laneDirections](#/c:objc(cs)GMSNavigationLane(py)laneDirections)\n\n `\n ` \n The array of [GMSNavigationLaneDirection](../Classes/GMSNavigationLaneDirection.html) in this given lane. \n\n #### Declaration\n\n Swift \n\n var laneDirections: [../Classes/GMSNavigationLaneDirection.html] { get }\n\n Objective-C \n\n @property (nonatomic, readonly) NSArray\u003c../Classes/GMSNavigationLaneDirection.html *\u003e *_Nonnull laneDirections;\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)GMSNavigationLane(im)init)\n\n `\n ` \n Unavailable \n\n #### Declaration\n\n Objective-C \n\n - (null_unspecified instancetype)init NS_UNAVAILABLE;"]]