最終更新:2017-07-05 (水) 16:19:54 (2484d)  

GMSMapViewDelegate mapView:idleAt:
Top / GMSMapViewDelegate mapView:idleAt:

func mapView(_ mapView:GMSMapView, idleAt cameraPosition:GMSCameraPosition)

    /**
     * Called when the map becomes idle, after any outstanding gestures or animations have completed (or
     * after the camera has been explicitly set).
     */
    optional public func mapView(_ mapView: GMSMapView, idleAt position: GMSCameraPosition)

Objective-C

  • GMSMapViewDelegate mapView:idleAtCameraPosition:?