GoogleNavigation Framework Reference
GMSRouteStatusCallback
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.
@related GMSNavigator
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 2024-11-15 UTC.
[null,null,["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."]]],[]]