react-native-google-maps-plus 1.6.1-dev.5 → 1.6.1-dev.6

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.
@@ -250,7 +250,8 @@ class GoogleMapsViewImpl(
250
250
  }
251
251
  }
252
252
 
253
- val currentCamera: CameraPosition? = googleMap?.cameraPosition
253
+ val currentCamera: CameraPosition?
254
+ get() = googleMap?.cameraPosition
254
255
 
255
256
  var initialProps: RNInitialProps? = null
256
257
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-google-maps-plus",
3
- "version": "1.6.1-dev.5",
3
+ "version": "1.6.1-dev.6",
4
4
  "description": "React Native wrapper for Android & iOS Google Maps SDK",
5
5
  "main": "./lib/module/index.js",
6
6
  "module": "./lib/module/index.js",