react-native-maps 1.23.0 → 1.23.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -573,8 +573,8 @@ public class MapView extends com.google.android.gms.maps.MapView implements Goog
573
573
  LatLngBounds bounds = map.getProjection().getVisibleRegion().latLngBounds;
574
574
  cameraLastIdleBounds = null;
575
575
  boolean isGesture = GoogleMap.OnCameraMoveStartedListener.REASON_GESTURE == cameraMoveReason;
576
- WritableMap payload = OnRegionChangeEvent.payLoadFor(bounds, false, isGesture);
577
- dispatchEvent(payload, OnRegionChangeStartEvent::new);
576
+ WritableMap payload = OnRegionChangeEvent.payLoadFor(bounds, true, isGesture);
577
+ dispatchEvent(payload, OnRegionChangeEvent::new);
578
578
  });
579
579
 
580
580
  map.setOnCameraIdleListener(() -> {
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "main": "src/index.ts",
6
6
  "author": "Leland Richardson <leland.m.richardson@gmail.com>",
7
7
  "homepage": "https://github.com/react-native-maps/react-native-maps#readme",
8
- "version": "1.23.0",
8
+ "version": "1.23.2",
9
9
  "license": "MIT",
10
10
  "scripts": {
11
11
  "lint": "eslint . --max-warnings 0",