GoogleNavigation Framework Reference

GMSSetDestinationCompletionHandler

typedef void (^GMSSetDestinationCompletionHandler)(
    GMSNavigationWaypoint *_Nullable, GMSRouteStatus)

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