最終更新:2017-07-05 (水) 10:53:05 (2488d)  

GMSMapViewDelegate mapView:willMove:
Top / GMSMapViewDelegate mapView:willMove:

Called before the camera on the map changes, either due to a gesture, animation (e.g., by a user tapping on the "My Location" button) or by being updated explicitly via the camera or a zero-length animation on layer.

https://developers.google.com/maps/documentation/ios-sdk/reference/protocol_g_m_s_map_view_delegate-p.html#ae1f53e0d056bf4d246356134ec594612

定義

  • (void) mapView: (GMSMapView *) mapView willMove:(BOOL) gesture

パラメータ

  • gesture If YES, this is occuring due to a user gesture.