react-native-google-maps-plus 1.3.0-dev.2 → 1.3.0-dev.3
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/android/src/main/java/com/rngooglemapsplus/GoogleMapsViewImpl.kt +86 -5
- package/android/src/main/java/com/rngooglemapsplus/LocationHandler.kt +0 -1
- package/android/src/main/java/com/rngooglemapsplus/RNGoogleMapsPlusView.kt +38 -4
- package/android/src/main/java/com/rngooglemapsplus/extensions/RNLatLngBoundsExtension.kt +17 -0
- package/android/src/main/java/com/rngooglemapsplus/extensions/RNSize.kt +7 -0
- package/android/src/main/java/com/rngooglemapsplus/extensions/RNSnapshotFormat.kt +16 -0
- package/android/src/main/java/com/rngooglemapsplus/extensions/RNSnapshotResultType.kt +9 -0
- package/ios/GoogleMapViewImpl.swift +261 -131
- package/ios/RNGoogleMapsPlusView.swift +72 -27
- package/ios/extensions/RNLatLngBounds+Extension.swift +16 -0
- package/ios/extensions/RNSize+Extension.swift +7 -0
- package/ios/extensions/RNSnapshotFormat+Extension.swift +28 -0
- package/ios/extensions/RNSnapshotResultType+Extension.swift +12 -0
- package/lib/module/types.js.map +1 -1
- package/lib/typescript/src/RNGoogleMapsPlusView.nitro.d.ts +6 -3
- package/lib/typescript/src/RNGoogleMapsPlusView.nitro.d.ts.map +1 -1
- package/lib/typescript/src/types.d.ts +13 -1
- package/lib/typescript/src/types.d.ts.map +1 -1
- package/nitrogen/generated/android/c++/JHybridRNGoogleMapsPlusViewSpec.cpp +51 -7
- package/nitrogen/generated/android/c++/JHybridRNGoogleMapsPlusViewSpec.hpp +5 -2
- package/nitrogen/generated/android/c++/JRNLatLngBounds.hpp +58 -0
- package/nitrogen/generated/android/c++/JRNSize.hpp +57 -0
- package/nitrogen/generated/android/c++/JRNSnapshotFormat.hpp +62 -0
- package/nitrogen/generated/android/c++/JRNSnapshotOptions.hpp +71 -0
- package/nitrogen/generated/android/c++/JRNSnapshotResultType.hpp +59 -0
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/HybridRNGoogleMapsPlusViewSpec.kt +14 -2
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNLatLngBounds.kt +32 -0
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNSize.kt +32 -0
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNSnapshotFormat.kt +22 -0
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNSnapshotOptions.kt +38 -0
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/rngooglemapsplus/RNSnapshotResultType.kt +21 -0
- package/nitrogen/generated/ios/RNGoogleMapsPlus-Swift-Cxx-Bridge.hpp +57 -0
- package/nitrogen/generated/ios/RNGoogleMapsPlus-Swift-Cxx-Umbrella.hpp +15 -0
- package/nitrogen/generated/ios/c++/HybridRNGoogleMapsPlusViewSpecSwift.hpp +40 -5
- package/nitrogen/generated/ios/swift/HybridRNGoogleMapsPlusViewSpec.swift +5 -2
- package/nitrogen/generated/ios/swift/HybridRNGoogleMapsPlusViewSpec_cxx.swift +58 -4
- package/nitrogen/generated/ios/swift/RNLatLngBounds.swift +46 -0
- package/nitrogen/generated/ios/swift/RNSize.swift +46 -0
- package/nitrogen/generated/ios/swift/RNSnapshotFormat.swift +44 -0
- package/nitrogen/generated/ios/swift/RNSnapshotOptions.swift +87 -0
- package/nitrogen/generated/ios/swift/RNSnapshotResultType.swift +40 -0
- package/nitrogen/generated/shared/c++/HybridRNGoogleMapsPlusViewSpec.cpp +3 -0
- package/nitrogen/generated/shared/c++/HybridRNGoogleMapsPlusViewSpec.hpp +12 -3
- package/nitrogen/generated/shared/c++/RNLatLngBounds.hpp +72 -0
- package/nitrogen/generated/shared/c++/RNSize.hpp +71 -0
- package/nitrogen/generated/shared/c++/RNSnapshotFormat.hpp +80 -0
- package/nitrogen/generated/shared/c++/RNSnapshotOptions.hpp +87 -0
- package/nitrogen/generated/shared/c++/RNSnapshotResultType.hpp +76 -0
- package/package.json +1 -1
- package/src/RNGoogleMapsPlusView.nitro.ts +15 -2
- package/src/types.ts +24 -2
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// RNSnapshotResultType.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
|
+
#if __has_include(<NitroModules/NitroHash.hpp>)
|
|
11
|
+
#include <NitroModules/NitroHash.hpp>
|
|
12
|
+
#else
|
|
13
|
+
#error NitroModules cannot be found! Are you sure you installed NitroModules properly?
|
|
14
|
+
#endif
|
|
15
|
+
#if __has_include(<NitroModules/JSIConverter.hpp>)
|
|
16
|
+
#include <NitroModules/JSIConverter.hpp>
|
|
17
|
+
#else
|
|
18
|
+
#error NitroModules cannot be found! Are you sure you installed NitroModules properly?
|
|
19
|
+
#endif
|
|
20
|
+
#if __has_include(<NitroModules/NitroDefines.hpp>)
|
|
21
|
+
#include <NitroModules/NitroDefines.hpp>
|
|
22
|
+
#else
|
|
23
|
+
#error NitroModules cannot be found! Are you sure you installed NitroModules properly?
|
|
24
|
+
#endif
|
|
25
|
+
|
|
26
|
+
namespace margelo::nitro::rngooglemapsplus {
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* An enum which can be represented as a JavaScript union (RNSnapshotResultType).
|
|
30
|
+
*/
|
|
31
|
+
enum class RNSnapshotResultType {
|
|
32
|
+
BASE64 SWIFT_NAME(base64) = 0,
|
|
33
|
+
FILE SWIFT_NAME(file) = 1,
|
|
34
|
+
} CLOSED_ENUM;
|
|
35
|
+
|
|
36
|
+
} // namespace margelo::nitro::rngooglemapsplus
|
|
37
|
+
|
|
38
|
+
namespace margelo::nitro {
|
|
39
|
+
|
|
40
|
+
// C++ RNSnapshotResultType <> JS RNSnapshotResultType (union)
|
|
41
|
+
template <>
|
|
42
|
+
struct JSIConverter<margelo::nitro::rngooglemapsplus::RNSnapshotResultType> final {
|
|
43
|
+
static inline margelo::nitro::rngooglemapsplus::RNSnapshotResultType fromJSI(jsi::Runtime& runtime, const jsi::Value& arg) {
|
|
44
|
+
std::string unionValue = JSIConverter<std::string>::fromJSI(runtime, arg);
|
|
45
|
+
switch (hashString(unionValue.c_str(), unionValue.size())) {
|
|
46
|
+
case hashString("base64"): return margelo::nitro::rngooglemapsplus::RNSnapshotResultType::BASE64;
|
|
47
|
+
case hashString("file"): return margelo::nitro::rngooglemapsplus::RNSnapshotResultType::FILE;
|
|
48
|
+
default: [[unlikely]]
|
|
49
|
+
throw std::invalid_argument("Cannot convert \"" + unionValue + "\" to enum RNSnapshotResultType - invalid value!");
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
static inline jsi::Value toJSI(jsi::Runtime& runtime, margelo::nitro::rngooglemapsplus::RNSnapshotResultType arg) {
|
|
53
|
+
switch (arg) {
|
|
54
|
+
case margelo::nitro::rngooglemapsplus::RNSnapshotResultType::BASE64: return JSIConverter<std::string>::toJSI(runtime, "base64");
|
|
55
|
+
case margelo::nitro::rngooglemapsplus::RNSnapshotResultType::FILE: return JSIConverter<std::string>::toJSI(runtime, "file");
|
|
56
|
+
default: [[unlikely]]
|
|
57
|
+
throw std::invalid_argument("Cannot convert RNSnapshotResultType to JS - invalid value: "
|
|
58
|
+
+ std::to_string(static_cast<int>(arg)) + "!");
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
static inline bool canConvert(jsi::Runtime& runtime, const jsi::Value& value) {
|
|
62
|
+
if (!value.isString()) {
|
|
63
|
+
return false;
|
|
64
|
+
}
|
|
65
|
+
std::string unionValue = JSIConverter<std::string>::fromJSI(runtime, value);
|
|
66
|
+
switch (hashString(unionValue.c_str(), unionValue.size())) {
|
|
67
|
+
case hashString("base64"):
|
|
68
|
+
case hashString("file"):
|
|
69
|
+
return true;
|
|
70
|
+
default:
|
|
71
|
+
return false;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
} // namespace margelo::nitro
|
package/package.json
CHANGED
|
@@ -26,6 +26,8 @@ import type {
|
|
|
26
26
|
RNKMLayer,
|
|
27
27
|
RNIndoorBuilding,
|
|
28
28
|
RNIndoorLevel,
|
|
29
|
+
RNLatLngBounds,
|
|
30
|
+
RNSnapshotOptions,
|
|
29
31
|
} from './types';
|
|
30
32
|
|
|
31
33
|
export interface RNGoogleMapsPlusViewProps extends HybridViewProps {
|
|
@@ -79,15 +81,26 @@ export interface RNGoogleMapsPlusViewProps extends HybridViewProps {
|
|
|
79
81
|
}
|
|
80
82
|
|
|
81
83
|
export interface RNGoogleMapsPlusViewMethods extends HybridViewMethods {
|
|
82
|
-
setCamera(camera: RNCamera, animated?: boolean,
|
|
84
|
+
setCamera(camera: RNCamera, animated?: boolean, durationMs?: number): void;
|
|
83
85
|
|
|
84
86
|
setCameraToCoordinates(
|
|
85
87
|
coordinates: RNLatLng[],
|
|
86
88
|
padding?: RNMapPadding,
|
|
87
89
|
animated?: boolean,
|
|
88
|
-
|
|
90
|
+
durationMs?: number
|
|
89
91
|
): void;
|
|
90
92
|
|
|
93
|
+
setCameraBounds(bounds?: RNLatLngBounds): void;
|
|
94
|
+
|
|
95
|
+
animateToBounds(
|
|
96
|
+
bounds: RNLatLngBounds,
|
|
97
|
+
padding?: number,
|
|
98
|
+
durationMs?: number,
|
|
99
|
+
lockBounds?: boolean
|
|
100
|
+
): void;
|
|
101
|
+
|
|
102
|
+
snapshot(options: RNSnapshotOptions): Promise<string | undefined>;
|
|
103
|
+
|
|
91
104
|
showLocationDialog(): void;
|
|
92
105
|
|
|
93
106
|
openLocationSettings(): void;
|
package/src/types.ts
CHANGED
|
@@ -23,9 +23,31 @@ export type RNMapUiSettings = {
|
|
|
23
23
|
zoomGesturesEnabled?: boolean;
|
|
24
24
|
};
|
|
25
25
|
|
|
26
|
-
export type RNLatLng = {
|
|
26
|
+
export type RNLatLng = {
|
|
27
|
+
latitude: number;
|
|
28
|
+
longitude: number;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export type RNLatLngBounds = {
|
|
32
|
+
northEast: RNLatLng;
|
|
33
|
+
southWest: RNLatLng;
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export type RNSnapshotOptions = {
|
|
37
|
+
size?: RNSize;
|
|
38
|
+
format: RNSnapshotFormat;
|
|
39
|
+
quality: number;
|
|
40
|
+
resultType: RNSnapshotResultType;
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
export type RNSize = {
|
|
44
|
+
width: number;
|
|
45
|
+
height: number;
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
export type RNSnapshotFormat = 'png' | 'jpg' | 'jpeg';
|
|
27
49
|
|
|
28
|
-
export type
|
|
50
|
+
export type RNSnapshotResultType = 'base64' | 'file';
|
|
29
51
|
|
|
30
52
|
export type RNMapPadding = {
|
|
31
53
|
top: number;
|