GMSMapViewNavigationUIDelegate
@protocol GMSMapViewNavigationUIDelegate <NSObject>A delegate for events on GMSMapView related to the navigation UI.
- 
                  
                  Called when the re-center button has been tapped. DeclarationSwift optional func mapViewDidTapRecenterButton(_ mapView: GMSMapView)Objective-C - (void)mapViewDidTapRecenterButton:(nonnull GMSMapView *)mapView;ParametersmapViewThe map view that the re-center button is on.