react-native-google-maps-plus 1.3.0-dev.6 → 1.3.0-dev.7

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.
@@ -47,6 +47,7 @@ final class MapMarkerBuilder {
47
47
  m.position = next.coordinate.toCLLocationCoordinate2D()
48
48
  m.title = next.title
49
49
  m.snippet = next.snippet
50
+ m.opacity = Float(next.opacity ?? 1)
50
51
  m.iconView?.alpha = CGFloat(next.opacity ?? 1)
51
52
  m.isFlat = next.flat ?? false
52
53
  m.isDraggable = next.draggable ?? false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-google-maps-plus",
3
- "version": "1.3.0-dev.6",
3
+ "version": "1.3.0-dev.7",
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",