react-native-google-maps-plus 1.0.0 → 1.0.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.
Files changed (174) hide show
  1. package/{GoogleMapsNitro.podspec → RNGoogleMapsPlus.podspec} +2 -2
  2. package/android/CMakeLists.txt +3 -3
  3. package/android/build.gradle +4 -4
  4. package/android/gradle.properties +8 -8
  5. package/android/src/main/cpp/cpp-adapter.cpp +2 -2
  6. package/android/src/main/java/com/{googlemapsnitro → rngooglemapsplus}/Color.kt +1 -1
  7. package/android/src/main/java/com/{googlemapsnitro/GoogleMapsNitroViewImpl.kt → rngooglemapsplus/GoogleMapsViewImpl.kt} +7 -7
  8. package/android/src/main/java/com/{googlemapsnitro → rngooglemapsplus}/LocationHandler.kt +1 -1
  9. package/android/src/main/java/com/{googlemapsnitro → rngooglemapsplus}/MapMarker.kt +1 -1
  10. package/android/src/main/java/com/{googlemapsnitro → rngooglemapsplus}/MapPolygon.kt +1 -1
  11. package/android/src/main/java/com/{googlemapsnitro → rngooglemapsplus}/MapPolyline.kt +1 -1
  12. package/android/src/main/java/com/{googlemapsnitro → rngooglemapsplus}/PermissionHandler.kt +1 -1
  13. package/android/src/main/java/com/{googlemapsnitro → rngooglemapsplus}/PlayServicesHandler.kt +1 -1
  14. package/android/src/main/java/com/{googlemapsnitro/HybridGoogleMapsNitroModule.kt → rngooglemapsplus/RNGoogleMapsPlusModule.kt} +3 -3
  15. package/android/src/main/java/com/{googlemapsnitro/GoogleMapsNitroPackage.kt → rngooglemapsplus/RNGoogleMapsPlusPackage.kt} +6 -6
  16. package/android/src/main/java/com/{googlemapsnitro/HybridGoogleMapsNitroView.kt → rngooglemapsplus/RNGoogleMapsPlusView.kt} +4 -4
  17. package/ios/{GoogleMapNitroViewImpl.swift → GoogleMapViewImpl.swift} +1 -1
  18. package/ios/{HybridGoogleMapsNitroModule.swift → RNGoogleMapsPlusModule.swift} +1 -1
  19. package/ios/{HybridGoogleMapsNitroView.swift → RNGoogleMapsPlusView.swift} +3 -3
  20. package/lib/module/RNGoogleMapsPlusModule.nitro.js +4 -0
  21. package/lib/module/RNGoogleMapsPlusModule.nitro.js.map +1 -0
  22. package/lib/module/RNGoogleMapsPlusView.nitro.js +4 -0
  23. package/lib/module/RNGoogleMapsPlusView.nitro.js.map +1 -0
  24. package/lib/module/index.js +3 -3
  25. package/lib/module/index.js.map +1 -1
  26. package/lib/typescript/src/{GoogleMapsNitroModule.nitro.d.ts → RNGoogleMapsPlusModule.nitro.d.ts} +2 -2
  27. package/lib/typescript/src/RNGoogleMapsPlusModule.nitro.d.ts.map +1 -0
  28. package/lib/typescript/src/{GoogleMapsNitroView.nitro.d.ts → RNGoogleMapsPlusView.nitro.d.ts} +4 -4
  29. package/lib/typescript/src/RNGoogleMapsPlusView.nitro.d.ts.map +1 -0
  30. package/lib/typescript/src/index.d.ts +5 -5
  31. package/lib/typescript/src/index.d.ts.map +1 -1
  32. package/lib/typescript/src/types.d.ts +2 -2
  33. package/lib/typescript/src/types.d.ts.map +1 -1
  34. package/nitro.json +11 -11
  35. package/nitrogen/generated/.gitattributes +1 -0
  36. package/nitrogen/generated/android/RNGoogleMapsPlus+autolinking.cmake +85 -0
  37. package/nitrogen/generated/android/RNGoogleMapsPlus+autolinking.gradle +27 -0
  38. package/nitrogen/generated/android/RNGoogleMapsPlusOnLoad.cpp +70 -0
  39. package/nitrogen/generated/android/RNGoogleMapsPlusOnLoad.hpp +25 -0
  40. package/nitrogen/generated/android/c++/JFunc_void_RNLatLng.hpp +76 -0
  41. package/nitrogen/generated/android/c++/JFunc_void_RNLocation.hpp +78 -0
  42. package/nitrogen/generated/android/c++/JFunc_void_RNLocationErrorCode.hpp +76 -0
  43. package/nitrogen/generated/android/c++/JFunc_void_RNMapErrorCode.hpp +76 -0
  44. package/nitrogen/generated/android/c++/JFunc_void_RNRegion_RNCamera_bool.hpp +81 -0
  45. package/nitrogen/generated/android/c++/JFunc_void_bool.hpp +74 -0
  46. package/nitrogen/generated/android/c++/JFunc_void_std__string.hpp +75 -0
  47. package/nitrogen/generated/android/c++/JHybridRNGoogleMapsPlusModuleSpec.cpp +83 -0
  48. package/nitrogen/generated/android/c++/JHybridRNGoogleMapsPlusModuleSpec.hpp +67 -0
  49. package/nitrogen/generated/android/c++/JHybridRNGoogleMapsPlusViewSpec.cpp +485 -0
  50. package/nitrogen/generated/android/c++/JHybridRNGoogleMapsPlusViewSpec.hpp +108 -0
  51. package/nitrogen/generated/android/c++/JRNAndroidLocationPermissionResult.hpp +62 -0
  52. package/nitrogen/generated/android/c++/JRNCamera.hpp +67 -0
  53. package/nitrogen/generated/android/c++/JRNIOSPermissionResult.hpp +59 -0
  54. package/nitrogen/generated/android/c++/JRNLatLng.hpp +57 -0
  55. package/nitrogen/generated/android/c++/JRNLineCapType.hpp +62 -0
  56. package/nitrogen/generated/android/c++/JRNLineJoinType.hpp +62 -0
  57. package/nitrogen/generated/android/c++/JRNLocation.hpp +58 -0
  58. package/nitrogen/generated/android/c++/JRNLocationErrorCode.hpp +71 -0
  59. package/nitrogen/generated/android/c++/JRNLocationPermissionResult.hpp +61 -0
  60. package/nitrogen/generated/android/c++/JRNMapErrorCode.hpp +74 -0
  61. package/nitrogen/generated/android/c++/JRNMapPadding.hpp +65 -0
  62. package/nitrogen/generated/android/c++/JRNMarker.hpp +82 -0
  63. package/nitrogen/generated/android/c++/JRNPolygon.hpp +94 -0
  64. package/nitrogen/generated/android/c++/JRNPolyline.hpp +102 -0
  65. package/nitrogen/generated/android/c++/JRNPosition.hpp +57 -0
  66. package/nitrogen/generated/android/c++/JRNRegion.hpp +62 -0
  67. package/nitrogen/generated/android/c++/JRNUserInterfaceStyle.hpp +62 -0
  68. package/nitrogen/generated/android/c++/views/JHybridRNGoogleMapsPlusViewStateUpdater.cpp +132 -0
  69. package/nitrogen/generated/android/c++/views/JHybridRNGoogleMapsPlusViewStateUpdater.hpp +49 -0
  70. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_RNLatLng.kt +81 -0
  71. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_RNLocation.kt +81 -0
  72. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_RNLocationErrorCode.kt +81 -0
  73. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_RNMapErrorCode.kt +81 -0
  74. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_RNRegion_RNCamera_bool.kt +81 -0
  75. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_bool.kt +81 -0
  76. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_std__string.kt +81 -0
  77. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/HybridRNGoogleMapsPlusModuleSpec.kt +64 -0
  78. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/HybridRNGoogleMapsPlusViewSpec.kt +263 -0
  79. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNAndroidLocationPermissionResult.kt +22 -0
  80. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNCamera.kt +38 -0
  81. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNGoogleMapsPlusOnLoad.kt +35 -0
  82. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNIOSPermissionResult.kt +21 -0
  83. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNLatLng.kt +32 -0
  84. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNLineCapType.kt +22 -0
  85. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNLineJoinType.kt +22 -0
  86. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNLocation.kt +32 -0
  87. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNLocationErrorCode.kt +25 -0
  88. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNLocationPermissionResult.kt +32 -0
  89. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNMapErrorCode.kt +26 -0
  90. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNMapPadding.kt +38 -0
  91. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNMarker.kt +47 -0
  92. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNPolygon.kt +44 -0
  93. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNPolyline.kt +47 -0
  94. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNPosition.kt +32 -0
  95. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNRegion.kt +35 -0
  96. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNUserInterfaceStyle.kt +22 -0
  97. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/views/HybridRNGoogleMapsPlusViewManager.kt +50 -0
  98. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/views/HybridRNGoogleMapsPlusViewStateUpdater.kt +23 -0
  99. package/nitrogen/generated/ios/RNGoogleMapsPlus+autolinking.rb +60 -0
  100. package/nitrogen/generated/ios/RNGoogleMapsPlus-Swift-Cxx-Bridge.cpp +121 -0
  101. package/nitrogen/generated/ios/RNGoogleMapsPlus-Swift-Cxx-Bridge.hpp +649 -0
  102. package/nitrogen/generated/ios/RNGoogleMapsPlus-Swift-Cxx-Umbrella.hpp +104 -0
  103. package/nitrogen/generated/ios/RNGoogleMapsPlusAutolinking.mm +41 -0
  104. package/nitrogen/generated/ios/RNGoogleMapsPlusAutolinking.swift +40 -0
  105. package/nitrogen/generated/ios/c++/HybridRNGoogleMapsPlusModuleSpecSwift.cpp +11 -0
  106. package/nitrogen/generated/ios/c++/HybridRNGoogleMapsPlusModuleSpecSwift.hpp +102 -0
  107. package/nitrogen/generated/ios/c++/HybridRNGoogleMapsPlusViewSpecSwift.cpp +11 -0
  108. package/nitrogen/generated/ios/c++/HybridRNGoogleMapsPlusViewSpecSwift.hpp +294 -0
  109. package/nitrogen/generated/ios/c++/views/HybridRNGoogleMapsPlusViewComponent.mm +191 -0
  110. package/nitrogen/generated/ios/swift/Func_void_RNLatLng.swift +47 -0
  111. package/nitrogen/generated/ios/swift/Func_void_RNLocation.swift +47 -0
  112. package/nitrogen/generated/ios/swift/Func_void_RNLocationErrorCode.swift +47 -0
  113. package/nitrogen/generated/ios/swift/Func_void_RNLocationPermissionResult.swift +47 -0
  114. package/nitrogen/generated/ios/swift/Func_void_RNMapErrorCode.swift +47 -0
  115. package/nitrogen/generated/ios/swift/Func_void_RNRegion_RNCamera_bool.swift +47 -0
  116. package/nitrogen/generated/ios/swift/Func_void_bool.swift +47 -0
  117. package/nitrogen/generated/ios/swift/Func_void_std__exception_ptr.swift +47 -0
  118. package/nitrogen/generated/ios/swift/Func_void_std__string.swift +47 -0
  119. package/nitrogen/generated/ios/swift/HybridRNGoogleMapsPlusModuleSpec.swift +52 -0
  120. package/nitrogen/generated/ios/swift/HybridRNGoogleMapsPlusModuleSpec_cxx.swift +164 -0
  121. package/nitrogen/generated/ios/swift/HybridRNGoogleMapsPlusViewSpec.swift +73 -0
  122. package/nitrogen/generated/ios/swift/HybridRNGoogleMapsPlusViewSpec_cxx.swift +630 -0
  123. package/nitrogen/generated/ios/swift/RNAndroidLocationPermissionResult.swift +44 -0
  124. package/nitrogen/generated/ios/swift/RNCamera.swift +123 -0
  125. package/nitrogen/generated/ios/swift/RNIOSPermissionResult.swift +40 -0
  126. package/nitrogen/generated/ios/swift/RNLatLng.swift +46 -0
  127. package/nitrogen/generated/ios/swift/RNLineCapType.swift +44 -0
  128. package/nitrogen/generated/ios/swift/RNLineJoinType.swift +44 -0
  129. package/nitrogen/generated/ios/swift/RNLocation.swift +46 -0
  130. package/nitrogen/generated/ios/swift/RNLocationErrorCode.swift +56 -0
  131. package/nitrogen/generated/ios/swift/RNLocationPermissionResult.swift +70 -0
  132. package/nitrogen/generated/ios/swift/RNMapErrorCode.swift +60 -0
  133. package/nitrogen/generated/ios/swift/RNMapPadding.swift +68 -0
  134. package/nitrogen/generated/ios/swift/RNMarker.swift +120 -0
  135. package/nitrogen/generated/ios/swift/RNPolygon.swift +152 -0
  136. package/nitrogen/generated/ios/swift/RNPolyline.swift +168 -0
  137. package/nitrogen/generated/ios/swift/RNPosition.swift +46 -0
  138. package/nitrogen/generated/ios/swift/RNRegion.swift +57 -0
  139. package/nitrogen/generated/ios/swift/RNUserInterfaceStyle.swift +44 -0
  140. package/nitrogen/generated/shared/c++/HybridRNGoogleMapsPlusModuleSpec.cpp +24 -0
  141. package/nitrogen/generated/shared/c++/HybridRNGoogleMapsPlusModuleSpec.hpp +67 -0
  142. package/nitrogen/generated/shared/c++/HybridRNGoogleMapsPlusViewSpec.cpp +66 -0
  143. package/nitrogen/generated/shared/c++/HybridRNGoogleMapsPlusViewSpec.hpp +145 -0
  144. package/nitrogen/generated/shared/c++/RNAndroidLocationPermissionResult.hpp +67 -0
  145. package/nitrogen/generated/shared/c++/RNCamera.hpp +81 -0
  146. package/nitrogen/generated/shared/c++/RNIOSPermissionResult.hpp +65 -0
  147. package/nitrogen/generated/shared/c++/RNLatLng.hpp +71 -0
  148. package/nitrogen/generated/shared/c++/RNLineCapType.hpp +80 -0
  149. package/nitrogen/generated/shared/c++/RNLineJoinType.hpp +80 -0
  150. package/nitrogen/generated/shared/c++/RNLocation.hpp +72 -0
  151. package/nitrogen/generated/shared/c++/RNLocationErrorCode.hpp +73 -0
  152. package/nitrogen/generated/shared/c++/RNLocationPermissionResult.hpp +76 -0
  153. package/nitrogen/generated/shared/c++/RNMapErrorCode.hpp +67 -0
  154. package/nitrogen/generated/shared/c++/RNMapPadding.hpp +79 -0
  155. package/nitrogen/generated/shared/c++/RNMarker.hpp +97 -0
  156. package/nitrogen/generated/shared/c++/RNPolygon.hpp +91 -0
  157. package/nitrogen/generated/shared/c++/RNPolyline.hpp +101 -0
  158. package/nitrogen/generated/shared/c++/RNPosition.hpp +71 -0
  159. package/nitrogen/generated/shared/c++/RNRegion.hpp +76 -0
  160. package/nitrogen/generated/shared/c++/RNUserInterfaceStyle.hpp +80 -0
  161. package/nitrogen/generated/shared/c++/views/HybridRNGoogleMapsPlusViewComponent.cpp +315 -0
  162. package/nitrogen/generated/shared/c++/views/HybridRNGoogleMapsPlusViewComponent.hpp +139 -0
  163. package/nitrogen/generated/shared/json/RNGoogleMapsPlusViewConfig.json +29 -0
  164. package/package.json +9 -3
  165. package/src/{GoogleMapsNitroModule.nitro.ts → RNGoogleMapsPlusModule.nitro.ts} +1 -1
  166. package/src/{GoogleMapsNitroView.nitro.ts → RNGoogleMapsPlusView.nitro.ts} +5 -5
  167. package/src/index.tsx +11 -11
  168. package/src/types.ts +2 -2
  169. package/lib/module/GoogleMapsNitroModule.nitro.js +0 -4
  170. package/lib/module/GoogleMapsNitroModule.nitro.js.map +0 -1
  171. package/lib/module/GoogleMapsNitroView.nitro.js +0 -4
  172. package/lib/module/GoogleMapsNitroView.nitro.js.map +0 -1
  173. package/lib/typescript/src/GoogleMapsNitroModule.nitro.d.ts.map +0 -1
  174. package/lib/typescript/src/GoogleMapsNitroView.nitro.d.ts.map +0 -1
@@ -0,0 +1,191 @@
1
+ ///
2
+ /// HybridRNGoogleMapsPlusViewComponent.mm
3
+ /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
+ /// https://github.com/mrousavy/nitro
5
+ /// Copyright © 2025 Marc Rousavy @ Margelo
6
+ ///
7
+
8
+ #import "HybridRNGoogleMapsPlusViewComponent.hpp"
9
+ #import <memory>
10
+ #import <react/renderer/componentregistry/ComponentDescriptorProvider.h>
11
+ #import <React/RCTViewComponentView.h>
12
+ #import <React/RCTComponentViewFactory.h>
13
+ #import <React/UIView+ComponentViewProtocol.h>
14
+ #import <NitroModules/NitroDefines.hpp>
15
+ #import <UIKit/UIKit.h>
16
+
17
+ #import "HybridRNGoogleMapsPlusViewSpecSwift.hpp"
18
+ #import "RNGoogleMapsPlus-Swift-Cxx-Umbrella.hpp"
19
+
20
+ using namespace facebook;
21
+ using namespace margelo::nitro::rngooglemapsplus;
22
+ using namespace margelo::nitro::rngooglemapsplus::views;
23
+
24
+ /**
25
+ * Represents the React Native View holder for the Nitro "RNGoogleMapsPlusView" HybridView.
26
+ */
27
+ @interface HybridRNGoogleMapsPlusViewComponent: RCTViewComponentView
28
+ @end
29
+
30
+ @implementation HybridRNGoogleMapsPlusViewComponent {
31
+ std::shared_ptr<HybridRNGoogleMapsPlusViewSpecSwift> _hybridView;
32
+ }
33
+
34
+ + (void) load {
35
+ [super load];
36
+ [RCTComponentViewFactory.currentComponentViewFactory registerComponentViewClass:[HybridRNGoogleMapsPlusViewComponent class]];
37
+ }
38
+
39
+ + (react::ComponentDescriptorProvider) componentDescriptorProvider {
40
+ return react::concreteComponentDescriptorProvider<HybridRNGoogleMapsPlusViewComponentDescriptor>();
41
+ }
42
+
43
+ - (instancetype) init {
44
+ if (self = [super init]) {
45
+ std::shared_ptr<HybridRNGoogleMapsPlusViewSpec> hybridView = RNGoogleMapsPlus::RNGoogleMapsPlusAutolinking::createRNGoogleMapsPlusView();
46
+ _hybridView = std::dynamic_pointer_cast<HybridRNGoogleMapsPlusViewSpecSwift>(hybridView);
47
+ [self updateView];
48
+ }
49
+ return self;
50
+ }
51
+
52
+ - (void) updateView {
53
+ // 1. Get Swift part
54
+ RNGoogleMapsPlus::HybridRNGoogleMapsPlusViewSpec_cxx& swiftPart = _hybridView->getSwiftPart();
55
+
56
+ // 2. Get UIView*
57
+ void* viewUnsafe = swiftPart.getView();
58
+ UIView* view = (__bridge_transfer UIView*) viewUnsafe;
59
+
60
+ // 3. Update RCTViewComponentView's [contentView]
61
+ [self setContentView:view];
62
+ }
63
+
64
+ - (void) updateProps:(const std::shared_ptr<const react::Props>&)props
65
+ oldProps:(const std::shared_ptr<const react::Props>&)oldProps {
66
+ // 1. Downcast props
67
+ const auto& newViewPropsConst = *std::static_pointer_cast<HybridRNGoogleMapsPlusViewProps const>(props);
68
+ auto& newViewProps = const_cast<HybridRNGoogleMapsPlusViewProps&>(newViewPropsConst);
69
+ RNGoogleMapsPlus::HybridRNGoogleMapsPlusViewSpec_cxx& swiftPart = _hybridView->getSwiftPart();
70
+
71
+ // 2. Update each prop individually
72
+ swiftPart.beforeUpdate();
73
+
74
+ // buildingEnabled: boolean
75
+ if (newViewProps.buildingEnabled.isDirty) {
76
+ swiftPart.setBuildingEnabled(newViewProps.buildingEnabled.value);
77
+ newViewProps.buildingEnabled.isDirty = false;
78
+ }
79
+ // trafficEnabled: boolean
80
+ if (newViewProps.trafficEnabled.isDirty) {
81
+ swiftPart.setTrafficEnabled(newViewProps.trafficEnabled.value);
82
+ newViewProps.trafficEnabled.isDirty = false;
83
+ }
84
+ // customMapStyle: string
85
+ if (newViewProps.customMapStyle.isDirty) {
86
+ swiftPart.setCustomMapStyle(newViewProps.customMapStyle.value);
87
+ newViewProps.customMapStyle.isDirty = false;
88
+ }
89
+ // initialCamera: struct
90
+ if (newViewProps.initialCamera.isDirty) {
91
+ swiftPart.setInitialCamera(newViewProps.initialCamera.value);
92
+ newViewProps.initialCamera.isDirty = false;
93
+ }
94
+ // userInterfaceStyle: enum
95
+ if (newViewProps.userInterfaceStyle.isDirty) {
96
+ swiftPart.setUserInterfaceStyle(static_cast<int>(newViewProps.userInterfaceStyle.value));
97
+ newViewProps.userInterfaceStyle.isDirty = false;
98
+ }
99
+ // minZoomLevel: number
100
+ if (newViewProps.minZoomLevel.isDirty) {
101
+ swiftPart.setMinZoomLevel(newViewProps.minZoomLevel.value);
102
+ newViewProps.minZoomLevel.isDirty = false;
103
+ }
104
+ // maxZoomLevel: number
105
+ if (newViewProps.maxZoomLevel.isDirty) {
106
+ swiftPart.setMaxZoomLevel(newViewProps.maxZoomLevel.value);
107
+ newViewProps.maxZoomLevel.isDirty = false;
108
+ }
109
+ // mapPadding: struct
110
+ if (newViewProps.mapPadding.isDirty) {
111
+ swiftPart.setMapPadding(newViewProps.mapPadding.value);
112
+ newViewProps.mapPadding.isDirty = false;
113
+ }
114
+ // markers: array
115
+ if (newViewProps.markers.isDirty) {
116
+ swiftPart.setMarkers(newViewProps.markers.value);
117
+ newViewProps.markers.isDirty = false;
118
+ }
119
+ // polygons: array
120
+ if (newViewProps.polygons.isDirty) {
121
+ swiftPart.setPolygons(newViewProps.polygons.value);
122
+ newViewProps.polygons.isDirty = false;
123
+ }
124
+ // polylines: array
125
+ if (newViewProps.polylines.isDirty) {
126
+ swiftPart.setPolylines(newViewProps.polylines.value);
127
+ newViewProps.polylines.isDirty = false;
128
+ }
129
+ // onMapError: optional
130
+ if (newViewProps.onMapError.isDirty) {
131
+ swiftPart.setOnMapError(newViewProps.onMapError.value);
132
+ newViewProps.onMapError.isDirty = false;
133
+ }
134
+ // onMapReady: optional
135
+ if (newViewProps.onMapReady.isDirty) {
136
+ swiftPart.setOnMapReady(newViewProps.onMapReady.value);
137
+ newViewProps.onMapReady.isDirty = false;
138
+ }
139
+ // onLocationUpdate: optional
140
+ if (newViewProps.onLocationUpdate.isDirty) {
141
+ swiftPart.setOnLocationUpdate(newViewProps.onLocationUpdate.value);
142
+ newViewProps.onLocationUpdate.isDirty = false;
143
+ }
144
+ // onLocationError: optional
145
+ if (newViewProps.onLocationError.isDirty) {
146
+ swiftPart.setOnLocationError(newViewProps.onLocationError.value);
147
+ newViewProps.onLocationError.isDirty = false;
148
+ }
149
+ // onMapPress: optional
150
+ if (newViewProps.onMapPress.isDirty) {
151
+ swiftPart.setOnMapPress(newViewProps.onMapPress.value);
152
+ newViewProps.onMapPress.isDirty = false;
153
+ }
154
+ // onMarkerPress: optional
155
+ if (newViewProps.onMarkerPress.isDirty) {
156
+ swiftPart.setOnMarkerPress(newViewProps.onMarkerPress.value);
157
+ newViewProps.onMarkerPress.isDirty = false;
158
+ }
159
+ // onCameraChangeStart: optional
160
+ if (newViewProps.onCameraChangeStart.isDirty) {
161
+ swiftPart.setOnCameraChangeStart(newViewProps.onCameraChangeStart.value);
162
+ newViewProps.onCameraChangeStart.isDirty = false;
163
+ }
164
+ // onCameraChange: optional
165
+ if (newViewProps.onCameraChange.isDirty) {
166
+ swiftPart.setOnCameraChange(newViewProps.onCameraChange.value);
167
+ newViewProps.onCameraChange.isDirty = false;
168
+ }
169
+ // onCameraChangeComplete: optional
170
+ if (newViewProps.onCameraChangeComplete.isDirty) {
171
+ swiftPart.setOnCameraChangeComplete(newViewProps.onCameraChangeComplete.value);
172
+ newViewProps.onCameraChangeComplete.isDirty = false;
173
+ }
174
+
175
+ swiftPart.afterUpdate();
176
+
177
+ // 3. Update hybridRef if it changed
178
+ if (newViewProps.hybridRef.isDirty) {
179
+ // hybridRef changed - call it with new this
180
+ const auto& maybeFunc = newViewProps.hybridRef.value;
181
+ if (maybeFunc.has_value()) {
182
+ maybeFunc.value()(_hybridView);
183
+ }
184
+ newViewProps.hybridRef.isDirty = false;
185
+ }
186
+
187
+ // 4. Continue in base class
188
+ [super updateProps:props oldProps:oldProps];
189
+ }
190
+
191
+ @end
@@ -0,0 +1,47 @@
1
+ ///
2
+ /// Func_void_RNLatLng.swift
3
+ /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
+ /// https://github.com/mrousavy/nitro
5
+ /// Copyright © 2025 Marc Rousavy @ Margelo
6
+ ///
7
+
8
+ import NitroModules
9
+
10
+
11
+ /**
12
+ * Wraps a Swift `(_ coordinate: RNLatLng) -> Void` as a class.
13
+ * This class can be used from C++, e.g. to wrap the Swift closure as a `std::function`.
14
+ */
15
+ public final class Func_void_RNLatLng {
16
+ public typealias bridge = margelo.nitro.rngooglemapsplus.bridge.swift
17
+
18
+ private let closure: (_ coordinate: RNLatLng) -> Void
19
+
20
+ public init(_ closure: @escaping (_ coordinate: RNLatLng) -> Void) {
21
+ self.closure = closure
22
+ }
23
+
24
+ @inline(__always)
25
+ public func call(coordinate: RNLatLng) -> Void {
26
+ self.closure(coordinate)
27
+ }
28
+
29
+ /**
30
+ * Casts this instance to a retained unsafe raw pointer.
31
+ * This acquires one additional strong reference on the object!
32
+ */
33
+ @inline(__always)
34
+ public func toUnsafe() -> UnsafeMutableRawPointer {
35
+ return Unmanaged.passRetained(self).toOpaque()
36
+ }
37
+
38
+ /**
39
+ * Casts an unsafe pointer to a `Func_void_RNLatLng`.
40
+ * The pointer has to be a retained opaque `Unmanaged<Func_void_RNLatLng>`.
41
+ * This removes one strong reference from the object!
42
+ */
43
+ @inline(__always)
44
+ public static func fromUnsafe(_ pointer: UnsafeMutableRawPointer) -> Func_void_RNLatLng {
45
+ return Unmanaged<Func_void_RNLatLng>.fromOpaque(pointer).takeRetainedValue()
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ ///
2
+ /// Func_void_RNLocation.swift
3
+ /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
+ /// https://github.com/mrousavy/nitro
5
+ /// Copyright © 2025 Marc Rousavy @ Margelo
6
+ ///
7
+
8
+ import NitroModules
9
+
10
+
11
+ /**
12
+ * Wraps a Swift `(_ location: RNLocation) -> Void` as a class.
13
+ * This class can be used from C++, e.g. to wrap the Swift closure as a `std::function`.
14
+ */
15
+ public final class Func_void_RNLocation {
16
+ public typealias bridge = margelo.nitro.rngooglemapsplus.bridge.swift
17
+
18
+ private let closure: (_ location: RNLocation) -> Void
19
+
20
+ public init(_ closure: @escaping (_ location: RNLocation) -> Void) {
21
+ self.closure = closure
22
+ }
23
+
24
+ @inline(__always)
25
+ public func call(location: RNLocation) -> Void {
26
+ self.closure(location)
27
+ }
28
+
29
+ /**
30
+ * Casts this instance to a retained unsafe raw pointer.
31
+ * This acquires one additional strong reference on the object!
32
+ */
33
+ @inline(__always)
34
+ public func toUnsafe() -> UnsafeMutableRawPointer {
35
+ return Unmanaged.passRetained(self).toOpaque()
36
+ }
37
+
38
+ /**
39
+ * Casts an unsafe pointer to a `Func_void_RNLocation`.
40
+ * The pointer has to be a retained opaque `Unmanaged<Func_void_RNLocation>`.
41
+ * This removes one strong reference from the object!
42
+ */
43
+ @inline(__always)
44
+ public static func fromUnsafe(_ pointer: UnsafeMutableRawPointer) -> Func_void_RNLocation {
45
+ return Unmanaged<Func_void_RNLocation>.fromOpaque(pointer).takeRetainedValue()
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ ///
2
+ /// Func_void_RNLocationErrorCode.swift
3
+ /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
+ /// https://github.com/mrousavy/nitro
5
+ /// Copyright © 2025 Marc Rousavy @ Margelo
6
+ ///
7
+
8
+ import NitroModules
9
+
10
+
11
+ /**
12
+ * Wraps a Swift `(_ error: RNLocationErrorCode) -> Void` as a class.
13
+ * This class can be used from C++, e.g. to wrap the Swift closure as a `std::function`.
14
+ */
15
+ public final class Func_void_RNLocationErrorCode {
16
+ public typealias bridge = margelo.nitro.rngooglemapsplus.bridge.swift
17
+
18
+ private let closure: (_ error: RNLocationErrorCode) -> Void
19
+
20
+ public init(_ closure: @escaping (_ error: RNLocationErrorCode) -> Void) {
21
+ self.closure = closure
22
+ }
23
+
24
+ @inline(__always)
25
+ public func call(error: Int32) -> Void {
26
+ self.closure(margelo.nitro.rngooglemapsplus.RNLocationErrorCode(rawValue: error)!)
27
+ }
28
+
29
+ /**
30
+ * Casts this instance to a retained unsafe raw pointer.
31
+ * This acquires one additional strong reference on the object!
32
+ */
33
+ @inline(__always)
34
+ public func toUnsafe() -> UnsafeMutableRawPointer {
35
+ return Unmanaged.passRetained(self).toOpaque()
36
+ }
37
+
38
+ /**
39
+ * Casts an unsafe pointer to a `Func_void_RNLocationErrorCode`.
40
+ * The pointer has to be a retained opaque `Unmanaged<Func_void_RNLocationErrorCode>`.
41
+ * This removes one strong reference from the object!
42
+ */
43
+ @inline(__always)
44
+ public static func fromUnsafe(_ pointer: UnsafeMutableRawPointer) -> Func_void_RNLocationErrorCode {
45
+ return Unmanaged<Func_void_RNLocationErrorCode>.fromOpaque(pointer).takeRetainedValue()
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ ///
2
+ /// Func_void_RNLocationPermissionResult.swift
3
+ /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
+ /// https://github.com/mrousavy/nitro
5
+ /// Copyright © 2025 Marc Rousavy @ Margelo
6
+ ///
7
+
8
+ import NitroModules
9
+
10
+
11
+ /**
12
+ * Wraps a Swift `(_ value: RNLocationPermissionResult) -> Void` as a class.
13
+ * This class can be used from C++, e.g. to wrap the Swift closure as a `std::function`.
14
+ */
15
+ public final class Func_void_RNLocationPermissionResult {
16
+ public typealias bridge = margelo.nitro.rngooglemapsplus.bridge.swift
17
+
18
+ private let closure: (_ value: RNLocationPermissionResult) -> Void
19
+
20
+ public init(_ closure: @escaping (_ value: RNLocationPermissionResult) -> Void) {
21
+ self.closure = closure
22
+ }
23
+
24
+ @inline(__always)
25
+ public func call(value: RNLocationPermissionResult) -> Void {
26
+ self.closure(value)
27
+ }
28
+
29
+ /**
30
+ * Casts this instance to a retained unsafe raw pointer.
31
+ * This acquires one additional strong reference on the object!
32
+ */
33
+ @inline(__always)
34
+ public func toUnsafe() -> UnsafeMutableRawPointer {
35
+ return Unmanaged.passRetained(self).toOpaque()
36
+ }
37
+
38
+ /**
39
+ * Casts an unsafe pointer to a `Func_void_RNLocationPermissionResult`.
40
+ * The pointer has to be a retained opaque `Unmanaged<Func_void_RNLocationPermissionResult>`.
41
+ * This removes one strong reference from the object!
42
+ */
43
+ @inline(__always)
44
+ public static func fromUnsafe(_ pointer: UnsafeMutableRawPointer) -> Func_void_RNLocationPermissionResult {
45
+ return Unmanaged<Func_void_RNLocationPermissionResult>.fromOpaque(pointer).takeRetainedValue()
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ ///
2
+ /// Func_void_RNMapErrorCode.swift
3
+ /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
+ /// https://github.com/mrousavy/nitro
5
+ /// Copyright © 2025 Marc Rousavy @ Margelo
6
+ ///
7
+
8
+ import NitroModules
9
+
10
+
11
+ /**
12
+ * Wraps a Swift `(_ error: RNMapErrorCode) -> Void` as a class.
13
+ * This class can be used from C++, e.g. to wrap the Swift closure as a `std::function`.
14
+ */
15
+ public final class Func_void_RNMapErrorCode {
16
+ public typealias bridge = margelo.nitro.rngooglemapsplus.bridge.swift
17
+
18
+ private let closure: (_ error: RNMapErrorCode) -> Void
19
+
20
+ public init(_ closure: @escaping (_ error: RNMapErrorCode) -> Void) {
21
+ self.closure = closure
22
+ }
23
+
24
+ @inline(__always)
25
+ public func call(error: Int32) -> Void {
26
+ self.closure(margelo.nitro.rngooglemapsplus.RNMapErrorCode(rawValue: error)!)
27
+ }
28
+
29
+ /**
30
+ * Casts this instance to a retained unsafe raw pointer.
31
+ * This acquires one additional strong reference on the object!
32
+ */
33
+ @inline(__always)
34
+ public func toUnsafe() -> UnsafeMutableRawPointer {
35
+ return Unmanaged.passRetained(self).toOpaque()
36
+ }
37
+
38
+ /**
39
+ * Casts an unsafe pointer to a `Func_void_RNMapErrorCode`.
40
+ * The pointer has to be a retained opaque `Unmanaged<Func_void_RNMapErrorCode>`.
41
+ * This removes one strong reference from the object!
42
+ */
43
+ @inline(__always)
44
+ public static func fromUnsafe(_ pointer: UnsafeMutableRawPointer) -> Func_void_RNMapErrorCode {
45
+ return Unmanaged<Func_void_RNMapErrorCode>.fromOpaque(pointer).takeRetainedValue()
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ ///
2
+ /// Func_void_RNRegion_RNCamera_bool.swift
3
+ /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
+ /// https://github.com/mrousavy/nitro
5
+ /// Copyright © 2025 Marc Rousavy @ Margelo
6
+ ///
7
+
8
+ import NitroModules
9
+
10
+
11
+ /**
12
+ * Wraps a Swift `(_ region: RNRegion, _ camera: RNCamera, _ isGesture: Bool) -> Void` as a class.
13
+ * This class can be used from C++, e.g. to wrap the Swift closure as a `std::function`.
14
+ */
15
+ public final class Func_void_RNRegion_RNCamera_bool {
16
+ public typealias bridge = margelo.nitro.rngooglemapsplus.bridge.swift
17
+
18
+ private let closure: (_ region: RNRegion, _ camera: RNCamera, _ isGesture: Bool) -> Void
19
+
20
+ public init(_ closure: @escaping (_ region: RNRegion, _ camera: RNCamera, _ isGesture: Bool) -> Void) {
21
+ self.closure = closure
22
+ }
23
+
24
+ @inline(__always)
25
+ public func call(region: RNRegion, camera: RNCamera, isGesture: Bool) -> Void {
26
+ self.closure(region, camera, isGesture)
27
+ }
28
+
29
+ /**
30
+ * Casts this instance to a retained unsafe raw pointer.
31
+ * This acquires one additional strong reference on the object!
32
+ */
33
+ @inline(__always)
34
+ public func toUnsafe() -> UnsafeMutableRawPointer {
35
+ return Unmanaged.passRetained(self).toOpaque()
36
+ }
37
+
38
+ /**
39
+ * Casts an unsafe pointer to a `Func_void_RNRegion_RNCamera_bool`.
40
+ * The pointer has to be a retained opaque `Unmanaged<Func_void_RNRegion_RNCamera_bool>`.
41
+ * This removes one strong reference from the object!
42
+ */
43
+ @inline(__always)
44
+ public static func fromUnsafe(_ pointer: UnsafeMutableRawPointer) -> Func_void_RNRegion_RNCamera_bool {
45
+ return Unmanaged<Func_void_RNRegion_RNCamera_bool>.fromOpaque(pointer).takeRetainedValue()
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ ///
2
+ /// Func_void_bool.swift
3
+ /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
+ /// https://github.com/mrousavy/nitro
5
+ /// Copyright © 2025 Marc Rousavy @ Margelo
6
+ ///
7
+
8
+ import NitroModules
9
+
10
+
11
+ /**
12
+ * Wraps a Swift `(_ ready: Bool) -> Void` as a class.
13
+ * This class can be used from C++, e.g. to wrap the Swift closure as a `std::function`.
14
+ */
15
+ public final class Func_void_bool {
16
+ public typealias bridge = margelo.nitro.rngooglemapsplus.bridge.swift
17
+
18
+ private let closure: (_ ready: Bool) -> Void
19
+
20
+ public init(_ closure: @escaping (_ ready: Bool) -> Void) {
21
+ self.closure = closure
22
+ }
23
+
24
+ @inline(__always)
25
+ public func call(ready: Bool) -> Void {
26
+ self.closure(ready)
27
+ }
28
+
29
+ /**
30
+ * Casts this instance to a retained unsafe raw pointer.
31
+ * This acquires one additional strong reference on the object!
32
+ */
33
+ @inline(__always)
34
+ public func toUnsafe() -> UnsafeMutableRawPointer {
35
+ return Unmanaged.passRetained(self).toOpaque()
36
+ }
37
+
38
+ /**
39
+ * Casts an unsafe pointer to a `Func_void_bool`.
40
+ * The pointer has to be a retained opaque `Unmanaged<Func_void_bool>`.
41
+ * This removes one strong reference from the object!
42
+ */
43
+ @inline(__always)
44
+ public static func fromUnsafe(_ pointer: UnsafeMutableRawPointer) -> Func_void_bool {
45
+ return Unmanaged<Func_void_bool>.fromOpaque(pointer).takeRetainedValue()
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ ///
2
+ /// Func_void_std__exception_ptr.swift
3
+ /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
+ /// https://github.com/mrousavy/nitro
5
+ /// Copyright © 2025 Marc Rousavy @ Margelo
6
+ ///
7
+
8
+ import NitroModules
9
+
10
+
11
+ /**
12
+ * Wraps a Swift `(_ error: Error) -> Void` as a class.
13
+ * This class can be used from C++, e.g. to wrap the Swift closure as a `std::function`.
14
+ */
15
+ public final class Func_void_std__exception_ptr {
16
+ public typealias bridge = margelo.nitro.rngooglemapsplus.bridge.swift
17
+
18
+ private let closure: (_ error: Error) -> Void
19
+
20
+ public init(_ closure: @escaping (_ error: Error) -> Void) {
21
+ self.closure = closure
22
+ }
23
+
24
+ @inline(__always)
25
+ public func call(error: std.exception_ptr) -> Void {
26
+ self.closure(RuntimeError.from(cppError: error))
27
+ }
28
+
29
+ /**
30
+ * Casts this instance to a retained unsafe raw pointer.
31
+ * This acquires one additional strong reference on the object!
32
+ */
33
+ @inline(__always)
34
+ public func toUnsafe() -> UnsafeMutableRawPointer {
35
+ return Unmanaged.passRetained(self).toOpaque()
36
+ }
37
+
38
+ /**
39
+ * Casts an unsafe pointer to a `Func_void_std__exception_ptr`.
40
+ * The pointer has to be a retained opaque `Unmanaged<Func_void_std__exception_ptr>`.
41
+ * This removes one strong reference from the object!
42
+ */
43
+ @inline(__always)
44
+ public static func fromUnsafe(_ pointer: UnsafeMutableRawPointer) -> Func_void_std__exception_ptr {
45
+ return Unmanaged<Func_void_std__exception_ptr>.fromOpaque(pointer).takeRetainedValue()
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ ///
2
+ /// Func_void_std__string.swift
3
+ /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
+ /// https://github.com/mrousavy/nitro
5
+ /// Copyright © 2025 Marc Rousavy @ Margelo
6
+ ///
7
+
8
+ import NitroModules
9
+
10
+
11
+ /**
12
+ * Wraps a Swift `(_ id: String) -> Void` as a class.
13
+ * This class can be used from C++, e.g. to wrap the Swift closure as a `std::function`.
14
+ */
15
+ public final class Func_void_std__string {
16
+ public typealias bridge = margelo.nitro.rngooglemapsplus.bridge.swift
17
+
18
+ private let closure: (_ id: String) -> Void
19
+
20
+ public init(_ closure: @escaping (_ id: String) -> Void) {
21
+ self.closure = closure
22
+ }
23
+
24
+ @inline(__always)
25
+ public func call(id: std.string) -> Void {
26
+ self.closure(String(id))
27
+ }
28
+
29
+ /**
30
+ * Casts this instance to a retained unsafe raw pointer.
31
+ * This acquires one additional strong reference on the object!
32
+ */
33
+ @inline(__always)
34
+ public func toUnsafe() -> UnsafeMutableRawPointer {
35
+ return Unmanaged.passRetained(self).toOpaque()
36
+ }
37
+
38
+ /**
39
+ * Casts an unsafe pointer to a `Func_void_std__string`.
40
+ * The pointer has to be a retained opaque `Unmanaged<Func_void_std__string>`.
41
+ * This removes one strong reference from the object!
42
+ */
43
+ @inline(__always)
44
+ public static func fromUnsafe(_ pointer: UnsafeMutableRawPointer) -> Func_void_std__string {
45
+ return Unmanaged<Func_void_std__string>.fromOpaque(pointer).takeRetainedValue()
46
+ }
47
+ }
@@ -0,0 +1,52 @@
1
+ ///
2
+ /// HybridRNGoogleMapsPlusModuleSpec.swift
3
+ /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
+ /// https://github.com/mrousavy/nitro
5
+ /// Copyright © 2025 Marc Rousavy @ Margelo
6
+ ///
7
+
8
+ import Foundation
9
+ import NitroModules
10
+
11
+ /// See ``HybridRNGoogleMapsPlusModuleSpec``
12
+ public protocol HybridRNGoogleMapsPlusModuleSpec_protocol: HybridObject {
13
+ // Properties
14
+
15
+
16
+ // Methods
17
+ func showLocationDialog() throws -> Void
18
+ func openLocationSettings() throws -> Void
19
+ func requestLocationPermission() throws -> Promise<RNLocationPermissionResult>
20
+ func isGooglePlayServicesAvailable() throws -> Bool
21
+ }
22
+
23
+ /// See ``HybridRNGoogleMapsPlusModuleSpec``
24
+ open class HybridRNGoogleMapsPlusModuleSpec_base {
25
+ private weak var cxxWrapper: HybridRNGoogleMapsPlusModuleSpec_cxx? = nil
26
+ public init() { }
27
+ public func getCxxWrapper() -> HybridRNGoogleMapsPlusModuleSpec_cxx {
28
+ #if DEBUG
29
+ guard self is HybridRNGoogleMapsPlusModuleSpec else {
30
+ fatalError("`self` is not a `HybridRNGoogleMapsPlusModuleSpec`! Did you accidentally inherit from `HybridRNGoogleMapsPlusModuleSpec_base` instead of `HybridRNGoogleMapsPlusModuleSpec`?")
31
+ }
32
+ #endif
33
+ if let cxxWrapper = self.cxxWrapper {
34
+ return cxxWrapper
35
+ } else {
36
+ let cxxWrapper = HybridRNGoogleMapsPlusModuleSpec_cxx(self as! HybridRNGoogleMapsPlusModuleSpec)
37
+ self.cxxWrapper = cxxWrapper
38
+ return cxxWrapper
39
+ }
40
+ }
41
+ }
42
+
43
+ /**
44
+ * A Swift base-protocol representing the RNGoogleMapsPlusModule HybridObject.
45
+ * Implement this protocol to create Swift-based instances of RNGoogleMapsPlusModule.
46
+ * ```swift
47
+ * class HybridRNGoogleMapsPlusModule : HybridRNGoogleMapsPlusModuleSpec {
48
+ * // ...
49
+ * }
50
+ * ```
51
+ */
52
+ public typealias HybridRNGoogleMapsPlusModuleSpec = HybridRNGoogleMapsPlusModuleSpec_protocol & HybridRNGoogleMapsPlusModuleSpec_base