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
Copy file name to clipboardExpand all lines: docs/mapview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@
33
33
34
34
| Event Name | Returns | Notes
35
35
|---|---|---|
36
-
| `onRegionChange` | `Region` | Fired when the map ends panning or zooming.
37
-
| `onRegionChangeComplete` | `Region` | Fired when the map ends panning or zooming.
36
+
| `onRegionChange` | `Region` | Callback that is called continuously when the user is dragging the map.
37
+
| `onRegionChangeComplete` | `Region` | Callback that is called once, when the user is done moving the map.
38
38
| `onPress` | `{ coordinate: LatLng, position: Point }` | Callback that is called when user taps on the map.
39
39
| `onPanDrag` | `{ coordinate: LatLng, position: Point }` | Callback that is called when user presses and drags the map. **NOTE**: for iOS `scrollEnabled` should be set to false to trigger the event
40
40
| `onLongPress` | `{ coordinate: LatLng, position: Point }` | Callback that is called when user makes a "long press" somewhere on the map.
0 commit comments