react-native-google-maps-plus 1.11.1-dev.1 → 1.12.0-dev.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 (279) hide show
  1. package/RNGoogleMapsPlus.podspec +1 -1
  2. package/android/src/main/java/com/rngooglemapsplus/GoogleMapsViewImpl.kt +4 -4
  3. package/android/src/main/java/com/rngooglemapsplus/MapErrorHandler.kt +24 -0
  4. package/android/src/main/java/com/rngooglemapsplus/MapHelper.kt +0 -13
  5. package/android/src/main/java/com/rngooglemapsplus/MapMarkerBuilder.kt +22 -16
  6. package/android/src/main/java/com/rngooglemapsplus/MapUrlTileOverlayBuilder.kt +4 -2
  7. package/android/src/main/java/com/rngooglemapsplus/RNGoogleMapsPlusView.kt +13 -5
  8. package/android/src/main/java/com/rngooglemapsplus/extensions/BitmapExtension.kt +4 -2
  9. package/ios/GoogleMapViewImpl.swift +5 -1
  10. package/ios/MapErrorHandler.swift +21 -0
  11. package/ios/MapHelper.swift +0 -14
  12. package/ios/MapMarkerBuilder.swift +11 -9
  13. package/ios/RNGoogleMapsPlusView.swift +7 -3
  14. package/ios/extensions/UIImage+Extension.swift +3 -2
  15. package/lib/module/types.js +19 -7
  16. package/lib/module/types.js.map +1 -1
  17. package/lib/typescript/src/RNGoogleMapsPlusView.nitro.d.ts +2 -2
  18. package/lib/typescript/src/RNGoogleMapsPlusView.nitro.d.ts.map +1 -1
  19. package/lib/typescript/src/types.d.ts +20 -8
  20. package/lib/typescript/src/types.d.ts.map +1 -1
  21. package/nitrogen/generated/android/RNGoogleMapsPlus+autolinking.cmake +1 -1
  22. package/nitrogen/generated/android/RNGoogleMapsPlus+autolinking.gradle +1 -1
  23. package/nitrogen/generated/android/RNGoogleMapsPlusOnLoad.cpp +3 -3
  24. package/nitrogen/generated/android/RNGoogleMapsPlusOnLoad.hpp +1 -1
  25. package/nitrogen/generated/android/c++/JFunc_void_RNIndoorBuilding.hpp +1 -1
  26. package/nitrogen/generated/android/c++/JFunc_void_RNIndoorLevel.hpp +1 -1
  27. package/nitrogen/generated/android/c++/JFunc_void_RNLatLng.hpp +1 -1
  28. package/nitrogen/generated/android/c++/JFunc_void_RNLocation.hpp +1 -1
  29. package/nitrogen/generated/android/c++/JFunc_void_RNLocationErrorCode.hpp +1 -1
  30. package/nitrogen/generated/android/c++/JFunc_void_RNMapErrorCode_std__string.hpp +78 -0
  31. package/nitrogen/generated/android/c++/JFunc_void_RNRegion_RNCamera.hpp +1 -1
  32. package/nitrogen/generated/android/c++/JFunc_void_RNRegion_RNCamera_bool.hpp +1 -1
  33. package/nitrogen/generated/android/c++/JFunc_void_bool.hpp +1 -1
  34. package/nitrogen/generated/android/c++/JFunc_void_std__string.hpp +1 -1
  35. package/nitrogen/generated/android/c++/JFunc_void_std__string_RNLatLng.hpp +1 -1
  36. package/nitrogen/generated/android/c++/JFunc_void_std__string_std__string_RNLatLng.hpp +1 -1
  37. package/nitrogen/generated/android/c++/JHybridRNGoogleMapsPlusModuleSpec.cpp +8 -1
  38. package/nitrogen/generated/android/c++/JHybridRNGoogleMapsPlusModuleSpec.hpp +2 -1
  39. package/nitrogen/generated/android/c++/JHybridRNGoogleMapsPlusViewSpec.cpp +18 -11
  40. package/nitrogen/generated/android/c++/JHybridRNGoogleMapsPlusViewSpec.hpp +4 -3
  41. package/nitrogen/generated/android/c++/JRNAndroidLocationConfig.hpp +1 -1
  42. package/nitrogen/generated/android/c++/JRNAndroidLocationPermissionResult.hpp +1 -1
  43. package/nitrogen/generated/android/c++/JRNAndroidLocationPriority.hpp +1 -1
  44. package/nitrogen/generated/android/c++/JRNCamera.hpp +1 -1
  45. package/nitrogen/generated/android/c++/JRNCameraUpdate.hpp +1 -1
  46. package/nitrogen/generated/android/c++/JRNCircle.hpp +1 -1
  47. package/nitrogen/generated/android/c++/JRNHeatmap.hpp +1 -1
  48. package/nitrogen/generated/android/c++/JRNHeatmapGradient.hpp +1 -1
  49. package/nitrogen/generated/android/c++/JRNHeatmapPoint.hpp +1 -1
  50. package/nitrogen/generated/android/c++/JRNIOSLocationAccuracy.hpp +1 -1
  51. package/nitrogen/generated/android/c++/JRNIOSLocationActivityType.hpp +1 -1
  52. package/nitrogen/generated/android/c++/JRNIOSLocationConfig.hpp +1 -1
  53. package/nitrogen/generated/android/c++/JRNIOSPermissionResult.hpp +1 -1
  54. package/nitrogen/generated/android/c++/JRNIndoorBuilding.hpp +1 -1
  55. package/nitrogen/generated/android/c++/JRNIndoorLevel.hpp +1 -1
  56. package/nitrogen/generated/android/c++/JRNInitialProps.hpp +1 -1
  57. package/nitrogen/generated/android/c++/JRNKMLayer.hpp +1 -1
  58. package/nitrogen/generated/android/c++/JRNLatLng.hpp +1 -1
  59. package/nitrogen/generated/android/c++/JRNLatLngBounds.hpp +1 -1
  60. package/nitrogen/generated/android/c++/JRNLineCapType.hpp +1 -1
  61. package/nitrogen/generated/android/c++/JRNLineJoinType.hpp +1 -1
  62. package/nitrogen/generated/android/c++/JRNLocation.hpp +1 -1
  63. package/nitrogen/generated/android/c++/JRNLocationAndroid.hpp +1 -1
  64. package/nitrogen/generated/android/c++/JRNLocationConfig.hpp +1 -1
  65. package/nitrogen/generated/android/c++/JRNLocationErrorCode.hpp +1 -1
  66. package/nitrogen/generated/android/c++/JRNLocationIOS.hpp +1 -1
  67. package/nitrogen/generated/android/c++/JRNLocationPermissionResult.hpp +1 -1
  68. package/nitrogen/generated/android/c++/JRNMapErrorCode.hpp +19 -1
  69. package/nitrogen/generated/android/c++/JRNMapPadding.hpp +1 -1
  70. package/nitrogen/generated/android/c++/JRNMapType.hpp +1 -1
  71. package/nitrogen/generated/android/c++/JRNMapUiSettings.hpp +1 -1
  72. package/nitrogen/generated/android/c++/JRNMapZoomConfig.hpp +1 -1
  73. package/nitrogen/generated/android/c++/JRNMarker.hpp +1 -1
  74. package/nitrogen/generated/android/c++/JRNMarkerSvg.hpp +1 -1
  75. package/nitrogen/generated/android/c++/JRNPolygon.hpp +1 -1
  76. package/nitrogen/generated/android/c++/JRNPolygonHole.hpp +1 -1
  77. package/nitrogen/generated/android/c++/JRNPolyline.hpp +1 -1
  78. package/nitrogen/generated/android/c++/JRNPosition.hpp +1 -1
  79. package/nitrogen/generated/android/c++/JRNRegion.hpp +1 -1
  80. package/nitrogen/generated/android/c++/JRNSize.hpp +1 -1
  81. package/nitrogen/generated/android/c++/JRNSnapshotFormat.hpp +1 -1
  82. package/nitrogen/generated/android/c++/JRNSnapshotOptions.hpp +1 -1
  83. package/nitrogen/generated/android/c++/JRNSnapshotResultType.hpp +1 -1
  84. package/nitrogen/generated/android/c++/JRNUrlTileOverlay.hpp +1 -1
  85. package/nitrogen/generated/android/c++/JRNUserInterfaceStyle.hpp +1 -1
  86. package/nitrogen/generated/android/c++/views/JHybridRNGoogleMapsPlusViewStateUpdater.cpp +146 -145
  87. package/nitrogen/generated/android/c++/views/JHybridRNGoogleMapsPlusViewStateUpdater.hpp +3 -3
  88. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_RNIndoorBuilding.kt +1 -1
  89. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_RNIndoorLevel.kt +1 -1
  90. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_RNLatLng.kt +1 -1
  91. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_RNLocation.kt +1 -1
  92. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_RNLocationErrorCode.kt +1 -1
  93. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/{Func_void_RNMapErrorCode.kt → Func_void_RNMapErrorCode_std__string.kt} +15 -15
  94. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_RNRegion_RNCamera.kt +1 -1
  95. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_RNRegion_RNCamera_bool.kt +1 -1
  96. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_bool.kt +1 -1
  97. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_std__string.kt +1 -1
  98. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_std__string_RNLatLng.kt +1 -1
  99. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_std__string_std__string_RNLatLng.kt +1 -1
  100. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/HybridRNGoogleMapsPlusModuleSpec.kt +1 -1
  101. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/HybridRNGoogleMapsPlusViewSpec.kt +4 -4
  102. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNAndroidLocationConfig.kt +1 -1
  103. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNAndroidLocationPermissionResult.kt +1 -1
  104. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNAndroidLocationPriority.kt +1 -1
  105. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNCamera.kt +1 -1
  106. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNCameraUpdate.kt +1 -1
  107. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNCircle.kt +1 -1
  108. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNGoogleMapsPlusOnLoad.kt +1 -1
  109. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNHeatmap.kt +1 -1
  110. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNHeatmapGradient.kt +1 -1
  111. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNHeatmapPoint.kt +1 -1
  112. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNIOSLocationAccuracy.kt +1 -1
  113. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNIOSLocationActivityType.kt +1 -1
  114. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNIOSLocationConfig.kt +1 -1
  115. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNIOSPermissionResult.kt +1 -1
  116. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNIndoorBuilding.kt +1 -1
  117. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNIndoorLevel.kt +1 -1
  118. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNInitialProps.kt +1 -1
  119. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNKMLayer.kt +1 -1
  120. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNLatLng.kt +1 -1
  121. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNLatLngBounds.kt +1 -1
  122. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNLineCapType.kt +1 -1
  123. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNLineJoinType.kt +1 -1
  124. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNLocation.kt +1 -1
  125. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNLocationAndroid.kt +1 -1
  126. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNLocationConfig.kt +1 -1
  127. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNLocationErrorCode.kt +1 -1
  128. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNLocationIOS.kt +1 -1
  129. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNLocationPermissionResult.kt +1 -1
  130. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNMapErrorCode.kt +8 -2
  131. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNMapPadding.kt +1 -1
  132. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNMapType.kt +1 -1
  133. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNMapUiSettings.kt +1 -1
  134. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNMapZoomConfig.kt +1 -1
  135. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNMarker.kt +1 -1
  136. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNMarkerSvg.kt +1 -1
  137. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNPolygon.kt +1 -1
  138. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNPolygonHole.kt +1 -1
  139. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNPolyline.kt +1 -1
  140. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNPosition.kt +1 -1
  141. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNRegion.kt +1 -1
  142. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNSize.kt +1 -1
  143. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNSnapshotFormat.kt +1 -1
  144. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNSnapshotOptions.kt +1 -1
  145. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNSnapshotResultType.kt +1 -1
  146. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNUrlTileOverlay.kt +1 -1
  147. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNUserInterfaceStyle.kt +1 -1
  148. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/views/HybridRNGoogleMapsPlusViewManager.kt +34 -17
  149. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/views/HybridRNGoogleMapsPlusViewStateUpdater.kt +1 -1
  150. package/nitrogen/generated/ios/RNGoogleMapsPlus+autolinking.rb +1 -1
  151. package/nitrogen/generated/ios/RNGoogleMapsPlus-Swift-Cxx-Bridge.cpp +6 -6
  152. package/nitrogen/generated/ios/RNGoogleMapsPlus-Swift-Cxx-Bridge.hpp +20 -20
  153. package/nitrogen/generated/ios/RNGoogleMapsPlus-Swift-Cxx-Umbrella.hpp +1 -1
  154. package/nitrogen/generated/ios/RNGoogleMapsPlusAutolinking.mm +1 -1
  155. package/nitrogen/generated/ios/RNGoogleMapsPlusAutolinking.swift +13 -15
  156. package/nitrogen/generated/ios/c++/HybridRNGoogleMapsPlusModuleSpecSwift.cpp +1 -1
  157. package/nitrogen/generated/ios/c++/HybridRNGoogleMapsPlusModuleSpecSwift.hpp +7 -1
  158. package/nitrogen/generated/ios/c++/HybridRNGoogleMapsPlusViewSpecSwift.cpp +1 -1
  159. package/nitrogen/generated/ios/c++/HybridRNGoogleMapsPlusViewSpecSwift.hpp +9 -3
  160. package/nitrogen/generated/ios/c++/views/HybridRNGoogleMapsPlusViewComponent.mm +13 -8
  161. package/nitrogen/generated/ios/swift/Func_void_RNIndoorBuilding.swift +1 -2
  162. package/nitrogen/generated/ios/swift/Func_void_RNIndoorLevel.swift +1 -2
  163. package/nitrogen/generated/ios/swift/Func_void_RNLatLng.swift +1 -2
  164. package/nitrogen/generated/ios/swift/Func_void_RNLocation.swift +1 -2
  165. package/nitrogen/generated/ios/swift/Func_void_RNLocationErrorCode.swift +1 -2
  166. package/nitrogen/generated/ios/swift/Func_void_RNLocationPermissionResult.swift +1 -2
  167. package/nitrogen/generated/ios/swift/{Func_void_RNMapErrorCode.swift → Func_void_RNMapErrorCode_std__string.swift} +12 -13
  168. package/nitrogen/generated/ios/swift/Func_void_RNRegion_RNCamera.swift +1 -2
  169. package/nitrogen/generated/ios/swift/Func_void_RNRegion_RNCamera_bool.swift +1 -2
  170. package/nitrogen/generated/ios/swift/Func_void_bool.swift +1 -2
  171. package/nitrogen/generated/ios/swift/Func_void_std__exception_ptr.swift +1 -2
  172. package/nitrogen/generated/ios/swift/Func_void_std__optional_std__string_.swift +1 -2
  173. package/nitrogen/generated/ios/swift/Func_void_std__string.swift +1 -2
  174. package/nitrogen/generated/ios/swift/Func_void_std__string_RNLatLng.swift +1 -2
  175. package/nitrogen/generated/ios/swift/Func_void_std__string_std__string_RNLatLng.swift +1 -2
  176. package/nitrogen/generated/ios/swift/HybridRNGoogleMapsPlusModuleSpec.swift +3 -4
  177. package/nitrogen/generated/ios/swift/HybridRNGoogleMapsPlusModuleSpec_cxx.swift +9 -2
  178. package/nitrogen/generated/ios/swift/HybridRNGoogleMapsPlusViewSpec.swift +4 -5
  179. package/nitrogen/generated/ios/swift/HybridRNGoogleMapsPlusViewSpec_cxx.swift +26 -14
  180. package/nitrogen/generated/ios/swift/RNAndroidLocationConfig.swift +1 -2
  181. package/nitrogen/generated/ios/swift/RNAndroidLocationPermissionResult.swift +1 -1
  182. package/nitrogen/generated/ios/swift/RNAndroidLocationPriority.swift +1 -1
  183. package/nitrogen/generated/ios/swift/RNCamera.swift +1 -2
  184. package/nitrogen/generated/ios/swift/RNCameraUpdate.swift +1 -2
  185. package/nitrogen/generated/ios/swift/RNCircle.swift +1 -2
  186. package/nitrogen/generated/ios/swift/RNHeatmap.swift +1 -2
  187. package/nitrogen/generated/ios/swift/RNHeatmapGradient.swift +1 -2
  188. package/nitrogen/generated/ios/swift/RNHeatmapPoint.swift +1 -2
  189. package/nitrogen/generated/ios/swift/RNIOSLocationAccuracy.swift +1 -1
  190. package/nitrogen/generated/ios/swift/RNIOSLocationActivityType.swift +1 -1
  191. package/nitrogen/generated/ios/swift/RNIOSLocationConfig.swift +1 -2
  192. package/nitrogen/generated/ios/swift/RNIOSPermissionResult.swift +1 -1
  193. package/nitrogen/generated/ios/swift/RNIndoorBuilding.swift +1 -2
  194. package/nitrogen/generated/ios/swift/RNIndoorLevel.swift +1 -2
  195. package/nitrogen/generated/ios/swift/RNInitialProps.swift +1 -2
  196. package/nitrogen/generated/ios/swift/RNKMLayer.swift +1 -2
  197. package/nitrogen/generated/ios/swift/RNLatLng.swift +1 -2
  198. package/nitrogen/generated/ios/swift/RNLatLngBounds.swift +1 -2
  199. package/nitrogen/generated/ios/swift/RNLineCapType.swift +1 -1
  200. package/nitrogen/generated/ios/swift/RNLineJoinType.swift +1 -1
  201. package/nitrogen/generated/ios/swift/RNLocation.swift +1 -2
  202. package/nitrogen/generated/ios/swift/RNLocationAndroid.swift +1 -2
  203. package/nitrogen/generated/ios/swift/RNLocationConfig.swift +1 -2
  204. package/nitrogen/generated/ios/swift/RNLocationErrorCode.swift +1 -1
  205. package/nitrogen/generated/ios/swift/RNLocationIOS.swift +1 -2
  206. package/nitrogen/generated/ios/swift/RNLocationPermissionResult.swift +1 -2
  207. package/nitrogen/generated/ios/swift/RNMapErrorCode.swift +25 -1
  208. package/nitrogen/generated/ios/swift/RNMapPadding.swift +1 -2
  209. package/nitrogen/generated/ios/swift/RNMapType.swift +1 -1
  210. package/nitrogen/generated/ios/swift/RNMapUiSettings.swift +1 -2
  211. package/nitrogen/generated/ios/swift/RNMapZoomConfig.swift +1 -2
  212. package/nitrogen/generated/ios/swift/RNMarker.swift +1 -2
  213. package/nitrogen/generated/ios/swift/RNMarkerSvg.swift +1 -2
  214. package/nitrogen/generated/ios/swift/RNPolygon.swift +1 -2
  215. package/nitrogen/generated/ios/swift/RNPolygonHole.swift +1 -2
  216. package/nitrogen/generated/ios/swift/RNPolyline.swift +1 -2
  217. package/nitrogen/generated/ios/swift/RNPosition.swift +1 -2
  218. package/nitrogen/generated/ios/swift/RNRegion.swift +1 -2
  219. package/nitrogen/generated/ios/swift/RNSize.swift +1 -2
  220. package/nitrogen/generated/ios/swift/RNSnapshotFormat.swift +1 -1
  221. package/nitrogen/generated/ios/swift/RNSnapshotOptions.swift +1 -2
  222. package/nitrogen/generated/ios/swift/RNSnapshotResultType.swift +1 -1
  223. package/nitrogen/generated/ios/swift/RNUrlTileOverlay.swift +1 -2
  224. package/nitrogen/generated/ios/swift/RNUserInterfaceStyle.swift +1 -1
  225. package/nitrogen/generated/shared/c++/HybridRNGoogleMapsPlusModuleSpec.cpp +1 -1
  226. package/nitrogen/generated/shared/c++/HybridRNGoogleMapsPlusModuleSpec.hpp +1 -1
  227. package/nitrogen/generated/shared/c++/HybridRNGoogleMapsPlusViewSpec.cpp +1 -1
  228. package/nitrogen/generated/shared/c++/HybridRNGoogleMapsPlusViewSpec.hpp +3 -3
  229. package/nitrogen/generated/shared/c++/RNAndroidLocationConfig.hpp +1 -1
  230. package/nitrogen/generated/shared/c++/RNAndroidLocationPermissionResult.hpp +1 -1
  231. package/nitrogen/generated/shared/c++/RNAndroidLocationPriority.hpp +1 -1
  232. package/nitrogen/generated/shared/c++/RNCamera.hpp +1 -1
  233. package/nitrogen/generated/shared/c++/RNCameraUpdate.hpp +1 -1
  234. package/nitrogen/generated/shared/c++/RNCircle.hpp +1 -1
  235. package/nitrogen/generated/shared/c++/RNHeatmap.hpp +1 -1
  236. package/nitrogen/generated/shared/c++/RNHeatmapGradient.hpp +1 -1
  237. package/nitrogen/generated/shared/c++/RNHeatmapPoint.hpp +1 -1
  238. package/nitrogen/generated/shared/c++/RNIOSLocationAccuracy.hpp +1 -1
  239. package/nitrogen/generated/shared/c++/RNIOSLocationActivityType.hpp +1 -1
  240. package/nitrogen/generated/shared/c++/RNIOSLocationConfig.hpp +1 -1
  241. package/nitrogen/generated/shared/c++/RNIOSPermissionResult.hpp +1 -1
  242. package/nitrogen/generated/shared/c++/RNIndoorBuilding.hpp +1 -1
  243. package/nitrogen/generated/shared/c++/RNIndoorLevel.hpp +1 -1
  244. package/nitrogen/generated/shared/c++/RNInitialProps.hpp +1 -1
  245. package/nitrogen/generated/shared/c++/RNKMLayer.hpp +1 -1
  246. package/nitrogen/generated/shared/c++/RNLatLng.hpp +1 -1
  247. package/nitrogen/generated/shared/c++/RNLatLngBounds.hpp +1 -1
  248. package/nitrogen/generated/shared/c++/RNLineCapType.hpp +1 -1
  249. package/nitrogen/generated/shared/c++/RNLineJoinType.hpp +1 -1
  250. package/nitrogen/generated/shared/c++/RNLocation.hpp +1 -1
  251. package/nitrogen/generated/shared/c++/RNLocationAndroid.hpp +1 -1
  252. package/nitrogen/generated/shared/c++/RNLocationConfig.hpp +1 -1
  253. package/nitrogen/generated/shared/c++/RNLocationErrorCode.hpp +1 -1
  254. package/nitrogen/generated/shared/c++/RNLocationIOS.hpp +1 -1
  255. package/nitrogen/generated/shared/c++/RNLocationPermissionResult.hpp +1 -1
  256. package/nitrogen/generated/shared/c++/RNMapErrorCode.hpp +8 -2
  257. package/nitrogen/generated/shared/c++/RNMapPadding.hpp +1 -1
  258. package/nitrogen/generated/shared/c++/RNMapType.hpp +1 -1
  259. package/nitrogen/generated/shared/c++/RNMapUiSettings.hpp +1 -1
  260. package/nitrogen/generated/shared/c++/RNMapZoomConfig.hpp +1 -1
  261. package/nitrogen/generated/shared/c++/RNMarker.hpp +1 -1
  262. package/nitrogen/generated/shared/c++/RNMarkerSvg.hpp +1 -1
  263. package/nitrogen/generated/shared/c++/RNPolygon.hpp +1 -1
  264. package/nitrogen/generated/shared/c++/RNPolygonHole.hpp +1 -1
  265. package/nitrogen/generated/shared/c++/RNPolyline.hpp +1 -1
  266. package/nitrogen/generated/shared/c++/RNPosition.hpp +1 -1
  267. package/nitrogen/generated/shared/c++/RNRegion.hpp +1 -1
  268. package/nitrogen/generated/shared/c++/RNSize.hpp +1 -1
  269. package/nitrogen/generated/shared/c++/RNSnapshotFormat.hpp +1 -1
  270. package/nitrogen/generated/shared/c++/RNSnapshotOptions.hpp +1 -1
  271. package/nitrogen/generated/shared/c++/RNSnapshotResultType.hpp +1 -1
  272. package/nitrogen/generated/shared/c++/RNUrlTileOverlay.hpp +1 -1
  273. package/nitrogen/generated/shared/c++/RNUserInterfaceStyle.hpp +1 -1
  274. package/nitrogen/generated/shared/c++/views/HybridRNGoogleMapsPlusViewComponent.cpp +7 -56
  275. package/nitrogen/generated/shared/c++/views/HybridRNGoogleMapsPlusViewComponent.hpp +10 -7
  276. package/package.json +4 -3
  277. package/src/RNGoogleMapsPlusView.nitro.ts +2 -2
  278. package/src/types.ts +25 -7
  279. package/nitrogen/generated/android/c++/JFunc_void_RNMapErrorCode.hpp +0 -77
@@ -2,10 +2,9 @@
2
2
  /// HybridRNGoogleMapsPlusViewSpec_cxx.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -96,6 +95,14 @@ open class HybridRNGoogleMapsPlusViewSpec_cxx {
96
95
  return MemoryHelper.getSizeOf(self.__implementation) + self.__implementation.memorySize
97
96
  }
98
97
 
98
+ /**
99
+ * Compares this object with the given [other] object for reference equality.
100
+ */
101
+ @inline(__always)
102
+ public func equals(other: HybridRNGoogleMapsPlusViewSpec_cxx) -> Bool {
103
+ return self.__implementation === other.__implementation
104
+ }
105
+
99
106
  /**
100
107
  * Call dispose() on the Swift class.
101
108
  * This _may_ be called manually from JS.
@@ -587,14 +594,14 @@ open class HybridRNGoogleMapsPlusViewSpec_cxx {
587
594
  }
588
595
  }
589
596
 
590
- public final var onMapError: bridge.std__optional_std__function_void_RNMapErrorCode____error______ {
597
+ public final var onMapError: bridge.std__optional_std__function_void_RNMapErrorCode____error_____const_std__string_____msg______ {
591
598
  @inline(__always)
592
599
  get {
593
- return { () -> bridge.std__optional_std__function_void_RNMapErrorCode____error______ in
600
+ return { () -> bridge.std__optional_std__function_void_RNMapErrorCode____error_____const_std__string_____msg______ in
594
601
  if let __unwrappedValue = self.__implementation.onMapError {
595
- return bridge.create_std__optional_std__function_void_RNMapErrorCode____error______({ () -> bridge.Func_void_RNMapErrorCode in
596
- let __closureWrapper = Func_void_RNMapErrorCode(__unwrappedValue)
597
- return bridge.create_Func_void_RNMapErrorCode(__closureWrapper.toUnsafe())
602
+ return bridge.create_std__optional_std__function_void_RNMapErrorCode____error_____const_std__string_____msg______({ () -> bridge.Func_void_RNMapErrorCode_std__string in
603
+ let __closureWrapper = Func_void_RNMapErrorCode_std__string(__unwrappedValue)
604
+ return bridge.create_Func_void_RNMapErrorCode_std__string(__closureWrapper.toUnsafe())
598
605
  }())
599
606
  } else {
600
607
  return .init()
@@ -603,13 +610,13 @@ open class HybridRNGoogleMapsPlusViewSpec_cxx {
603
610
  }
604
611
  @inline(__always)
605
612
  set {
606
- self.__implementation.onMapError = { () -> ((_ error: RNMapErrorCode) -> Void)? in
607
- if bridge.has_value_std__optional_std__function_void_RNMapErrorCode____error______(newValue) {
608
- let __unwrapped = bridge.get_std__optional_std__function_void_RNMapErrorCode____error______(newValue)
609
- return { () -> (RNMapErrorCode) -> Void in
610
- let __wrappedFunction = bridge.wrap_Func_void_RNMapErrorCode(__unwrapped)
611
- return { (__error: RNMapErrorCode) -> Void in
612
- __wrappedFunction.call(__error.rawValue)
613
+ self.__implementation.onMapError = { () -> ((_ error: RNMapErrorCode, _ msg: String) -> Void)? in
614
+ if bridge.has_value_std__optional_std__function_void_RNMapErrorCode____error_____const_std__string_____msg______(newValue) {
615
+ let __unwrapped = bridge.get_std__optional_std__function_void_RNMapErrorCode____error_____const_std__string_____msg______(newValue)
616
+ return { () -> (RNMapErrorCode, String) -> Void in
617
+ let __wrappedFunction = bridge.wrap_Func_void_RNMapErrorCode_std__string(__unwrapped)
618
+ return { (__error: RNMapErrorCode, __msg: String) -> Void in
619
+ __wrappedFunction.call(__error.rawValue, std.string(__msg))
613
620
  }
614
621
  }()
615
622
  } else {
@@ -1564,4 +1571,9 @@ open class HybridRNGoogleMapsPlusViewSpec_cxx {
1564
1571
  public final func afterUpdate() {
1565
1572
  __implementation.afterUpdate()
1566
1573
  }
1574
+
1575
+ public final func maybePrepareForRecycle() {
1576
+ guard let recyclable = __implementation as? any RecyclableView else { return }
1577
+ recyclable.prepareForRecycle()
1578
+ }
1567
1579
  }
@@ -2,10 +2,9 @@
2
2
  /// RNAndroidLocationConfig.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,7 +2,7 @@
2
2
  /// RNAndroidLocationPermissionResult.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
8
  /**
@@ -2,7 +2,7 @@
2
2
  /// RNAndroidLocationPriority.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
8
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNCamera.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNCameraUpdate.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNCircle.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNHeatmap.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNHeatmapGradient.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNHeatmapPoint.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,7 +2,7 @@
2
2
  /// RNIOSLocationAccuracy.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
8
  /**
@@ -2,7 +2,7 @@
2
2
  /// RNIOSLocationActivityType.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
8
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNIOSLocationConfig.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,7 +2,7 @@
2
2
  /// RNIOSPermissionResult.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
8
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNIndoorBuilding.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNIndoorLevel.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNInitialProps.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNKMLayer.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNLatLng.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNLatLngBounds.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,7 +2,7 @@
2
2
  /// RNLineCapType.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
8
  /**
@@ -2,7 +2,7 @@
2
2
  /// RNLineJoinType.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
8
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNLocation.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNLocationAndroid.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNLocationConfig.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,7 +2,7 @@
2
2
  /// RNLocationErrorCode.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
8
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNLocationIOS.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNLocationPermissionResult.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,7 +2,7 @@
2
2
  /// RNMapErrorCode.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
8
  /**
@@ -31,6 +31,18 @@ public extension RNMapErrorCode {
31
31
  self = .playServiceUpdating
32
32
  case "UNKNOWN":
33
33
  self = .unknown
34
+ case "SNAPSHOT_EXPORT_FAILED":
35
+ self = .snapshotExportFailed
36
+ case "MARKER_ICON_BUILD_FAILED":
37
+ self = .markerIconBuildFailed
38
+ case "TILE_OVERLAY_FAILED":
39
+ self = .tileOverlayFailed
40
+ case "INVALID_ARGUMENT":
41
+ self = .invalidArgument
42
+ case "INTERNAL_EXCEPTION":
43
+ self = .internalException
44
+ case "KML_LAYER_FAILED":
45
+ self = .kmlLayerFailed
34
46
  default:
35
47
  return nil
36
48
  }
@@ -55,6 +67,18 @@ public extension RNMapErrorCode {
55
67
  return "PLAY_SERVICE_UPDATING"
56
68
  case .unknown:
57
69
  return "UNKNOWN"
70
+ case .snapshotExportFailed:
71
+ return "SNAPSHOT_EXPORT_FAILED"
72
+ case .markerIconBuildFailed:
73
+ return "MARKER_ICON_BUILD_FAILED"
74
+ case .tileOverlayFailed:
75
+ return "TILE_OVERLAY_FAILED"
76
+ case .invalidArgument:
77
+ return "INVALID_ARGUMENT"
78
+ case .internalException:
79
+ return "INTERNAL_EXCEPTION"
80
+ case .kmlLayerFailed:
81
+ return "KML_LAYER_FAILED"
58
82
  }
59
83
  }
60
84
  }
@@ -2,10 +2,9 @@
2
2
  /// RNMapPadding.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,7 +2,7 @@
2
2
  /// RNMapType.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
8
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNMapUiSettings.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNMapZoomConfig.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNMarker.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNMarkerSvg.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNPolygon.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNPolygonHole.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNPolyline.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNPosition.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNRegion.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNSize.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,7 +2,7 @@
2
2
  /// RNSnapshotFormat.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
8
  /**
@@ -2,10 +2,9 @@
2
2
  /// RNSnapshotOptions.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
- import Foundation
9
8
  import NitroModules
10
9
 
11
10
  /**
@@ -2,7 +2,7 @@
2
2
  /// RNSnapshotResultType.swift
3
3
  /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
4
4
  /// https://github.com/mrousavy/nitro
5
- /// Copyright © 2026 Marc Rousavy @ Margelo
5
+ /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
8
  /**