react-native-maps 1.24.7 → 1.24.8

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.
@@ -593,6 +593,8 @@ using namespace facebook::react;
593
593
 
594
594
  REMAP_MAPVIEW_STRING_PROP(kmlSrc)
595
595
  REMAP_MAPVIEW_STRING_PROP(customMapStyleString)
596
+ REMAP_MAPVIEW_PROP(showsBuildings)
597
+ REMAP_MAPVIEW_PROP(rotateEnabled)
596
598
 
597
599
 
598
600
  if (newViewProps.minZoom != oldViewProps.minZoom || newViewProps.maxZoom != oldViewProps.maxZoom){
@@ -544,26 +544,25 @@ newViewProps.name.right); \
544
544
 
545
545
  #define REMAP_MAPVIEW_MAPTYPE(rnMapType) MKMapType##rnMapType
546
546
 
547
-
548
547
  REMAP_MAPVIEW_PROP(cacheEnabled)
549
-
550
548
  REMAP_MAPVIEW_PROP(followsUserLocation)
551
549
  REMAP_MAPVIEW_PROP(loadingEnabled)
552
-
553
550
  REMAP_MAPVIEW_PROP(scrollEnabled)
554
551
  REMAP_MAPVIEW_PROP(handlePanDrag)
555
-
556
552
  REMAP_MAPVIEW_PROP(maxDelta)
557
553
  REMAP_MAPVIEW_PROP(maxZoom)
558
554
  REMAP_MAPVIEW_PROP(minDelta)
559
555
  REMAP_MAPVIEW_PROP(minZoom)
560
-
561
556
  REMAP_MAPVIEW_PROP(showsCompass)
562
557
  REMAP_MAPVIEW_PROP(showsScale)
563
558
  REMAP_MAPVIEW_PROP(showsUserLocation)
564
559
  REMAP_MAPVIEW_PROP(userLocationCalloutEnabled)
565
560
  REMAP_MAPVIEW_PROP(zoomEnabled)
566
-
561
+ REMAP_MAPVIEW_PROP(loadingEnabled)
562
+ REMAP_MAPVIEW_PROP(showsTraffic)
563
+ REMAP_MAPVIEW_PROP(pitchEnabled)
564
+ REMAP_MAPVIEW_PROP(showsBuildings)
565
+ REMAP_MAPVIEW_PROP(rotateEnabled)
567
566
 
568
567
  REMAP_MAPVIEW_POINT_PROP(compassOffset)
569
568
 
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.24.7",
8
+ "version": "1.24.8",
9
9
  "license": "MIT",
10
10
  "scripts": {
11
11
  "lint": "eslint . --max-warnings 0",