react-native-google-maps-plus 1.2.0 → 1.3.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 (58) hide show
  1. package/android/src/main/java/com/rngooglemapsplus/GoogleMapsViewImpl.kt +57 -8
  2. package/android/src/main/java/com/rngooglemapsplus/MapMarkerBuilder.kt +13 -3
  3. package/android/src/main/java/com/rngooglemapsplus/RNGoogleMapsPlusView.kt +29 -4
  4. package/android/src/main/java/com/rngooglemapsplus/extensions/IndoorBuildingExtension.kt +33 -0
  5. package/ios/GoogleMapViewImpl.swift +61 -14
  6. package/ios/MapMarkerBuilder.swift +17 -8
  7. package/ios/RNGoogleMapsPlusView.swift +19 -4
  8. package/ios/extensions/IndoorBuilding+Extension.swift +33 -0
  9. package/lib/module/types.js.map +1 -1
  10. package/lib/typescript/src/RNGoogleMapsPlusView.nitro.d.ts +10 -5
  11. package/lib/typescript/src/RNGoogleMapsPlusView.nitro.d.ts.map +1 -1
  12. package/lib/typescript/src/types.d.ts +18 -0
  13. package/lib/typescript/src/types.d.ts.map +1 -1
  14. package/nitrogen/generated/android/RNGoogleMapsPlusOnLoad.cpp +8 -2
  15. package/nitrogen/generated/android/c++/JFunc_void_RNIndoorBuilding.hpp +81 -0
  16. package/nitrogen/generated/android/c++/JFunc_void_RNIndoorLevel.hpp +78 -0
  17. package/nitrogen/generated/android/c++/JFunc_void_std__optional_std__string_.hpp +76 -0
  18. package/nitrogen/generated/android/c++/JFunc_void_std__optional_std__string__RNLatLng.hpp +78 -0
  19. package/nitrogen/generated/android/c++/JHybridRNGoogleMapsPlusViewSpec.cpp +143 -37
  20. package/nitrogen/generated/android/c++/JHybridRNGoogleMapsPlusViewSpec.hpp +18 -8
  21. package/nitrogen/generated/android/c++/JRNIndoorBuilding.hpp +86 -0
  22. package/nitrogen/generated/android/c++/JRNIndoorLevel.hpp +66 -0
  23. package/nitrogen/generated/android/c++/JRNMarker.hpp +24 -0
  24. package/nitrogen/generated/android/c++/views/JHybridRNGoogleMapsPlusViewStateUpdater.cpp +20 -0
  25. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_RNIndoorBuilding.kt +81 -0
  26. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_RNIndoorLevel.kt +81 -0
  27. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/{Func_void_std__string.kt → Func_void_std__optional_std__string_.kt} +12 -12
  28. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/Func_void_std__optional_std__string__RNLatLng.kt +81 -0
  29. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/HybridRNGoogleMapsPlusViewSpec.kt +82 -12
  30. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNIndoorBuilding.kt +38 -0
  31. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNIndoorLevel.kt +38 -0
  32. package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNMarker.kt +18 -0
  33. package/nitrogen/generated/ios/RNGoogleMapsPlus-Swift-Cxx-Bridge.cpp +28 -4
  34. package/nitrogen/generated/ios/RNGoogleMapsPlus-Swift-Cxx-Bridge.hpp +146 -18
  35. package/nitrogen/generated/ios/RNGoogleMapsPlus-Swift-Cxx-Umbrella.hpp +6 -0
  36. package/nitrogen/generated/ios/c++/HybridRNGoogleMapsPlusViewSpecSwift.hpp +49 -8
  37. package/nitrogen/generated/ios/c++/views/HybridRNGoogleMapsPlusViewComponent.mm +25 -0
  38. package/nitrogen/generated/ios/swift/Func_void_RNIndoorBuilding.swift +47 -0
  39. package/nitrogen/generated/ios/swift/{Func_void_std__string.swift → Func_void_RNIndoorLevel.swift} +11 -11
  40. package/nitrogen/generated/ios/swift/Func_void_std__optional_std__string_.swift +54 -0
  41. package/nitrogen/generated/ios/swift/Func_void_std__optional_std__string__RNLatLng.swift +54 -0
  42. package/nitrogen/generated/ios/swift/HybridRNGoogleMapsPlusViewSpec.swift +9 -4
  43. package/nitrogen/generated/ios/swift/HybridRNGoogleMapsPlusViewSpec_cxx.swift +250 -48
  44. package/nitrogen/generated/ios/swift/RNIndoorBuilding.swift +116 -0
  45. package/nitrogen/generated/ios/swift/RNIndoorLevel.swift +118 -0
  46. package/nitrogen/generated/ios/swift/RNMarker.swift +153 -1
  47. package/nitrogen/generated/shared/c++/HybridRNGoogleMapsPlusViewSpec.cpp +10 -0
  48. package/nitrogen/generated/shared/c++/HybridRNGoogleMapsPlusViewSpec.hpp +24 -8
  49. package/nitrogen/generated/shared/c++/RNIndoorBuilding.hpp +82 -0
  50. package/nitrogen/generated/shared/c++/RNIndoorLevel.hpp +80 -0
  51. package/nitrogen/generated/shared/c++/RNMarker.hpp +25 -1
  52. package/nitrogen/generated/shared/c++/views/HybridRNGoogleMapsPlusViewComponent.cpp +68 -8
  53. package/nitrogen/generated/shared/c++/views/HybridRNGoogleMapsPlusViewComponent.hpp +11 -4
  54. package/nitrogen/generated/shared/json/RNGoogleMapsPlusViewConfig.json +5 -0
  55. package/package.json +1 -1
  56. package/src/RNGoogleMapsPlusView.nitro.ts +11 -4
  57. package/src/types.ts +20 -0
  58. package/nitrogen/generated/android/c++/JFunc_void_std__string.hpp +0 -75
@@ -0,0 +1,81 @@
1
+ ///
2
+ /// JFunc_void_RNIndoorBuilding.hpp
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
+ #pragma once
9
+
10
+ #include <fbjni/fbjni.h>
11
+ #include <functional>
12
+
13
+ #include "RNIndoorBuilding.hpp"
14
+ #include <functional>
15
+ #include "JRNIndoorBuilding.hpp"
16
+ #include <optional>
17
+ #include "RNIndoorLevel.hpp"
18
+ #include <vector>
19
+ #include "JRNIndoorLevel.hpp"
20
+ #include <string>
21
+
22
+ namespace margelo::nitro::rngooglemapsplus {
23
+
24
+ using namespace facebook;
25
+
26
+ /**
27
+ * Represents the Java/Kotlin callback `(indoorBuilding: RNIndoorBuilding) -> Unit`.
28
+ * This can be passed around between C++ and Java/Kotlin.
29
+ */
30
+ struct JFunc_void_RNIndoorBuilding: public jni::JavaClass<JFunc_void_RNIndoorBuilding> {
31
+ public:
32
+ static auto constexpr kJavaDescriptor = "Lcom/rngooglemapsplus/Func_void_RNIndoorBuilding;";
33
+
34
+ public:
35
+ /**
36
+ * Invokes the function this `JFunc_void_RNIndoorBuilding` instance holds through JNI.
37
+ */
38
+ void invoke(const RNIndoorBuilding& indoorBuilding) const {
39
+ static const auto method = javaClassStatic()->getMethod<void(jni::alias_ref<JRNIndoorBuilding> /* indoorBuilding */)>("invoke");
40
+ method(self(), JRNIndoorBuilding::fromCpp(indoorBuilding));
41
+ }
42
+ };
43
+
44
+ /**
45
+ * An implementation of Func_void_RNIndoorBuilding that is backed by a C++ implementation (using `std::function<...>`)
46
+ */
47
+ struct JFunc_void_RNIndoorBuilding_cxx final: public jni::HybridClass<JFunc_void_RNIndoorBuilding_cxx, JFunc_void_RNIndoorBuilding> {
48
+ public:
49
+ static jni::local_ref<JFunc_void_RNIndoorBuilding::javaobject> fromCpp(const std::function<void(const RNIndoorBuilding& /* indoorBuilding */)>& func) {
50
+ return JFunc_void_RNIndoorBuilding_cxx::newObjectCxxArgs(func);
51
+ }
52
+
53
+ public:
54
+ /**
55
+ * Invokes the C++ `std::function<...>` this `JFunc_void_RNIndoorBuilding_cxx` instance holds.
56
+ */
57
+ void invoke_cxx(jni::alias_ref<JRNIndoorBuilding> indoorBuilding) {
58
+ _func(indoorBuilding->toCpp());
59
+ }
60
+
61
+ public:
62
+ [[nodiscard]]
63
+ inline const std::function<void(const RNIndoorBuilding& /* indoorBuilding */)>& getFunction() const {
64
+ return _func;
65
+ }
66
+
67
+ public:
68
+ static auto constexpr kJavaDescriptor = "Lcom/rngooglemapsplus/Func_void_RNIndoorBuilding_cxx;";
69
+ static void registerNatives() {
70
+ registerHybrid({makeNativeMethod("invoke_cxx", JFunc_void_RNIndoorBuilding_cxx::invoke_cxx)});
71
+ }
72
+
73
+ private:
74
+ explicit JFunc_void_RNIndoorBuilding_cxx(const std::function<void(const RNIndoorBuilding& /* indoorBuilding */)>& func): _func(func) { }
75
+
76
+ private:
77
+ friend HybridBase;
78
+ std::function<void(const RNIndoorBuilding& /* indoorBuilding */)> _func;
79
+ };
80
+
81
+ } // namespace margelo::nitro::rngooglemapsplus
@@ -0,0 +1,78 @@
1
+ ///
2
+ /// JFunc_void_RNIndoorLevel.hpp
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
+ #pragma once
9
+
10
+ #include <fbjni/fbjni.h>
11
+ #include <functional>
12
+
13
+ #include "RNIndoorLevel.hpp"
14
+ #include <functional>
15
+ #include "JRNIndoorLevel.hpp"
16
+ #include <string>
17
+ #include <optional>
18
+
19
+ namespace margelo::nitro::rngooglemapsplus {
20
+
21
+ using namespace facebook;
22
+
23
+ /**
24
+ * Represents the Java/Kotlin callback `(indoorLevel: RNIndoorLevel) -> Unit`.
25
+ * This can be passed around between C++ and Java/Kotlin.
26
+ */
27
+ struct JFunc_void_RNIndoorLevel: public jni::JavaClass<JFunc_void_RNIndoorLevel> {
28
+ public:
29
+ static auto constexpr kJavaDescriptor = "Lcom/rngooglemapsplus/Func_void_RNIndoorLevel;";
30
+
31
+ public:
32
+ /**
33
+ * Invokes the function this `JFunc_void_RNIndoorLevel` instance holds through JNI.
34
+ */
35
+ void invoke(const RNIndoorLevel& indoorLevel) const {
36
+ static const auto method = javaClassStatic()->getMethod<void(jni::alias_ref<JRNIndoorLevel> /* indoorLevel */)>("invoke");
37
+ method(self(), JRNIndoorLevel::fromCpp(indoorLevel));
38
+ }
39
+ };
40
+
41
+ /**
42
+ * An implementation of Func_void_RNIndoorLevel that is backed by a C++ implementation (using `std::function<...>`)
43
+ */
44
+ struct JFunc_void_RNIndoorLevel_cxx final: public jni::HybridClass<JFunc_void_RNIndoorLevel_cxx, JFunc_void_RNIndoorLevel> {
45
+ public:
46
+ static jni::local_ref<JFunc_void_RNIndoorLevel::javaobject> fromCpp(const std::function<void(const RNIndoorLevel& /* indoorLevel */)>& func) {
47
+ return JFunc_void_RNIndoorLevel_cxx::newObjectCxxArgs(func);
48
+ }
49
+
50
+ public:
51
+ /**
52
+ * Invokes the C++ `std::function<...>` this `JFunc_void_RNIndoorLevel_cxx` instance holds.
53
+ */
54
+ void invoke_cxx(jni::alias_ref<JRNIndoorLevel> indoorLevel) {
55
+ _func(indoorLevel->toCpp());
56
+ }
57
+
58
+ public:
59
+ [[nodiscard]]
60
+ inline const std::function<void(const RNIndoorLevel& /* indoorLevel */)>& getFunction() const {
61
+ return _func;
62
+ }
63
+
64
+ public:
65
+ static auto constexpr kJavaDescriptor = "Lcom/rngooglemapsplus/Func_void_RNIndoorLevel_cxx;";
66
+ static void registerNatives() {
67
+ registerHybrid({makeNativeMethod("invoke_cxx", JFunc_void_RNIndoorLevel_cxx::invoke_cxx)});
68
+ }
69
+
70
+ private:
71
+ explicit JFunc_void_RNIndoorLevel_cxx(const std::function<void(const RNIndoorLevel& /* indoorLevel */)>& func): _func(func) { }
72
+
73
+ private:
74
+ friend HybridBase;
75
+ std::function<void(const RNIndoorLevel& /* indoorLevel */)> _func;
76
+ };
77
+
78
+ } // namespace margelo::nitro::rngooglemapsplus
@@ -0,0 +1,76 @@
1
+ ///
2
+ /// JFunc_void_std__optional_std__string_.hpp
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
+ #pragma once
9
+
10
+ #include <fbjni/fbjni.h>
11
+ #include <functional>
12
+
13
+ #include <string>
14
+ #include <optional>
15
+ #include <functional>
16
+
17
+ namespace margelo::nitro::rngooglemapsplus {
18
+
19
+ using namespace facebook;
20
+
21
+ /**
22
+ * Represents the Java/Kotlin callback `(id: String?) -> Unit`.
23
+ * This can be passed around between C++ and Java/Kotlin.
24
+ */
25
+ struct JFunc_void_std__optional_std__string_: public jni::JavaClass<JFunc_void_std__optional_std__string_> {
26
+ public:
27
+ static auto constexpr kJavaDescriptor = "Lcom/rngooglemapsplus/Func_void_std__optional_std__string_;";
28
+
29
+ public:
30
+ /**
31
+ * Invokes the function this `JFunc_void_std__optional_std__string_` instance holds through JNI.
32
+ */
33
+ void invoke(const std::optional<std::string>& id) const {
34
+ static const auto method = javaClassStatic()->getMethod<void(jni::alias_ref<jni::JString> /* id */)>("invoke");
35
+ method(self(), id.has_value() ? jni::make_jstring(id.value()) : nullptr);
36
+ }
37
+ };
38
+
39
+ /**
40
+ * An implementation of Func_void_std__optional_std__string_ that is backed by a C++ implementation (using `std::function<...>`)
41
+ */
42
+ struct JFunc_void_std__optional_std__string__cxx final: public jni::HybridClass<JFunc_void_std__optional_std__string__cxx, JFunc_void_std__optional_std__string_> {
43
+ public:
44
+ static jni::local_ref<JFunc_void_std__optional_std__string_::javaobject> fromCpp(const std::function<void(const std::optional<std::string>& /* id */)>& func) {
45
+ return JFunc_void_std__optional_std__string__cxx::newObjectCxxArgs(func);
46
+ }
47
+
48
+ public:
49
+ /**
50
+ * Invokes the C++ `std::function<...>` this `JFunc_void_std__optional_std__string__cxx` instance holds.
51
+ */
52
+ void invoke_cxx(jni::alias_ref<jni::JString> id) {
53
+ _func(id != nullptr ? std::make_optional(id->toStdString()) : std::nullopt);
54
+ }
55
+
56
+ public:
57
+ [[nodiscard]]
58
+ inline const std::function<void(const std::optional<std::string>& /* id */)>& getFunction() const {
59
+ return _func;
60
+ }
61
+
62
+ public:
63
+ static auto constexpr kJavaDescriptor = "Lcom/rngooglemapsplus/Func_void_std__optional_std__string__cxx;";
64
+ static void registerNatives() {
65
+ registerHybrid({makeNativeMethod("invoke_cxx", JFunc_void_std__optional_std__string__cxx::invoke_cxx)});
66
+ }
67
+
68
+ private:
69
+ explicit JFunc_void_std__optional_std__string__cxx(const std::function<void(const std::optional<std::string>& /* id */)>& func): _func(func) { }
70
+
71
+ private:
72
+ friend HybridBase;
73
+ std::function<void(const std::optional<std::string>& /* id */)> _func;
74
+ };
75
+
76
+ } // namespace margelo::nitro::rngooglemapsplus
@@ -0,0 +1,78 @@
1
+ ///
2
+ /// JFunc_void_std__optional_std__string__RNLatLng.hpp
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
+ #pragma once
9
+
10
+ #include <fbjni/fbjni.h>
11
+ #include <functional>
12
+
13
+ #include <string>
14
+ #include <optional>
15
+ #include "RNLatLng.hpp"
16
+ #include <functional>
17
+ #include "JRNLatLng.hpp"
18
+
19
+ namespace margelo::nitro::rngooglemapsplus {
20
+
21
+ using namespace facebook;
22
+
23
+ /**
24
+ * Represents the Java/Kotlin callback `(id: String?, location: RNLatLng) -> Unit`.
25
+ * This can be passed around between C++ and Java/Kotlin.
26
+ */
27
+ struct JFunc_void_std__optional_std__string__RNLatLng: public jni::JavaClass<JFunc_void_std__optional_std__string__RNLatLng> {
28
+ public:
29
+ static auto constexpr kJavaDescriptor = "Lcom/rngooglemapsplus/Func_void_std__optional_std__string__RNLatLng;";
30
+
31
+ public:
32
+ /**
33
+ * Invokes the function this `JFunc_void_std__optional_std__string__RNLatLng` instance holds through JNI.
34
+ */
35
+ void invoke(const std::optional<std::string>& id, const RNLatLng& location) const {
36
+ static const auto method = javaClassStatic()->getMethod<void(jni::alias_ref<jni::JString> /* id */, jni::alias_ref<JRNLatLng> /* location */)>("invoke");
37
+ method(self(), id.has_value() ? jni::make_jstring(id.value()) : nullptr, JRNLatLng::fromCpp(location));
38
+ }
39
+ };
40
+
41
+ /**
42
+ * An implementation of Func_void_std__optional_std__string__RNLatLng that is backed by a C++ implementation (using `std::function<...>`)
43
+ */
44
+ struct JFunc_void_std__optional_std__string__RNLatLng_cxx final: public jni::HybridClass<JFunc_void_std__optional_std__string__RNLatLng_cxx, JFunc_void_std__optional_std__string__RNLatLng> {
45
+ public:
46
+ static jni::local_ref<JFunc_void_std__optional_std__string__RNLatLng::javaobject> fromCpp(const std::function<void(const std::optional<std::string>& /* id */, const RNLatLng& /* location */)>& func) {
47
+ return JFunc_void_std__optional_std__string__RNLatLng_cxx::newObjectCxxArgs(func);
48
+ }
49
+
50
+ public:
51
+ /**
52
+ * Invokes the C++ `std::function<...>` this `JFunc_void_std__optional_std__string__RNLatLng_cxx` instance holds.
53
+ */
54
+ void invoke_cxx(jni::alias_ref<jni::JString> id, jni::alias_ref<JRNLatLng> location) {
55
+ _func(id != nullptr ? std::make_optional(id->toStdString()) : std::nullopt, location->toCpp());
56
+ }
57
+
58
+ public:
59
+ [[nodiscard]]
60
+ inline const std::function<void(const std::optional<std::string>& /* id */, const RNLatLng& /* location */)>& getFunction() const {
61
+ return _func;
62
+ }
63
+
64
+ public:
65
+ static auto constexpr kJavaDescriptor = "Lcom/rngooglemapsplus/Func_void_std__optional_std__string__RNLatLng_cxx;";
66
+ static void registerNatives() {
67
+ registerHybrid({makeNativeMethod("invoke_cxx", JFunc_void_std__optional_std__string__RNLatLng_cxx::invoke_cxx)});
68
+ }
69
+
70
+ private:
71
+ explicit JFunc_void_std__optional_std__string__RNLatLng_cxx(const std::function<void(const std::optional<std::string>& /* id */, const RNLatLng& /* location */)>& func): _func(func) { }
72
+
73
+ private:
74
+ friend HybridBase;
75
+ std::function<void(const std::optional<std::string>& /* id */, const RNLatLng& /* location */)> _func;
76
+ };
77
+
78
+ } // namespace margelo::nitro::rngooglemapsplus
@@ -63,6 +63,10 @@ namespace margelo::nitro::rngooglemapsplus { enum class RNMapErrorCode; }
63
63
  namespace margelo::nitro::rngooglemapsplus { struct RNLocation; }
64
64
  // Forward declaration of `RNLocationErrorCode` to properly resolve imports.
65
65
  namespace margelo::nitro::rngooglemapsplus { enum class RNLocationErrorCode; }
66
+ // Forward declaration of `RNIndoorBuilding` to properly resolve imports.
67
+ namespace margelo::nitro::rngooglemapsplus { struct RNIndoorBuilding; }
68
+ // Forward declaration of `RNIndoorLevel` to properly resolve imports.
69
+ namespace margelo::nitro::rngooglemapsplus { struct RNIndoorLevel; }
66
70
  // Forward declaration of `RNRegion` to properly resolve imports.
67
71
  namespace margelo::nitro::rngooglemapsplus { struct RNRegion; }
68
72
  // Forward declaration of `RNLocationPermissionResult` to properly resolve imports.
@@ -137,7 +141,14 @@ namespace margelo::nitro::rngooglemapsplus { enum class RNIOSPermissionResult; }
137
141
  #include "JFunc_void_RNLocationErrorCode.hpp"
138
142
  #include "JRNLocationErrorCode.hpp"
139
143
  #include "JFunc_void_RNLatLng.hpp"
140
- #include "JFunc_void_std__string.hpp"
144
+ #include "JFunc_void_std__optional_std__string_.hpp"
145
+ #include "JFunc_void_std__optional_std__string__RNLatLng.hpp"
146
+ #include "RNIndoorBuilding.hpp"
147
+ #include "JFunc_void_RNIndoorBuilding.hpp"
148
+ #include "JRNIndoorBuilding.hpp"
149
+ #include "RNIndoorLevel.hpp"
150
+ #include "JRNIndoorLevel.hpp"
151
+ #include "JFunc_void_RNIndoorLevel.hpp"
141
152
  #include "RNRegion.hpp"
142
153
  #include "JFunc_void_RNRegion_RNCamera_bool.hpp"
143
154
  #include "JRNRegion.hpp"
@@ -532,81 +543,176 @@ namespace margelo::nitro::rngooglemapsplus {
532
543
  static const auto method = javaClassStatic()->getMethod<void(jni::alias_ref<JFunc_void_RNLatLng::javaobject> /* onMapPress */)>("setOnMapPress_cxx");
533
544
  method(_javaPart, onMapPress.has_value() ? JFunc_void_RNLatLng_cxx::fromCpp(onMapPress.value()) : nullptr);
534
545
  }
535
- std::optional<std::function<void(const std::string& /* id */)>> JHybridRNGoogleMapsPlusViewSpec::getOnMarkerPress() {
536
- static const auto method = javaClassStatic()->getMethod<jni::local_ref<JFunc_void_std__string::javaobject>()>("getOnMarkerPress_cxx");
546
+ std::optional<std::function<void(const std::optional<std::string>& /* id */)>> JHybridRNGoogleMapsPlusViewSpec::getOnMarkerPress() {
547
+ static const auto method = javaClassStatic()->getMethod<jni::local_ref<JFunc_void_std__optional_std__string_::javaobject>()>("getOnMarkerPress_cxx");
537
548
  auto __result = method(_javaPart);
538
- return __result != nullptr ? std::make_optional([&]() -> std::function<void(const std::string& /* id */)> {
539
- if (__result->isInstanceOf(JFunc_void_std__string_cxx::javaClassStatic())) [[likely]] {
540
- auto downcast = jni::static_ref_cast<JFunc_void_std__string_cxx::javaobject>(__result);
549
+ return __result != nullptr ? std::make_optional([&]() -> std::function<void(const std::optional<std::string>& /* id */)> {
550
+ if (__result->isInstanceOf(JFunc_void_std__optional_std__string__cxx::javaClassStatic())) [[likely]] {
551
+ auto downcast = jni::static_ref_cast<JFunc_void_std__optional_std__string__cxx::javaobject>(__result);
541
552
  return downcast->cthis()->getFunction();
542
553
  } else {
543
554
  auto __resultRef = jni::make_global(__result);
544
- return [__resultRef](std::string id) -> void {
555
+ return [__resultRef](std::optional<std::string> id) -> void {
545
556
  return __resultRef->invoke(id);
546
557
  };
547
558
  }
548
559
  }()) : std::nullopt;
549
560
  }
550
- void JHybridRNGoogleMapsPlusViewSpec::setOnMarkerPress(const std::optional<std::function<void(const std::string& /* id */)>>& onMarkerPress) {
551
- static const auto method = javaClassStatic()->getMethod<void(jni::alias_ref<JFunc_void_std__string::javaobject> /* onMarkerPress */)>("setOnMarkerPress_cxx");
552
- method(_javaPart, onMarkerPress.has_value() ? JFunc_void_std__string_cxx::fromCpp(onMarkerPress.value()) : nullptr);
561
+ void JHybridRNGoogleMapsPlusViewSpec::setOnMarkerPress(const std::optional<std::function<void(const std::optional<std::string>& /* id */)>>& onMarkerPress) {
562
+ static const auto method = javaClassStatic()->getMethod<void(jni::alias_ref<JFunc_void_std__optional_std__string_::javaobject> /* onMarkerPress */)>("setOnMarkerPress_cxx");
563
+ method(_javaPart, onMarkerPress.has_value() ? JFunc_void_std__optional_std__string__cxx::fromCpp(onMarkerPress.value()) : nullptr);
553
564
  }
554
- std::optional<std::function<void(const std::string& /* id */)>> JHybridRNGoogleMapsPlusViewSpec::getOnPolylinePress() {
555
- static const auto method = javaClassStatic()->getMethod<jni::local_ref<JFunc_void_std__string::javaobject>()>("getOnPolylinePress_cxx");
565
+ std::optional<std::function<void(const std::optional<std::string>& /* id */)>> JHybridRNGoogleMapsPlusViewSpec::getOnPolylinePress() {
566
+ static const auto method = javaClassStatic()->getMethod<jni::local_ref<JFunc_void_std__optional_std__string_::javaobject>()>("getOnPolylinePress_cxx");
556
567
  auto __result = method(_javaPart);
557
- return __result != nullptr ? std::make_optional([&]() -> std::function<void(const std::string& /* id */)> {
558
- if (__result->isInstanceOf(JFunc_void_std__string_cxx::javaClassStatic())) [[likely]] {
559
- auto downcast = jni::static_ref_cast<JFunc_void_std__string_cxx::javaobject>(__result);
568
+ return __result != nullptr ? std::make_optional([&]() -> std::function<void(const std::optional<std::string>& /* id */)> {
569
+ if (__result->isInstanceOf(JFunc_void_std__optional_std__string__cxx::javaClassStatic())) [[likely]] {
570
+ auto downcast = jni::static_ref_cast<JFunc_void_std__optional_std__string__cxx::javaobject>(__result);
560
571
  return downcast->cthis()->getFunction();
561
572
  } else {
562
573
  auto __resultRef = jni::make_global(__result);
563
- return [__resultRef](std::string id) -> void {
574
+ return [__resultRef](std::optional<std::string> id) -> void {
564
575
  return __resultRef->invoke(id);
565
576
  };
566
577
  }
567
578
  }()) : std::nullopt;
568
579
  }
569
- void JHybridRNGoogleMapsPlusViewSpec::setOnPolylinePress(const std::optional<std::function<void(const std::string& /* id */)>>& onPolylinePress) {
570
- static const auto method = javaClassStatic()->getMethod<void(jni::alias_ref<JFunc_void_std__string::javaobject> /* onPolylinePress */)>("setOnPolylinePress_cxx");
571
- method(_javaPart, onPolylinePress.has_value() ? JFunc_void_std__string_cxx::fromCpp(onPolylinePress.value()) : nullptr);
580
+ void JHybridRNGoogleMapsPlusViewSpec::setOnPolylinePress(const std::optional<std::function<void(const std::optional<std::string>& /* id */)>>& onPolylinePress) {
581
+ static const auto method = javaClassStatic()->getMethod<void(jni::alias_ref<JFunc_void_std__optional_std__string_::javaobject> /* onPolylinePress */)>("setOnPolylinePress_cxx");
582
+ method(_javaPart, onPolylinePress.has_value() ? JFunc_void_std__optional_std__string__cxx::fromCpp(onPolylinePress.value()) : nullptr);
572
583
  }
573
- std::optional<std::function<void(const std::string& /* id */)>> JHybridRNGoogleMapsPlusViewSpec::getOnPolygonPress() {
574
- static const auto method = javaClassStatic()->getMethod<jni::local_ref<JFunc_void_std__string::javaobject>()>("getOnPolygonPress_cxx");
584
+ std::optional<std::function<void(const std::optional<std::string>& /* id */)>> JHybridRNGoogleMapsPlusViewSpec::getOnPolygonPress() {
585
+ static const auto method = javaClassStatic()->getMethod<jni::local_ref<JFunc_void_std__optional_std__string_::javaobject>()>("getOnPolygonPress_cxx");
575
586
  auto __result = method(_javaPart);
576
- return __result != nullptr ? std::make_optional([&]() -> std::function<void(const std::string& /* id */)> {
577
- if (__result->isInstanceOf(JFunc_void_std__string_cxx::javaClassStatic())) [[likely]] {
578
- auto downcast = jni::static_ref_cast<JFunc_void_std__string_cxx::javaobject>(__result);
587
+ return __result != nullptr ? std::make_optional([&]() -> std::function<void(const std::optional<std::string>& /* id */)> {
588
+ if (__result->isInstanceOf(JFunc_void_std__optional_std__string__cxx::javaClassStatic())) [[likely]] {
589
+ auto downcast = jni::static_ref_cast<JFunc_void_std__optional_std__string__cxx::javaobject>(__result);
579
590
  return downcast->cthis()->getFunction();
580
591
  } else {
581
592
  auto __resultRef = jni::make_global(__result);
582
- return [__resultRef](std::string id) -> void {
593
+ return [__resultRef](std::optional<std::string> id) -> void {
583
594
  return __resultRef->invoke(id);
584
595
  };
585
596
  }
586
597
  }()) : std::nullopt;
587
598
  }
588
- void JHybridRNGoogleMapsPlusViewSpec::setOnPolygonPress(const std::optional<std::function<void(const std::string& /* id */)>>& onPolygonPress) {
589
- static const auto method = javaClassStatic()->getMethod<void(jni::alias_ref<JFunc_void_std__string::javaobject> /* onPolygonPress */)>("setOnPolygonPress_cxx");
590
- method(_javaPart, onPolygonPress.has_value() ? JFunc_void_std__string_cxx::fromCpp(onPolygonPress.value()) : nullptr);
599
+ void JHybridRNGoogleMapsPlusViewSpec::setOnPolygonPress(const std::optional<std::function<void(const std::optional<std::string>& /* id */)>>& onPolygonPress) {
600
+ static const auto method = javaClassStatic()->getMethod<void(jni::alias_ref<JFunc_void_std__optional_std__string_::javaobject> /* onPolygonPress */)>("setOnPolygonPress_cxx");
601
+ method(_javaPart, onPolygonPress.has_value() ? JFunc_void_std__optional_std__string__cxx::fromCpp(onPolygonPress.value()) : nullptr);
591
602
  }
592
- std::optional<std::function<void(const std::string& /* id */)>> JHybridRNGoogleMapsPlusViewSpec::getOnCirclePress() {
593
- static const auto method = javaClassStatic()->getMethod<jni::local_ref<JFunc_void_std__string::javaobject>()>("getOnCirclePress_cxx");
603
+ std::optional<std::function<void(const std::optional<std::string>& /* id */)>> JHybridRNGoogleMapsPlusViewSpec::getOnCirclePress() {
604
+ static const auto method = javaClassStatic()->getMethod<jni::local_ref<JFunc_void_std__optional_std__string_::javaobject>()>("getOnCirclePress_cxx");
594
605
  auto __result = method(_javaPart);
595
- return __result != nullptr ? std::make_optional([&]() -> std::function<void(const std::string& /* id */)> {
596
- if (__result->isInstanceOf(JFunc_void_std__string_cxx::javaClassStatic())) [[likely]] {
597
- auto downcast = jni::static_ref_cast<JFunc_void_std__string_cxx::javaobject>(__result);
606
+ return __result != nullptr ? std::make_optional([&]() -> std::function<void(const std::optional<std::string>& /* id */)> {
607
+ if (__result->isInstanceOf(JFunc_void_std__optional_std__string__cxx::javaClassStatic())) [[likely]] {
608
+ auto downcast = jni::static_ref_cast<JFunc_void_std__optional_std__string__cxx::javaobject>(__result);
598
609
  return downcast->cthis()->getFunction();
599
610
  } else {
600
611
  auto __resultRef = jni::make_global(__result);
601
- return [__resultRef](std::string id) -> void {
612
+ return [__resultRef](std::optional<std::string> id) -> void {
602
613
  return __resultRef->invoke(id);
603
614
  };
604
615
  }
605
616
  }()) : std::nullopt;
606
617
  }
607
- void JHybridRNGoogleMapsPlusViewSpec::setOnCirclePress(const std::optional<std::function<void(const std::string& /* id */)>>& onCirclePress) {
608
- static const auto method = javaClassStatic()->getMethod<void(jni::alias_ref<JFunc_void_std__string::javaobject> /* onCirclePress */)>("setOnCirclePress_cxx");
609
- method(_javaPart, onCirclePress.has_value() ? JFunc_void_std__string_cxx::fromCpp(onCirclePress.value()) : nullptr);
618
+ void JHybridRNGoogleMapsPlusViewSpec::setOnCirclePress(const std::optional<std::function<void(const std::optional<std::string>& /* id */)>>& onCirclePress) {
619
+ static const auto method = javaClassStatic()->getMethod<void(jni::alias_ref<JFunc_void_std__optional_std__string_::javaobject> /* onCirclePress */)>("setOnCirclePress_cxx");
620
+ method(_javaPart, onCirclePress.has_value() ? JFunc_void_std__optional_std__string__cxx::fromCpp(onCirclePress.value()) : nullptr);
621
+ }
622
+ std::optional<std::function<void(const std::optional<std::string>& /* id */, const RNLatLng& /* location */)>> JHybridRNGoogleMapsPlusViewSpec::getOnMarkerDragStart() {
623
+ static const auto method = javaClassStatic()->getMethod<jni::local_ref<JFunc_void_std__optional_std__string__RNLatLng::javaobject>()>("getOnMarkerDragStart_cxx");
624
+ auto __result = method(_javaPart);
625
+ return __result != nullptr ? std::make_optional([&]() -> std::function<void(const std::optional<std::string>& /* id */, const RNLatLng& /* location */)> {
626
+ if (__result->isInstanceOf(JFunc_void_std__optional_std__string__RNLatLng_cxx::javaClassStatic())) [[likely]] {
627
+ auto downcast = jni::static_ref_cast<JFunc_void_std__optional_std__string__RNLatLng_cxx::javaobject>(__result);
628
+ return downcast->cthis()->getFunction();
629
+ } else {
630
+ auto __resultRef = jni::make_global(__result);
631
+ return [__resultRef](std::optional<std::string> id, RNLatLng location) -> void {
632
+ return __resultRef->invoke(id,location);
633
+ };
634
+ }
635
+ }()) : std::nullopt;
636
+ }
637
+ void JHybridRNGoogleMapsPlusViewSpec::setOnMarkerDragStart(const std::optional<std::function<void(const std::optional<std::string>& /* id */, const RNLatLng& /* location */)>>& onMarkerDragStart) {
638
+ static const auto method = javaClassStatic()->getMethod<void(jni::alias_ref<JFunc_void_std__optional_std__string__RNLatLng::javaobject> /* onMarkerDragStart */)>("setOnMarkerDragStart_cxx");
639
+ method(_javaPart, onMarkerDragStart.has_value() ? JFunc_void_std__optional_std__string__RNLatLng_cxx::fromCpp(onMarkerDragStart.value()) : nullptr);
640
+ }
641
+ std::optional<std::function<void(const std::optional<std::string>& /* id */, const RNLatLng& /* location */)>> JHybridRNGoogleMapsPlusViewSpec::getOnMarkerDrag() {
642
+ static const auto method = javaClassStatic()->getMethod<jni::local_ref<JFunc_void_std__optional_std__string__RNLatLng::javaobject>()>("getOnMarkerDrag_cxx");
643
+ auto __result = method(_javaPart);
644
+ return __result != nullptr ? std::make_optional([&]() -> std::function<void(const std::optional<std::string>& /* id */, const RNLatLng& /* location */)> {
645
+ if (__result->isInstanceOf(JFunc_void_std__optional_std__string__RNLatLng_cxx::javaClassStatic())) [[likely]] {
646
+ auto downcast = jni::static_ref_cast<JFunc_void_std__optional_std__string__RNLatLng_cxx::javaobject>(__result);
647
+ return downcast->cthis()->getFunction();
648
+ } else {
649
+ auto __resultRef = jni::make_global(__result);
650
+ return [__resultRef](std::optional<std::string> id, RNLatLng location) -> void {
651
+ return __resultRef->invoke(id,location);
652
+ };
653
+ }
654
+ }()) : std::nullopt;
655
+ }
656
+ void JHybridRNGoogleMapsPlusViewSpec::setOnMarkerDrag(const std::optional<std::function<void(const std::optional<std::string>& /* id */, const RNLatLng& /* location */)>>& onMarkerDrag) {
657
+ static const auto method = javaClassStatic()->getMethod<void(jni::alias_ref<JFunc_void_std__optional_std__string__RNLatLng::javaobject> /* onMarkerDrag */)>("setOnMarkerDrag_cxx");
658
+ method(_javaPart, onMarkerDrag.has_value() ? JFunc_void_std__optional_std__string__RNLatLng_cxx::fromCpp(onMarkerDrag.value()) : nullptr);
659
+ }
660
+ std::optional<std::function<void(const std::optional<std::string>& /* id */, const RNLatLng& /* location */)>> JHybridRNGoogleMapsPlusViewSpec::getOnMarkerDragEnd() {
661
+ static const auto method = javaClassStatic()->getMethod<jni::local_ref<JFunc_void_std__optional_std__string__RNLatLng::javaobject>()>("getOnMarkerDragEnd_cxx");
662
+ auto __result = method(_javaPart);
663
+ return __result != nullptr ? std::make_optional([&]() -> std::function<void(const std::optional<std::string>& /* id */, const RNLatLng& /* location */)> {
664
+ if (__result->isInstanceOf(JFunc_void_std__optional_std__string__RNLatLng_cxx::javaClassStatic())) [[likely]] {
665
+ auto downcast = jni::static_ref_cast<JFunc_void_std__optional_std__string__RNLatLng_cxx::javaobject>(__result);
666
+ return downcast->cthis()->getFunction();
667
+ } else {
668
+ auto __resultRef = jni::make_global(__result);
669
+ return [__resultRef](std::optional<std::string> id, RNLatLng location) -> void {
670
+ return __resultRef->invoke(id,location);
671
+ };
672
+ }
673
+ }()) : std::nullopt;
674
+ }
675
+ void JHybridRNGoogleMapsPlusViewSpec::setOnMarkerDragEnd(const std::optional<std::function<void(const std::optional<std::string>& /* id */, const RNLatLng& /* location */)>>& onMarkerDragEnd) {
676
+ static const auto method = javaClassStatic()->getMethod<void(jni::alias_ref<JFunc_void_std__optional_std__string__RNLatLng::javaobject> /* onMarkerDragEnd */)>("setOnMarkerDragEnd_cxx");
677
+ method(_javaPart, onMarkerDragEnd.has_value() ? JFunc_void_std__optional_std__string__RNLatLng_cxx::fromCpp(onMarkerDragEnd.value()) : nullptr);
678
+ }
679
+ std::optional<std::function<void(const RNIndoorBuilding& /* indoorBuilding */)>> JHybridRNGoogleMapsPlusViewSpec::getOnIndoorBuildingFocused() {
680
+ static const auto method = javaClassStatic()->getMethod<jni::local_ref<JFunc_void_RNIndoorBuilding::javaobject>()>("getOnIndoorBuildingFocused_cxx");
681
+ auto __result = method(_javaPart);
682
+ return __result != nullptr ? std::make_optional([&]() -> std::function<void(const RNIndoorBuilding& /* indoorBuilding */)> {
683
+ if (__result->isInstanceOf(JFunc_void_RNIndoorBuilding_cxx::javaClassStatic())) [[likely]] {
684
+ auto downcast = jni::static_ref_cast<JFunc_void_RNIndoorBuilding_cxx::javaobject>(__result);
685
+ return downcast->cthis()->getFunction();
686
+ } else {
687
+ auto __resultRef = jni::make_global(__result);
688
+ return [__resultRef](RNIndoorBuilding indoorBuilding) -> void {
689
+ return __resultRef->invoke(indoorBuilding);
690
+ };
691
+ }
692
+ }()) : std::nullopt;
693
+ }
694
+ void JHybridRNGoogleMapsPlusViewSpec::setOnIndoorBuildingFocused(const std::optional<std::function<void(const RNIndoorBuilding& /* indoorBuilding */)>>& onIndoorBuildingFocused) {
695
+ static const auto method = javaClassStatic()->getMethod<void(jni::alias_ref<JFunc_void_RNIndoorBuilding::javaobject> /* onIndoorBuildingFocused */)>("setOnIndoorBuildingFocused_cxx");
696
+ method(_javaPart, onIndoorBuildingFocused.has_value() ? JFunc_void_RNIndoorBuilding_cxx::fromCpp(onIndoorBuildingFocused.value()) : nullptr);
697
+ }
698
+ std::optional<std::function<void(const RNIndoorLevel& /* indoorLevel */)>> JHybridRNGoogleMapsPlusViewSpec::getOnIndoorLevelActivated() {
699
+ static const auto method = javaClassStatic()->getMethod<jni::local_ref<JFunc_void_RNIndoorLevel::javaobject>()>("getOnIndoorLevelActivated_cxx");
700
+ auto __result = method(_javaPart);
701
+ return __result != nullptr ? std::make_optional([&]() -> std::function<void(const RNIndoorLevel& /* indoorLevel */)> {
702
+ if (__result->isInstanceOf(JFunc_void_RNIndoorLevel_cxx::javaClassStatic())) [[likely]] {
703
+ auto downcast = jni::static_ref_cast<JFunc_void_RNIndoorLevel_cxx::javaobject>(__result);
704
+ return downcast->cthis()->getFunction();
705
+ } else {
706
+ auto __resultRef = jni::make_global(__result);
707
+ return [__resultRef](RNIndoorLevel indoorLevel) -> void {
708
+ return __resultRef->invoke(indoorLevel);
709
+ };
710
+ }
711
+ }()) : std::nullopt;
712
+ }
713
+ void JHybridRNGoogleMapsPlusViewSpec::setOnIndoorLevelActivated(const std::optional<std::function<void(const RNIndoorLevel& /* indoorLevel */)>>& onIndoorLevelActivated) {
714
+ static const auto method = javaClassStatic()->getMethod<void(jni::alias_ref<JFunc_void_RNIndoorLevel::javaobject> /* onIndoorLevelActivated */)>("setOnIndoorLevelActivated_cxx");
715
+ method(_javaPart, onIndoorLevelActivated.has_value() ? JFunc_void_RNIndoorLevel_cxx::fromCpp(onIndoorLevelActivated.value()) : nullptr);
610
716
  }
611
717
  std::optional<std::function<void(const RNRegion& /* region */, const RNCamera& /* camera */, bool /* isGesture */)>> JHybridRNGoogleMapsPlusViewSpec::getOnCameraChangeStart() {
612
718
  static const auto method = javaClassStatic()->getMethod<jni::local_ref<JFunc_void_RNRegion_RNCamera_bool::javaobject>()>("getOnCameraChangeStart_cxx");
@@ -95,14 +95,24 @@ namespace margelo::nitro::rngooglemapsplus {
95
95
  void setOnLocationError(const std::optional<std::function<void(RNLocationErrorCode /* error */)>>& onLocationError) override;
96
96
  std::optional<std::function<void(const RNLatLng& /* coordinate */)>> getOnMapPress() override;
97
97
  void setOnMapPress(const std::optional<std::function<void(const RNLatLng& /* coordinate */)>>& onMapPress) override;
98
- std::optional<std::function<void(const std::string& /* id */)>> getOnMarkerPress() override;
99
- void setOnMarkerPress(const std::optional<std::function<void(const std::string& /* id */)>>& onMarkerPress) override;
100
- std::optional<std::function<void(const std::string& /* id */)>> getOnPolylinePress() override;
101
- void setOnPolylinePress(const std::optional<std::function<void(const std::string& /* id */)>>& onPolylinePress) override;
102
- std::optional<std::function<void(const std::string& /* id */)>> getOnPolygonPress() override;
103
- void setOnPolygonPress(const std::optional<std::function<void(const std::string& /* id */)>>& onPolygonPress) override;
104
- std::optional<std::function<void(const std::string& /* id */)>> getOnCirclePress() override;
105
- void setOnCirclePress(const std::optional<std::function<void(const std::string& /* id */)>>& onCirclePress) override;
98
+ std::optional<std::function<void(const std::optional<std::string>& /* id */)>> getOnMarkerPress() override;
99
+ void setOnMarkerPress(const std::optional<std::function<void(const std::optional<std::string>& /* id */)>>& onMarkerPress) override;
100
+ std::optional<std::function<void(const std::optional<std::string>& /* id */)>> getOnPolylinePress() override;
101
+ void setOnPolylinePress(const std::optional<std::function<void(const std::optional<std::string>& /* id */)>>& onPolylinePress) override;
102
+ std::optional<std::function<void(const std::optional<std::string>& /* id */)>> getOnPolygonPress() override;
103
+ void setOnPolygonPress(const std::optional<std::function<void(const std::optional<std::string>& /* id */)>>& onPolygonPress) override;
104
+ std::optional<std::function<void(const std::optional<std::string>& /* id */)>> getOnCirclePress() override;
105
+ void setOnCirclePress(const std::optional<std::function<void(const std::optional<std::string>& /* id */)>>& onCirclePress) override;
106
+ std::optional<std::function<void(const std::optional<std::string>& /* id */, const RNLatLng& /* location */)>> getOnMarkerDragStart() override;
107
+ void setOnMarkerDragStart(const std::optional<std::function<void(const std::optional<std::string>& /* id */, const RNLatLng& /* location */)>>& onMarkerDragStart) override;
108
+ std::optional<std::function<void(const std::optional<std::string>& /* id */, const RNLatLng& /* location */)>> getOnMarkerDrag() override;
109
+ void setOnMarkerDrag(const std::optional<std::function<void(const std::optional<std::string>& /* id */, const RNLatLng& /* location */)>>& onMarkerDrag) override;
110
+ std::optional<std::function<void(const std::optional<std::string>& /* id */, const RNLatLng& /* location */)>> getOnMarkerDragEnd() override;
111
+ void setOnMarkerDragEnd(const std::optional<std::function<void(const std::optional<std::string>& /* id */, const RNLatLng& /* location */)>>& onMarkerDragEnd) override;
112
+ std::optional<std::function<void(const RNIndoorBuilding& /* indoorBuilding */)>> getOnIndoorBuildingFocused() override;
113
+ void setOnIndoorBuildingFocused(const std::optional<std::function<void(const RNIndoorBuilding& /* indoorBuilding */)>>& onIndoorBuildingFocused) override;
114
+ std::optional<std::function<void(const RNIndoorLevel& /* indoorLevel */)>> getOnIndoorLevelActivated() override;
115
+ void setOnIndoorLevelActivated(const std::optional<std::function<void(const RNIndoorLevel& /* indoorLevel */)>>& onIndoorLevelActivated) override;
106
116
  std::optional<std::function<void(const RNRegion& /* region */, const RNCamera& /* camera */, bool /* isGesture */)>> getOnCameraChangeStart() override;
107
117
  void setOnCameraChangeStart(const std::optional<std::function<void(const RNRegion& /* region */, const RNCamera& /* camera */, bool /* isGesture */)>>& onCameraChangeStart) override;
108
118
  std::optional<std::function<void(const RNRegion& /* region */, const RNCamera& /* camera */, bool /* isGesture */)>> getOnCameraChange() override;