Called when a route from the device’s location to the provided destination(s) is found, or fails
to be found for a reason indicated by the RouteStatus.
[[["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."],[[["`GMSRouteStatusCallback` is a block that's called when a route to a destination is successfully calculated or if the calculation fails."],["It receives a `GMSRouteStatus` indicating the outcome of the route calculation (success or reason for failure)."],["This callback is used with the `GMSNavigator` class to get updates on route calculation requests."]]],[]]