[[["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."],[[["This callback function is invoked upon successful calculation of route information to a specified waypoint."],["It provides information regarding estimated time of arrival (ETA) and distance to the waypoint."],["The function receives a `GMSNavigationRouteInfo` object which encapsulates the calculated route details, or `nil` if route calculation fails."]]],["The `GMSRouteInfoCallback` is a function block (typedef) that is invoked upon the calculation of route details. This callback provides a `GMSNavigationRouteInfo` object, which includes the estimated time of arrival (ETA) and distance to a specified waypoint. The callback may receive a null value if route information is not available.\n"]]