react-native-google-maps-plus 1.12.0-dev.4 → 1.12.0-dev.5
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.
- package/README.md +1 -1
- package/RNGoogleMapsPlus.podspec +1 -1
- package/android/src/main/cpp/cpp-adapter.cpp +4 -1
- package/android/src/main/java/com/rngooglemapsplus/RNGoogleMapsPlusView.kt +1 -2
- package/ios/RNGoogleMapsPlusView.swift +1 -1
- package/nitro.json +16 -4
- package/nitrogen/generated/android/RNGoogleMapsPlusOnLoad.cpp +52 -36
- package/nitrogen/generated/android/RNGoogleMapsPlusOnLoad.hpp +13 -4
- package/nitrogen/generated/android/c++/JFunc_void_RNIndoorBuilding.hpp +2 -2
- package/nitrogen/generated/android/c++/JFunc_void_RNIndoorLevel.hpp +2 -2
- package/nitrogen/generated/android/c++/JFunc_void_RNLatLng.hpp +2 -2
- package/nitrogen/generated/android/c++/JFunc_void_RNLocation.hpp +2 -2
- package/nitrogen/generated/android/c++/JFunc_void_RNLocationErrorCode.hpp +2 -2
- package/nitrogen/generated/android/c++/JFunc_void_RNMapErrorCode_std__string.hpp +2 -2
- package/nitrogen/generated/android/c++/JFunc_void_RNRegion_RNCamera.hpp +2 -2
- package/nitrogen/generated/android/c++/JFunc_void_RNRegion_RNCamera_bool.hpp +2 -2
- package/nitrogen/generated/android/c++/JFunc_void_bool.hpp +2 -2
- package/nitrogen/generated/android/c++/JFunc_void_std__string.hpp +2 -2
- package/nitrogen/generated/android/c++/JFunc_void_std__string_RNLatLng.hpp +2 -2
- package/nitrogen/generated/android/c++/JFunc_void_std__string_std__string_RNLatLng.hpp +2 -2
- package/nitrogen/generated/android/c++/JHybridRNGoogleMapsPlusModuleSpec.cpp +22 -28
- package/nitrogen/generated/android/c++/JHybridRNGoogleMapsPlusModuleSpec.hpp +19 -22
- package/nitrogen/generated/android/c++/JHybridRNGoogleMapsPlusViewSpec.cpp +119 -125
- package/nitrogen/generated/android/c++/JHybridRNGoogleMapsPlusViewSpec.hpp +19 -22
- package/nitrogen/generated/android/c++/JRNAndroidLocationConfig.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNAndroidLocationPermissionResult.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNAndroidLocationPriority.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNCamera.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNCameraUpdate.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNCircle.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNHeatmap.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNHeatmapGradient.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNHeatmapPoint.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNIOSLocationAccuracy.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNIOSLocationActivityType.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNIOSLocationConfig.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNIOSPermissionResult.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNIndoorBuilding.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNIndoorLevel.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNInitialProps.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNKMLayer.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNLatLng.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNLatLngBounds.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNLineCapType.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNLineJoinType.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNLocation.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNLocationAndroid.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNLocationConfig.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNLocationErrorCode.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNLocationIOS.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNLocationPermissionResult.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNMapErrorCode.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNMapPadding.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNMapType.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNMapUiSettings.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNMapZoomConfig.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNMarker.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNMarkerSvg.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNPolygon.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNPolygonHole.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNPolyline.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNPosition.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNRegion.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNSize.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNSnapshotFormat.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNSnapshotOptions.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNSnapshotResultType.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNUrlTileOverlay.hpp +1 -1
- package/nitrogen/generated/android/c++/JRNUserInterfaceStyle.hpp +1 -1
- package/nitrogen/generated/android/c++/views/JHybridRNGoogleMapsPlusViewStateUpdater.cpp +48 -49
- package/nitrogen/generated/android/c++/views/JHybridRNGoogleMapsPlusViewStateUpdater.hpp +1 -1
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/HybridRNGoogleMapsPlusModuleSpec.kt +15 -18
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/HybridRNGoogleMapsPlusViewSpec.kt +16 -18
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/views/HybridRNGoogleMapsPlusViewManager.kt +12 -10
- package/nitrogen/generated/ios/c++/views/HybridRNGoogleMapsPlusViewComponent.mm +6 -9
- package/nitrogen/generated/ios/swift/HybridRNGoogleMapsPlusViewSpec_cxx.swift +4 -0
- package/package.json +20 -20
|
@@ -18,34 +18,33 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
18
18
|
|
|
19
19
|
using namespace facebook;
|
|
20
20
|
|
|
21
|
-
class JHybridRNGoogleMapsPlusViewSpec: public
|
|
22
|
-
public virtual HybridRNGoogleMapsPlusViewSpec {
|
|
21
|
+
class JHybridRNGoogleMapsPlusViewSpec: public virtual HybridRNGoogleMapsPlusViewSpec, public virtual JHybridObject {
|
|
23
22
|
public:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
HybridBase
|
|
33
|
-
|
|
23
|
+
struct JavaPart: public jni::JavaClass<JavaPart, JHybridObject::JavaPart> {
|
|
24
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/HybridRNGoogleMapsPlusViewSpec;";
|
|
25
|
+
std::shared_ptr<JHybridRNGoogleMapsPlusViewSpec> getJHybridRNGoogleMapsPlusViewSpec();
|
|
26
|
+
};
|
|
27
|
+
struct CxxPart: public jni::HybridClass<CxxPart, JHybridObject::CxxPart> {
|
|
28
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/HybridRNGoogleMapsPlusViewSpec$CxxPart;";
|
|
29
|
+
static jni::local_ref<jhybriddata> initHybrid(jni::alias_ref<jhybridobject> jThis);
|
|
30
|
+
static void registerNatives();
|
|
31
|
+
using HybridBase::HybridBase;
|
|
32
|
+
protected:
|
|
33
|
+
std::shared_ptr<JHybridObject> createHybridObject(const jni::local_ref<JHybridObject::JavaPart>& javaPart) override;
|
|
34
|
+
};
|
|
34
35
|
|
|
35
36
|
public:
|
|
37
|
+
explicit JHybridRNGoogleMapsPlusViewSpec(const jni::local_ref<JHybridRNGoogleMapsPlusViewSpec::JavaPart>& javaPart):
|
|
38
|
+
HybridObject(HybridRNGoogleMapsPlusViewSpec::TAG),
|
|
39
|
+
JHybridObject(javaPart),
|
|
40
|
+
_javaPart(jni::make_global(javaPart)) {}
|
|
36
41
|
~JHybridRNGoogleMapsPlusViewSpec() override {
|
|
37
42
|
// Hermes GC can destroy JS objects on a non-JNI Thread.
|
|
38
43
|
jni::ThreadScope::WithClassLoader([&] { _javaPart.reset(); });
|
|
39
44
|
}
|
|
40
45
|
|
|
41
46
|
public:
|
|
42
|
-
|
|
43
|
-
bool equals(const std::shared_ptr<HybridObject>& other) override;
|
|
44
|
-
void dispose() noexcept override;
|
|
45
|
-
std::string toString() override;
|
|
46
|
-
|
|
47
|
-
public:
|
|
48
|
-
inline const jni::global_ref<JHybridRNGoogleMapsPlusViewSpec::javaobject>& getJavaPart() const noexcept {
|
|
47
|
+
inline const jni::global_ref<JHybridRNGoogleMapsPlusViewSpec::JavaPart>& getJavaPart() const noexcept {
|
|
49
48
|
return _javaPart;
|
|
50
49
|
}
|
|
51
50
|
|
|
@@ -157,9 +156,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
157
156
|
bool isGooglePlayServicesAvailable() override;
|
|
158
157
|
|
|
159
158
|
private:
|
|
160
|
-
|
|
161
|
-
using HybridBase::HybridBase;
|
|
162
|
-
jni::global_ref<JHybridRNGoogleMapsPlusViewSpec::javaobject> _javaPart;
|
|
159
|
+
jni::global_ref<JHybridRNGoogleMapsPlusViewSpec::JavaPart> _javaPart;
|
|
163
160
|
};
|
|
164
161
|
|
|
165
162
|
} // namespace margelo::nitro::rngooglemapsplus
|
|
@@ -23,7 +23,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
23
23
|
*/
|
|
24
24
|
struct JRNAndroidLocationConfig final: public jni::JavaClass<JRNAndroidLocationConfig> {
|
|
25
25
|
public:
|
|
26
|
-
static auto
|
|
26
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNAndroidLocationConfig;";
|
|
27
27
|
|
|
28
28
|
public:
|
|
29
29
|
/**
|
|
@@ -19,7 +19,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
19
19
|
*/
|
|
20
20
|
struct JRNAndroidLocationPermissionResult final: public jni::JavaClass<JRNAndroidLocationPermissionResult> {
|
|
21
21
|
public:
|
|
22
|
-
static auto
|
|
22
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNAndroidLocationPermissionResult;";
|
|
23
23
|
|
|
24
24
|
public:
|
|
25
25
|
/**
|
|
@@ -19,7 +19,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
19
19
|
*/
|
|
20
20
|
struct JRNAndroidLocationPriority final: public jni::JavaClass<JRNAndroidLocationPriority> {
|
|
21
21
|
public:
|
|
22
|
-
static auto
|
|
22
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNAndroidLocationPriority;";
|
|
23
23
|
|
|
24
24
|
public:
|
|
25
25
|
/**
|
|
@@ -22,7 +22,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
22
22
|
*/
|
|
23
23
|
struct JRNCamera final: public jni::JavaClass<JRNCamera> {
|
|
24
24
|
public:
|
|
25
|
-
static auto
|
|
25
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNCamera;";
|
|
26
26
|
|
|
27
27
|
public:
|
|
28
28
|
/**
|
|
@@ -23,7 +23,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
23
23
|
*/
|
|
24
24
|
struct JRNCameraUpdate final: public jni::JavaClass<JRNCameraUpdate> {
|
|
25
25
|
public:
|
|
26
|
-
static auto
|
|
26
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNCameraUpdate;";
|
|
27
27
|
|
|
28
28
|
public:
|
|
29
29
|
/**
|
|
@@ -24,7 +24,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
24
24
|
*/
|
|
25
25
|
struct JRNCircle final: public jni::JavaClass<JRNCircle> {
|
|
26
26
|
public:
|
|
27
|
-
static auto
|
|
27
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNCircle;";
|
|
28
28
|
|
|
29
29
|
public:
|
|
30
30
|
/**
|
|
@@ -27,7 +27,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
27
27
|
*/
|
|
28
28
|
struct JRNHeatmap final: public jni::JavaClass<JRNHeatmap> {
|
|
29
29
|
public:
|
|
30
|
-
static auto
|
|
30
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNHeatmap;";
|
|
31
31
|
|
|
32
32
|
public:
|
|
33
33
|
/**
|
|
@@ -22,7 +22,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
22
22
|
*/
|
|
23
23
|
struct JRNHeatmapGradient final: public jni::JavaClass<JRNHeatmapGradient> {
|
|
24
24
|
public:
|
|
25
|
-
static auto
|
|
25
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNHeatmapGradient;";
|
|
26
26
|
|
|
27
27
|
public:
|
|
28
28
|
/**
|
|
@@ -21,7 +21,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
21
21
|
*/
|
|
22
22
|
struct JRNHeatmapPoint final: public jni::JavaClass<JRNHeatmapPoint> {
|
|
23
23
|
public:
|
|
24
|
-
static auto
|
|
24
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNHeatmapPoint;";
|
|
25
25
|
|
|
26
26
|
public:
|
|
27
27
|
/**
|
|
@@ -19,7 +19,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
19
19
|
*/
|
|
20
20
|
struct JRNIOSLocationAccuracy final: public jni::JavaClass<JRNIOSLocationAccuracy> {
|
|
21
21
|
public:
|
|
22
|
-
static auto
|
|
22
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNIOSLocationAccuracy;";
|
|
23
23
|
|
|
24
24
|
public:
|
|
25
25
|
/**
|
|
@@ -19,7 +19,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
19
19
|
*/
|
|
20
20
|
struct JRNIOSLocationActivityType final: public jni::JavaClass<JRNIOSLocationActivityType> {
|
|
21
21
|
public:
|
|
22
|
-
static auto
|
|
22
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNIOSLocationActivityType;";
|
|
23
23
|
|
|
24
24
|
public:
|
|
25
25
|
/**
|
|
@@ -25,7 +25,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
25
25
|
*/
|
|
26
26
|
struct JRNIOSLocationConfig final: public jni::JavaClass<JRNIOSLocationConfig> {
|
|
27
27
|
public:
|
|
28
|
-
static auto
|
|
28
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNIOSLocationConfig;";
|
|
29
29
|
|
|
30
30
|
public:
|
|
31
31
|
/**
|
|
@@ -19,7 +19,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
19
19
|
*/
|
|
20
20
|
struct JRNIOSPermissionResult final: public jni::JavaClass<JRNIOSPermissionResult> {
|
|
21
21
|
public:
|
|
22
|
-
static auto
|
|
22
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNIOSPermissionResult;";
|
|
23
23
|
|
|
24
24
|
public:
|
|
25
25
|
/**
|
|
@@ -25,7 +25,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
25
25
|
*/
|
|
26
26
|
struct JRNIndoorBuilding final: public jni::JavaClass<JRNIndoorBuilding> {
|
|
27
27
|
public:
|
|
28
|
-
static auto
|
|
28
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNIndoorBuilding;";
|
|
29
29
|
|
|
30
30
|
public:
|
|
31
31
|
/**
|
|
@@ -22,7 +22,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
22
22
|
*/
|
|
23
23
|
struct JRNIndoorLevel final: public jni::JavaClass<JRNIndoorLevel> {
|
|
24
24
|
public:
|
|
25
|
-
static auto
|
|
25
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNIndoorLevel;";
|
|
26
26
|
|
|
27
27
|
public:
|
|
28
28
|
/**
|
|
@@ -26,7 +26,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
26
26
|
*/
|
|
27
27
|
struct JRNInitialProps final: public jni::JavaClass<JRNInitialProps> {
|
|
28
28
|
public:
|
|
29
|
-
static auto
|
|
29
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNInitialProps;";
|
|
30
30
|
|
|
31
31
|
public:
|
|
32
32
|
/**
|
|
@@ -21,7 +21,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
21
21
|
*/
|
|
22
22
|
struct JRNKMLayer final: public jni::JavaClass<JRNKMLayer> {
|
|
23
23
|
public:
|
|
24
|
-
static auto
|
|
24
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNKMLayer;";
|
|
25
25
|
|
|
26
26
|
public:
|
|
27
27
|
/**
|
|
@@ -21,7 +21,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
21
21
|
*/
|
|
22
22
|
struct JRNLatLng final: public jni::JavaClass<JRNLatLng> {
|
|
23
23
|
public:
|
|
24
|
-
static auto
|
|
24
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNLatLng;";
|
|
25
25
|
|
|
26
26
|
public:
|
|
27
27
|
/**
|
|
@@ -22,7 +22,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
22
22
|
*/
|
|
23
23
|
struct JRNLatLngBounds final: public jni::JavaClass<JRNLatLngBounds> {
|
|
24
24
|
public:
|
|
25
|
-
static auto
|
|
25
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNLatLngBounds;";
|
|
26
26
|
|
|
27
27
|
public:
|
|
28
28
|
/**
|
|
@@ -19,7 +19,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
19
19
|
*/
|
|
20
20
|
struct JRNLineCapType final: public jni::JavaClass<JRNLineCapType> {
|
|
21
21
|
public:
|
|
22
|
-
static auto
|
|
22
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNLineCapType;";
|
|
23
23
|
|
|
24
24
|
public:
|
|
25
25
|
/**
|
|
@@ -19,7 +19,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
19
19
|
*/
|
|
20
20
|
struct JRNLineJoinType final: public jni::JavaClass<JRNLineJoinType> {
|
|
21
21
|
public:
|
|
22
|
-
static auto
|
|
22
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNLineJoinType;";
|
|
23
23
|
|
|
24
24
|
public:
|
|
25
25
|
/**
|
|
@@ -28,7 +28,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
28
28
|
*/
|
|
29
29
|
struct JRNLocation final: public jni::JavaClass<JRNLocation> {
|
|
30
30
|
public:
|
|
31
|
-
static auto
|
|
31
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNLocation;";
|
|
32
32
|
|
|
33
33
|
public:
|
|
34
34
|
/**
|
|
@@ -22,7 +22,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
22
22
|
*/
|
|
23
23
|
struct JRNLocationAndroid final: public jni::JavaClass<JRNLocationAndroid> {
|
|
24
24
|
public:
|
|
25
|
-
static auto
|
|
25
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNLocationAndroid;";
|
|
26
26
|
|
|
27
27
|
public:
|
|
28
28
|
/**
|
|
@@ -31,7 +31,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
31
31
|
*/
|
|
32
32
|
struct JRNLocationConfig final: public jni::JavaClass<JRNLocationConfig> {
|
|
33
33
|
public:
|
|
34
|
-
static auto
|
|
34
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNLocationConfig;";
|
|
35
35
|
|
|
36
36
|
public:
|
|
37
37
|
/**
|
|
@@ -19,7 +19,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
19
19
|
*/
|
|
20
20
|
struct JRNLocationErrorCode final: public jni::JavaClass<JRNLocationErrorCode> {
|
|
21
21
|
public:
|
|
22
|
-
static auto
|
|
22
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNLocationErrorCode;";
|
|
23
23
|
|
|
24
24
|
public:
|
|
25
25
|
/**
|
|
@@ -21,7 +21,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
21
21
|
*/
|
|
22
22
|
struct JRNLocationIOS final: public jni::JavaClass<JRNLocationIOS> {
|
|
23
23
|
public:
|
|
24
|
-
static auto
|
|
24
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNLocationIOS;";
|
|
25
25
|
|
|
26
26
|
public:
|
|
27
27
|
/**
|
|
@@ -25,7 +25,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
25
25
|
*/
|
|
26
26
|
struct JRNLocationPermissionResult final: public jni::JavaClass<JRNLocationPermissionResult> {
|
|
27
27
|
public:
|
|
28
|
-
static auto
|
|
28
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNLocationPermissionResult;";
|
|
29
29
|
|
|
30
30
|
public:
|
|
31
31
|
/**
|
|
@@ -19,7 +19,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
19
19
|
*/
|
|
20
20
|
struct JRNMapErrorCode final: public jni::JavaClass<JRNMapErrorCode> {
|
|
21
21
|
public:
|
|
22
|
-
static auto
|
|
22
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNMapErrorCode;";
|
|
23
23
|
|
|
24
24
|
public:
|
|
25
25
|
/**
|
|
@@ -21,7 +21,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
21
21
|
*/
|
|
22
22
|
struct JRNMapPadding final: public jni::JavaClass<JRNMapPadding> {
|
|
23
23
|
public:
|
|
24
|
-
static auto
|
|
24
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNMapPadding;";
|
|
25
25
|
|
|
26
26
|
public:
|
|
27
27
|
/**
|
|
@@ -19,7 +19,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
19
19
|
*/
|
|
20
20
|
struct JRNMapType final: public jni::JavaClass<JRNMapType> {
|
|
21
21
|
public:
|
|
22
|
-
static auto
|
|
22
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNMapType;";
|
|
23
23
|
|
|
24
24
|
public:
|
|
25
25
|
/**
|
|
@@ -21,7 +21,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
21
21
|
*/
|
|
22
22
|
struct JRNMapUiSettings final: public jni::JavaClass<JRNMapUiSettings> {
|
|
23
23
|
public:
|
|
24
|
-
static auto
|
|
24
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNMapUiSettings;";
|
|
25
25
|
|
|
26
26
|
public:
|
|
27
27
|
/**
|
|
@@ -21,7 +21,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
21
21
|
*/
|
|
22
22
|
struct JRNMapZoomConfig final: public jni::JavaClass<JRNMapZoomConfig> {
|
|
23
23
|
public:
|
|
24
|
-
static auto
|
|
24
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNMapZoomConfig;";
|
|
25
25
|
|
|
26
26
|
public:
|
|
27
27
|
/**
|
|
@@ -28,7 +28,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
28
28
|
*/
|
|
29
29
|
struct JRNMarker final: public jni::JavaClass<JRNMarker> {
|
|
30
30
|
public:
|
|
31
|
-
static auto
|
|
31
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNMarker;";
|
|
32
32
|
|
|
33
33
|
public:
|
|
34
34
|
/**
|
|
@@ -21,7 +21,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
21
21
|
*/
|
|
22
22
|
struct JRNMarkerSvg final: public jni::JavaClass<JRNMarkerSvg> {
|
|
23
23
|
public:
|
|
24
|
-
static auto
|
|
24
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNMarkerSvg;";
|
|
25
25
|
|
|
26
26
|
public:
|
|
27
27
|
/**
|
|
@@ -27,7 +27,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
27
27
|
*/
|
|
28
28
|
struct JRNPolygon final: public jni::JavaClass<JRNPolygon> {
|
|
29
29
|
public:
|
|
30
|
-
static auto
|
|
30
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNPolygon;";
|
|
31
31
|
|
|
32
32
|
public:
|
|
33
33
|
/**
|
|
@@ -23,7 +23,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
23
23
|
*/
|
|
24
24
|
struct JRNPolygonHole final: public jni::JavaClass<JRNPolygonHole> {
|
|
25
25
|
public:
|
|
26
|
-
static auto
|
|
26
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNPolygonHole;";
|
|
27
27
|
|
|
28
28
|
public:
|
|
29
29
|
/**
|
|
@@ -29,7 +29,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
29
29
|
*/
|
|
30
30
|
struct JRNPolyline final: public jni::JavaClass<JRNPolyline> {
|
|
31
31
|
public:
|
|
32
|
-
static auto
|
|
32
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNPolyline;";
|
|
33
33
|
|
|
34
34
|
public:
|
|
35
35
|
/**
|
|
@@ -21,7 +21,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
21
21
|
*/
|
|
22
22
|
struct JRNPosition final: public jni::JavaClass<JRNPosition> {
|
|
23
23
|
public:
|
|
24
|
-
static auto
|
|
24
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNPosition;";
|
|
25
25
|
|
|
26
26
|
public:
|
|
27
27
|
/**
|
|
@@ -24,7 +24,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
24
24
|
*/
|
|
25
25
|
struct JRNRegion final: public jni::JavaClass<JRNRegion> {
|
|
26
26
|
public:
|
|
27
|
-
static auto
|
|
27
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNRegion;";
|
|
28
28
|
|
|
29
29
|
public:
|
|
30
30
|
/**
|
|
@@ -21,7 +21,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
21
21
|
*/
|
|
22
22
|
struct JRNSize final: public jni::JavaClass<JRNSize> {
|
|
23
23
|
public:
|
|
24
|
-
static auto
|
|
24
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNSize;";
|
|
25
25
|
|
|
26
26
|
public:
|
|
27
27
|
/**
|
|
@@ -19,7 +19,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
19
19
|
*/
|
|
20
20
|
struct JRNSnapshotFormat final: public jni::JavaClass<JRNSnapshotFormat> {
|
|
21
21
|
public:
|
|
22
|
-
static auto
|
|
22
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNSnapshotFormat;";
|
|
23
23
|
|
|
24
24
|
public:
|
|
25
25
|
/**
|
|
@@ -27,7 +27,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
27
27
|
*/
|
|
28
28
|
struct JRNSnapshotOptions final: public jni::JavaClass<JRNSnapshotOptions> {
|
|
29
29
|
public:
|
|
30
|
-
static auto
|
|
30
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNSnapshotOptions;";
|
|
31
31
|
|
|
32
32
|
public:
|
|
33
33
|
/**
|
|
@@ -19,7 +19,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
19
19
|
*/
|
|
20
20
|
struct JRNSnapshotResultType final: public jni::JavaClass<JRNSnapshotResultType> {
|
|
21
21
|
public:
|
|
22
|
-
static auto
|
|
22
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNSnapshotResultType;";
|
|
23
23
|
|
|
24
24
|
public:
|
|
25
25
|
/**
|
|
@@ -22,7 +22,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
22
22
|
*/
|
|
23
23
|
struct JRNUrlTileOverlay final: public jni::JavaClass<JRNUrlTileOverlay> {
|
|
24
24
|
public:
|
|
25
|
-
static auto
|
|
25
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNUrlTileOverlay;";
|
|
26
26
|
|
|
27
27
|
public:
|
|
28
28
|
/**
|
|
@@ -19,7 +19,7 @@ namespace margelo::nitro::rngooglemapsplus {
|
|
|
19
19
|
*/
|
|
20
20
|
struct JRNUserInterfaceStyle final: public jni::JavaClass<JRNUserInterfaceStyle> {
|
|
21
21
|
public:
|
|
22
|
-
static auto
|
|
22
|
+
static constexpr auto kJavaDescriptor = "Lcom/rngooglemapsplus/RNUserInterfaceStyle;";
|
|
23
23
|
|
|
24
24
|
public:
|
|
25
25
|
/**
|