[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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;"]]