[[["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 2024-11-15 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSNavigationTimeAndDistance\u003c/code\u003e is an immutable object providing route information.\u003c/p\u003e\n"],["\u003cp\u003eIt includes the estimated travel time (\u003ccode\u003edurationSeconds\u003c/code\u003e) in seconds.\u003c/p\u003e\n"],["\u003cp\u003eIt also includes the total travel distance (\u003ccode\u003edistanceMeters\u003c/code\u003e) in meters.\u003c/p\u003e\n"]]],[],null,["GMSNavigationTimeAndDistance \n\n @interface GMSNavigationTimeAndDistance : NSObject\n\nAn immutable class that encapsulates the distance remaining and the ETA for a route.\n- `\n ``\n ``\n `\n\n [durationSeconds](#/c:objc(cs)GMSNavigationTimeAndDistance(py)durationSeconds)`\n ` \n The duration for this route, in seconds. \n\n Declaration \n Swift \n\n var durationSeconds: TimeInterval { get }\n\n Objective-C \n\n @property (nonatomic, readonly) NSTimeInterval durationSeconds;\n\n- `\n ``\n ``\n `\n\n [distanceMeters](#/c:objc(cs)GMSNavigationTimeAndDistance(py)distanceMeters)`\n ` \n The travel distance of this route, in meters. \n\n Declaration \n Swift \n\n var distanceMeters: CLLocationDistance { get }\n\n Objective-C \n\n @property (nonatomic, readonly) CLLocationDistance distanceMeters;"]]