You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`markerDrag` | Fires repeatedly while a marker is being dragged
156
157
`markerEndDragging` | Fires when a marker ends dragging
157
158
`markerInfoWindowTapped` | Fired on tapping Marker Info Window
158
-
`cameraChanged` | Fired on each camera change
159
+
`cameraChanged` | Fired after the camera has changed
160
+
`cameraMove` | Fired while the camera is moving
159
161
160
162
161
163
The property `gMap` gives you access to the raw platform Map Object - see their SDK references for how to use them ( [iOS](https://developers.google.com/maps/documentation/ios-sdk/reference/interface_g_m_s_map_view) | [Android](https://developers.google.com/android/reference/com/google/android/gms/maps/GoogleMap) )
@@ -188,9 +190,14 @@ function onCameraChanged(args) {
0 commit comments