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