Interface AVRoutePickerViewDelegate


  • public interface AVRoutePickerViewDelegate
    [@protocol] AVRoutePickerViewDelegate Defines an interface for delegates of AVRoutePickerView.
    • Method Detail

      • routePickerViewDidEndPresentingRoutes

        default void routePickerViewDidEndPresentingRoutes​(AVRoutePickerView routePickerView)
        routePickerViewDidEndPresentingRoutes: Informs the delegate that the route picker view finished presenting routes to the user.
      • routePickerViewWillBeginPresentingRoutes

        default void routePickerViewWillBeginPresentingRoutes​(AVRoutePickerView routePickerView)
        routePickerViewWillBeginPresentingRoutes: Informs the delegate that the route picker view will start presenting routes to the user.