react-native-map4d-map-dtqg 0.1.4 → 0.1.6
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 +58 -0
- package/android/.gradle/9.2.0/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +2 -2
- package/android/build.gradle +23 -2
- package/android/src/main/java/com/reactnativemap4dmap/Map4dMapModule.java +39 -27
- package/ios/Map4dMap.h +12 -3
- package/ios/Map4dMap.m +108 -3
- package/ios/Map4dMapTurbo.mm +16 -0
- package/ios/RMFCircleManager.m +40 -68
- package/ios/RMFDirectionsRendererManager.m +26 -24
- package/ios/RMFMapViewManager.m +64 -149
- package/ios/RMFMarkerManager.m +36 -64
- package/ios/RMFPOIManager.m +40 -74
- package/ios/RMFPolygonManager.m +38 -60
- package/ios/RMFPolylineManager.m +36 -58
- package/ios/building/RMFBuildingManager.m +36 -64
- package/lib/commonjs/components/MFBanDoSo/constants.js +30 -0
- package/lib/commonjs/components/MFBanDoSo/constants.js.map +1 -0
- package/lib/commonjs/components/MFBanDoSo/helpers.js +200 -0
- package/lib/commonjs/components/MFBanDoSo/helpers.js.map +1 -0
- package/lib/commonjs/components/MFBanDoSo/propTypes.js +18 -0
- package/lib/commonjs/components/MFBanDoSo/propTypes.js.map +1 -0
- package/lib/commonjs/components/MFBanDoSo/styles.js +334 -0
- package/lib/commonjs/components/MFBanDoSo/styles.js.map +1 -0
- package/lib/commonjs/components/MFBanDoSo/ui.js +231 -0
- package/lib/commonjs/components/MFBanDoSo/ui.js.map +1 -0
- package/lib/commonjs/components/MFBanDoSo.js +201 -73
- package/lib/commonjs/components/MFBanDoSo.js.map +1 -1
- package/lib/commonjs/components/MFBuilding.js +15 -90
- package/lib/commonjs/components/MFBuilding.js.map +1 -1
- package/lib/commonjs/components/MFCircle.js +20 -88
- package/lib/commonjs/components/MFCircle.js.map +1 -1
- package/lib/commonjs/components/MFDirectionsRenderer.js +15 -93
- package/lib/commonjs/components/MFDirectionsRenderer.js.map +1 -1
- package/lib/commonjs/components/MFMapView.js +50 -147
- package/lib/commonjs/components/MFMapView.js.map +1 -1
- package/lib/commonjs/components/MFMarker.js +15 -101
- package/lib/commonjs/components/MFMarker.js.map +1 -1
- package/lib/commonjs/components/MFPOI.js +17 -92
- package/lib/commonjs/components/MFPOI.js.map +1 -1
- package/lib/commonjs/components/MFPolygon.js +15 -87
- package/lib/commonjs/components/MFPolygon.js.map +1 -1
- package/lib/commonjs/components/MFPolyline.js +17 -87
- package/lib/commonjs/components/MFPolyline.js.map +1 -1
- package/lib/commonjs/components/MFTileOverlay.js +7 -15
- package/lib/commonjs/components/MFTileOverlay.js.map +1 -1
- package/lib/commonjs/components/Map4dMapView.js +1 -4
- package/lib/commonjs/components/Map4dMapView.js.map +1 -1
- package/lib/commonjs/components/extends/AreaFocusManager.js +4 -38
- package/lib/commonjs/components/extends/AreaFocusManager.js.map +1 -1
- package/lib/commonjs/components/extends/AreaFocuser.js +1 -17
- package/lib/commonjs/components/extends/AreaFocuser.js.map +1 -1
- package/lib/commonjs/components/extends/BoundHelper.js +0 -6
- package/lib/commonjs/components/extends/BoundHelper.js.map +1 -1
- package/lib/commonjs/components/extends/area/AreaFocusAreas.js +0 -37
- package/lib/commonjs/components/extends/area/AreaFocusAreas.js.map +1 -1
- package/lib/commonjs/components/extends/area/AreaFocusGeometryUtils.js +1 -35
- package/lib/commonjs/components/extends/area/AreaFocusGeometryUtils.js.map +1 -1
- package/lib/commonjs/components/extends/area/AreaFocusSession.js +0 -18
- package/lib/commonjs/components/extends/area/AreaFocusSession.js.map +1 -1
- package/lib/commonjs/components/extends/area/AreaFocusTypes.js +2 -3
- package/lib/commonjs/components/extends/area/AreaFocusTypes.js.map +1 -1
- package/lib/commonjs/components/internal/DefaultRoadmapStyle.js +1 -2
- package/lib/commonjs/components/internal/DefaultRoadmapStyle.js.map +1 -1
- package/lib/commonjs/components/internal/GeojsonStyleUtils.js +20 -31
- package/lib/commonjs/components/internal/GeojsonStyleUtils.js.map +1 -1
- package/lib/commonjs/index.js +0 -11
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/native/Map4dMapNativeModule.js +10 -0
- package/lib/commonjs/native/Map4dMapNativeModule.js.map +1 -0
- package/lib/commonjs/native/NativeModuleResolver.js +35 -0
- package/lib/commonjs/native/NativeModuleResolver.js.map +1 -0
- package/lib/commonjs/native/ViewManagerCommand.js +67 -0
- package/lib/commonjs/native/ViewManagerCommand.js.map +1 -0
- package/lib/commonjs/package.json +1 -0
- package/lib/commonjs/specs/NativeMap4dMap.js +9 -0
- package/lib/commonjs/specs/NativeMap4dMap.js.map +1 -0
- package/lib/module/components/MFBanDoSo/constants.js +25 -0
- package/lib/module/components/MFBanDoSo/constants.js.map +1 -0
- package/lib/module/components/MFBanDoSo/helpers.js +188 -0
- package/lib/module/components/MFBanDoSo/helpers.js.map +1 -0
- package/lib/module/components/MFBanDoSo/propTypes.js +14 -0
- package/lib/module/components/MFBanDoSo/propTypes.js.map +1 -0
- package/lib/module/components/MFBanDoSo/styles.js +332 -0
- package/lib/module/components/MFBanDoSo/styles.js.map +1 -0
- package/lib/module/components/MFBanDoSo/ui.js +224 -0
- package/lib/module/components/MFBanDoSo/ui.js.map +1 -0
- package/lib/module/components/MFBanDoSo.js +203 -63
- package/lib/module/components/MFBanDoSo.js.map +1 -1
- package/lib/module/components/MFBuilding.js +17 -82
- package/lib/module/components/MFBuilding.js.map +1 -1
- package/lib/module/components/MFCircle.js +22 -80
- package/lib/module/components/MFCircle.js.map +1 -1
- package/lib/module/components/MFDirectionsRenderer.js +16 -85
- package/lib/module/components/MFDirectionsRenderer.js.map +1 -1
- package/lib/module/components/MFMapView.js +51 -136
- package/lib/module/components/MFMapView.js.map +1 -1
- package/lib/module/components/MFMarker.js +17 -92
- package/lib/module/components/MFMarker.js.map +1 -1
- package/lib/module/components/MFPOI.js +19 -84
- package/lib/module/components/MFPOI.js.map +1 -1
- package/lib/module/components/MFPolygon.js +17 -79
- package/lib/module/components/MFPolygon.js.map +1 -1
- package/lib/module/components/MFPolyline.js +19 -79
- package/lib/module/components/MFPolyline.js.map +1 -1
- package/lib/module/components/MFTileOverlay.js +10 -9
- package/lib/module/components/MFTileOverlay.js.map +1 -1
- package/lib/module/components/Map4dMapView.js +2 -0
- package/lib/module/components/Map4dMapView.js.map +1 -1
- package/lib/module/components/extends/AreaFocusManager.js +6 -32
- package/lib/module/components/extends/AreaFocusManager.js.map +1 -1
- package/lib/module/components/extends/AreaFocuser.js +3 -15
- package/lib/module/components/extends/AreaFocuser.js.map +1 -1
- package/lib/module/components/extends/BoundHelper.js +2 -5
- package/lib/module/components/extends/BoundHelper.js.map +1 -1
- package/lib/module/components/extends/area/AreaFocusAreas.js +2 -33
- package/lib/module/components/extends/area/AreaFocusAreas.js.map +1 -1
- package/lib/module/components/extends/area/AreaFocusGeometryUtils.js +2 -32
- package/lib/module/components/extends/area/AreaFocusGeometryUtils.js.map +1 -1
- package/lib/module/components/extends/area/AreaFocusSession.js +2 -17
- package/lib/module/components/extends/area/AreaFocusSession.js.map +1 -1
- package/lib/module/components/extends/area/AreaFocusTypes.js +3 -0
- package/lib/module/components/extends/area/AreaFocusTypes.js.map +1 -1
- package/lib/module/components/internal/DefaultRoadmapStyle.js +2 -0
- package/lib/module/components/internal/DefaultRoadmapStyle.js.map +1 -1
- package/lib/module/components/internal/GeojsonStyleUtils.js +21 -28
- package/lib/module/components/internal/GeojsonStyleUtils.js.map +1 -1
- package/lib/module/index.js +2 -0
- package/lib/module/index.js.map +1 -1
- package/lib/module/native/Map4dMapNativeModule.js +5 -0
- package/lib/module/native/Map4dMapNativeModule.js.map +1 -0
- package/lib/module/native/NativeModuleResolver.js +29 -0
- package/lib/module/native/NativeModuleResolver.js.map +1 -0
- package/lib/module/native/ViewManagerCommand.js +61 -0
- package/lib/module/native/ViewManagerCommand.js.map +1 -0
- package/lib/module/specs/NativeMap4dMap.js +5 -0
- package/lib/module/specs/NativeMap4dMap.js.map +1 -0
- package/lib/typescript/components/MFBanDoSo/constants.d.ts +11 -0
- package/lib/typescript/components/MFBanDoSo/constants.d.ts.map +1 -0
- package/lib/typescript/components/MFBanDoSo/helpers.d.ts +14 -0
- package/lib/typescript/components/MFBanDoSo/helpers.d.ts.map +1 -0
- package/lib/typescript/components/MFBanDoSo/propTypes.d.ts +2 -0
- package/lib/typescript/components/MFBanDoSo/propTypes.d.ts.map +1 -0
- package/lib/typescript/components/MFBanDoSo/styles.d.ts +336 -0
- package/lib/typescript/components/MFBanDoSo/styles.d.ts.map +1 -0
- package/lib/typescript/components/MFBanDoSo/ui.d.ts +32 -0
- package/lib/typescript/components/MFBanDoSo/ui.d.ts.map +1 -0
- package/lib/typescript/components/MFBanDoSo.d.ts +38 -0
- package/lib/typescript/components/MFBanDoSo.d.ts.map +1 -0
- package/lib/typescript/components/MFBuilding.d.ts +24 -0
- package/lib/typescript/components/MFBuilding.d.ts.map +1 -0
- package/lib/typescript/components/MFCircle.d.ts +24 -0
- package/lib/typescript/components/MFCircle.d.ts.map +1 -0
- package/lib/typescript/components/MFDirectionsRenderer.d.ts +19 -0
- package/lib/typescript/components/MFDirectionsRenderer.d.ts.map +1 -0
- package/lib/typescript/components/MFMapView.d.ts +66 -0
- package/lib/typescript/components/MFMapView.d.ts.map +1 -0
- package/lib/typescript/components/MFMarker.d.ts +26 -0
- package/lib/typescript/components/MFMarker.d.ts.map +1 -0
- package/lib/typescript/components/MFPOI.d.ts +24 -0
- package/lib/typescript/components/MFPOI.d.ts.map +1 -0
- package/lib/typescript/components/MFPolygon.d.ts +24 -0
- package/lib/typescript/components/MFPolygon.d.ts.map +1 -0
- package/lib/typescript/components/MFPolyline.d.ts +24 -0
- package/lib/typescript/components/MFPolyline.d.ts.map +1 -0
- package/lib/typescript/components/MFTileOverlay.d.ts +12 -0
- package/lib/typescript/components/MFTileOverlay.d.ts.map +1 -0
- package/lib/typescript/components/Map4dMapView.d.ts +8 -7
- package/lib/typescript/components/Map4dMapView.d.ts.map +1 -0
- package/lib/typescript/components/extends/AreaFocusManager.d.ts +34 -0
- package/lib/typescript/components/extends/AreaFocusManager.d.ts.map +1 -0
- package/lib/typescript/components/extends/AreaFocuser.d.ts +15 -0
- package/lib/typescript/components/extends/AreaFocuser.d.ts.map +1 -0
- package/lib/typescript/components/extends/BoundHelper.d.ts +11 -0
- package/lib/typescript/components/extends/BoundHelper.d.ts.map +1 -0
- package/lib/typescript/components/extends/area/AreaFocusAreas.d.ts +58 -0
- package/lib/typescript/components/extends/area/AreaFocusAreas.d.ts.map +1 -0
- package/lib/typescript/components/extends/area/AreaFocusGeometryUtils.d.ts +19 -0
- package/lib/typescript/components/extends/area/AreaFocusGeometryUtils.d.ts.map +1 -0
- package/lib/typescript/components/extends/area/AreaFocusSession.d.ts +14 -0
- package/lib/typescript/components/extends/area/AreaFocusSession.d.ts.map +1 -0
- package/lib/typescript/components/extends/area/AreaFocusTypes.d.ts +40 -0
- package/lib/typescript/components/extends/area/AreaFocusTypes.d.ts.map +1 -0
- package/lib/typescript/components/internal/DefaultRoadmapStyle.d.ts +820 -0
- package/lib/typescript/components/internal/DefaultRoadmapStyle.d.ts.map +1 -0
- package/lib/typescript/components/internal/GeojsonStyleUtils.d.ts +3 -0
- package/lib/typescript/components/internal/GeojsonStyleUtils.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +13 -0
- package/lib/typescript/index.d.ts.map +1 -0
- package/lib/typescript/native/Map4dMapNativeModule.d.ts +2 -0
- package/lib/typescript/native/Map4dMapNativeModule.d.ts.map +1 -0
- package/lib/typescript/native/NativeModuleResolver.d.ts +3 -0
- package/lib/typescript/native/NativeModuleResolver.d.ts.map +1 -0
- package/lib/typescript/native/ViewManagerCommand.d.ts +11 -0
- package/lib/typescript/native/ViewManagerCommand.d.ts.map +1 -0
- package/package.json +27 -11
- package/src/components/MFBanDoSo/constants.js +38 -0
- package/src/components/MFBanDoSo/helpers.js +273 -0
- package/src/components/MFBanDoSo/propTypes.js +14 -0
- package/src/components/MFBanDoSo/styles.js +323 -0
- package/src/components/MFBanDoSo/ui.js +261 -0
- package/src/components/MFBanDoSo.js +280 -78
- package/src/components/MFBuilding.js +8 -48
- package/src/components/MFCircle.js +8 -48
- package/src/components/MFDirectionsRenderer.js +8 -47
- package/src/components/MFMapView.js +31 -53
- package/src/components/MFMarker.js +9 -50
- package/src/components/MFPOI.js +8 -48
- package/src/components/MFPolygon.js +8 -48
- package/src/components/MFPolyline.js +8 -48
- package/src/components/internal/GeojsonStyleUtils.js +3 -0
- package/src/native/Map4dMapNativeModule.js +3 -0
- package/src/native/NativeModuleResolver.js +33 -0
- package/src/native/ViewManagerCommand.js +82 -0
- package/src/specs/NativeMap4dMap.js +12 -0
- package/ios/Map4dMapViewManager.m +0 -34
|
@@ -4,28 +4,21 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.MFBuilding = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
|
-
|
|
12
9
|
var _deprecatedReactNativePropTypes = require("deprecated-react-native-prop-types");
|
|
13
|
-
|
|
10
|
+
var _ViewManagerCommand = require("../native/ViewManagerCommand");
|
|
14
11
|
var _reactNative = require("react-native");
|
|
15
|
-
|
|
16
|
-
function _interopRequireDefault(
|
|
17
|
-
|
|
18
|
-
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
19
|
-
|
|
12
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
20
14
|
// if ViewPropTypes is not defined fall back to View.propType (to support RN < 0.44)
|
|
21
15
|
const viewPropTypes = _deprecatedReactNativePropTypes.ViewPropTypes || View.propTypes;
|
|
22
|
-
const propTypes = {
|
|
23
|
-
|
|
16
|
+
const propTypes = {
|
|
17
|
+
...viewPropTypes,
|
|
24
18
|
/**
|
|
25
19
|
* The name of the building.
|
|
26
20
|
*/
|
|
27
21
|
name: _propTypes.default.string,
|
|
28
|
-
|
|
29
22
|
/**
|
|
30
23
|
* The position of the building
|
|
31
24
|
*/
|
|
@@ -36,174 +29,106 @@ const propTypes = { ...viewPropTypes,
|
|
|
36
29
|
latitude: _propTypes.default.number.isRequired,
|
|
37
30
|
longitude: _propTypes.default.number.isRequired
|
|
38
31
|
}),
|
|
39
|
-
|
|
40
32
|
/**
|
|
41
33
|
* The model URL for the building.
|
|
42
34
|
*/
|
|
43
35
|
modelUrl: _propTypes.default.string,
|
|
44
|
-
|
|
45
36
|
/**
|
|
46
37
|
* The texture URL for the building.
|
|
47
38
|
*/
|
|
48
39
|
textureUrl: _propTypes.default.string,
|
|
49
|
-
|
|
50
40
|
/**
|
|
51
41
|
* The scale of the building.
|
|
52
42
|
*/
|
|
53
43
|
scale: _propTypes.default.number,
|
|
54
|
-
|
|
55
44
|
/**
|
|
56
45
|
* The bearing of the building.
|
|
57
46
|
*/
|
|
58
47
|
bearing: _propTypes.default.number,
|
|
59
|
-
|
|
60
48
|
/**
|
|
61
49
|
* The elevation of the building.
|
|
62
50
|
*/
|
|
63
51
|
elevation: _propTypes.default.number,
|
|
64
|
-
|
|
65
52
|
/**
|
|
66
53
|
* Is the building selectable by the user ?
|
|
67
54
|
*/
|
|
68
55
|
selected: _propTypes.default.bool,
|
|
69
|
-
|
|
70
56
|
/**
|
|
71
57
|
* touchable
|
|
72
58
|
*/
|
|
73
59
|
touchable: _propTypes.default.bool,
|
|
74
|
-
|
|
75
60
|
/**
|
|
76
61
|
* visible
|
|
77
62
|
*/
|
|
78
63
|
visible: _propTypes.default.bool,
|
|
79
|
-
|
|
80
64
|
/**
|
|
81
65
|
* userData
|
|
82
66
|
*/
|
|
83
67
|
userData: _propTypes.default.object,
|
|
84
|
-
|
|
85
68
|
/**
|
|
86
69
|
* Callback that is called when the user presses on the building
|
|
87
70
|
*/
|
|
88
71
|
onPress: _propTypes.default.func
|
|
89
72
|
};
|
|
90
|
-
|
|
91
73
|
class MFBuilding extends _react.default.Component {
|
|
92
74
|
constructor(props) {
|
|
93
75
|
super(props);
|
|
94
76
|
this._onPress = this._onPress.bind(this);
|
|
95
77
|
this._ref = this._ref.bind(this);
|
|
96
78
|
}
|
|
97
|
-
|
|
98
79
|
_onPress(event) {
|
|
99
80
|
event.stopPropagation();
|
|
100
|
-
|
|
101
81
|
if (this.props.onPress) {
|
|
102
82
|
this.props.onPress(event);
|
|
103
83
|
}
|
|
104
84
|
}
|
|
105
|
-
|
|
106
85
|
_ref(ref) {
|
|
107
86
|
this.building = ref;
|
|
108
87
|
}
|
|
109
|
-
|
|
110
88
|
setName(name) {
|
|
111
89
|
this._runCommand("setName", [name]);
|
|
112
90
|
}
|
|
113
|
-
|
|
114
91
|
setScale(scale) {
|
|
115
92
|
this._runCommand("setScale", [scale]);
|
|
116
93
|
}
|
|
117
|
-
|
|
118
94
|
setBearing(bearing) {
|
|
119
95
|
this._runCommand("setBearing", [bearing]);
|
|
120
96
|
}
|
|
121
|
-
|
|
122
97
|
setElevation(elevation) {
|
|
123
98
|
this._runCommand("setElevation", [elevation]);
|
|
124
99
|
}
|
|
125
|
-
|
|
126
100
|
setSelected(selected) {
|
|
127
101
|
this._runCommand("setSelected", [selected]);
|
|
128
102
|
}
|
|
129
|
-
|
|
130
103
|
setTouchable(touchable) {
|
|
131
104
|
this._runCommand("setTouchable", [touchable]);
|
|
132
105
|
}
|
|
133
|
-
|
|
134
106
|
setVisible(visible) {
|
|
135
107
|
this._runCommand("setVisible", [visible]);
|
|
136
108
|
}
|
|
137
|
-
|
|
138
109
|
setUserData(userData) {
|
|
139
110
|
this._runCommand("setUserData", [userData]);
|
|
140
111
|
}
|
|
141
|
-
|
|
142
112
|
_getHandle() {
|
|
143
113
|
return (0, _reactNative.findNodeHandle)(this.building);
|
|
144
114
|
}
|
|
145
|
-
|
|
146
115
|
_runCommand(name, args) {
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
const commandId = this._uiManagerCommand(name);
|
|
155
|
-
|
|
156
|
-
if (commandId == null) {
|
|
157
|
-
return;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
_reactNative.UIManager.dispatchViewManagerCommand(this._getHandle(), commandId, args);
|
|
161
|
-
|
|
162
|
-
break;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
case 'ios':
|
|
166
|
-
this._mapManagerCommand(name)(this._getHandle(), ...args);
|
|
167
|
-
|
|
168
|
-
break;
|
|
169
|
-
|
|
170
|
-
default:
|
|
171
|
-
break;
|
|
172
|
-
}
|
|
116
|
+
return (0, _ViewManagerCommand.runViewManagerCommand)({
|
|
117
|
+
componentName: 'RMFBuilding',
|
|
118
|
+
moduleName: 'RMFBuilding',
|
|
119
|
+
commandName: name,
|
|
120
|
+
args,
|
|
121
|
+
reactTag: this._getHandle()
|
|
122
|
+
});
|
|
173
123
|
}
|
|
174
|
-
|
|
175
|
-
_uiManagerCommand(name) {
|
|
176
|
-
const uiManager = _reactNative.UIManager || _reactNative.NativeModules.UIManager;
|
|
177
|
-
const componentName = "RMFBuilding";
|
|
178
|
-
|
|
179
|
-
if (!uiManager) {
|
|
180
|
-
return null;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
if (!uiManager.getViewManagerConfig) {
|
|
184
|
-
// RN < 0.58
|
|
185
|
-
const legacyConfig = uiManager[componentName];
|
|
186
|
-
return legacyConfig && legacyConfig.Commands ? legacyConfig.Commands[name] : null;
|
|
187
|
-
} // RN >= 0.58
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
const config = uiManager.getViewManagerConfig(componentName);
|
|
191
|
-
return config && config.Commands ? config.Commands[name] : null;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
_mapManagerCommand(name) {
|
|
195
|
-
return _reactNative.NativeModules[`RMFBuilding`][name];
|
|
196
|
-
}
|
|
197
|
-
|
|
198
124
|
render() {
|
|
199
|
-
return /*#__PURE__*/
|
|
125
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(RMFBuilding, {
|
|
126
|
+
...this.props,
|
|
200
127
|
ref: this._ref,
|
|
201
128
|
onPress: this._onPress
|
|
202
|
-
})
|
|
129
|
+
});
|
|
203
130
|
}
|
|
204
|
-
|
|
205
131
|
}
|
|
206
|
-
|
|
207
132
|
exports.MFBuilding = MFBuilding;
|
|
208
133
|
MFBuilding.propTypes = propTypes;
|
|
209
134
|
var RMFBuilding = (0, _reactNative.requireNativeComponent)(`RMFBuilding`, MFBuilding);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["viewPropTypes","ViewPropTypes","View","propTypes","name","PropTypes","string","coordinate","shape","latitude","number","isRequired","longitude","modelUrl","textureUrl","scale","bearing","elevation","selected","bool","touchable","visible","userData","object","onPress","func","MFBuilding","React","Component","constructor","props","_onPress","bind","_ref","event","stopPropagation","ref","building","setName","_runCommand","setScale","setBearing","setElevation","setSelected","setTouchable","setVisible","setUserData","_getHandle","findNodeHandle","args","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_propTypes","_deprecatedReactNativePropTypes","_ViewManagerCommand","_reactNative","_jsxRuntime","e","__esModule","default","viewPropTypes","ViewPropTypes","View","propTypes","name","PropTypes","string","coordinate","shape","latitude","number","isRequired","longitude","modelUrl","textureUrl","scale","bearing","elevation","selected","bool","touchable","visible","userData","object","onPress","func","MFBuilding","React","Component","constructor","props","_onPress","bind","_ref","event","stopPropagation","ref","building","setName","_runCommand","setScale","setBearing","setElevation","setSelected","setTouchable","setVisible","setUserData","_getHandle","findNodeHandle","args","runViewManagerCommand","componentName","moduleName","commandName","reactTag","render","jsx","RMFBuilding","exports","requireNativeComponent"],"sourceRoot":"..\\..\\..\\src","sources":["components/MFBuilding.js"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,UAAA,GAAAF,sBAAA,CAAAC,OAAA;AACA,IAAAE,+BAAA,GAAAF,OAAA;AACA,IAAAG,mBAAA,GAAAH,OAAA;AACA,IAAAI,YAAA,GAAAJ,OAAA;AAGsB,IAAAK,WAAA,GAAAL,OAAA;AAAA,SAAAD,uBAAAO,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEtB;AACA,MAAMG,aAAa,GAAGC,6CAAa,IAAIC,IAAI,CAACC,SAAS;AAErD,MAAMA,SAAS,GAAG;EAChB,GAAGH,aAAa;EAEhB;AACF;AACA;EACEI,IAAI,EAAEC,kBAAS,CAACC,MAAM;EAEtB;AACF;AACA;EACEC,UAAU,EAAEF,kBAAS,CAACG,KAAK,CAAC;IAC1B;AACJ;AACA;IACIC,QAAQ,EAAEJ,kBAAS,CAACK,MAAM,CAACC,UAAU;IACrCC,SAAS,EAAEP,kBAAS,CAACK,MAAM,CAACC;EAC9B,CAAC,CAAC;EAEF;AACF;AACA;EACEE,QAAQ,EAAER,kBAAS,CAACC,MAAM;EAE1B;AACF;AACA;EACEQ,UAAU,EAAET,kBAAS,CAACC,MAAM;EAE5B;AACF;AACA;EACES,KAAK,EAAEV,kBAAS,CAACK,MAAM;EAEvB;AACF;AACA;EACEM,OAAO,EAAEX,kBAAS,CAACK,MAAM;EAEzB;AACF;AACA;EACEO,SAAS,EAAEZ,kBAAS,CAACK,MAAM;EAE3B;AACF;AACA;EACEQ,QAAQ,EAAEb,kBAAS,CAACc,IAAI;EAExB;AACF;AACA;EACEC,SAAS,EAAEf,kBAAS,CAACc,IAAI;EAEzB;AACF;AACA;EACEE,OAAO,EAAEhB,kBAAS,CAACc,IAAI;EAEvB;AACF;AACA;EACEG,QAAQ,EAACjB,kBAAS,CAACkB,MAAM;EAEzB;AACF;AACA;EACEC,OAAO,EAAEnB,kBAAS,CAACoB;AACrB,CAAC;AAGD,MAAMC,UAAU,SAASC,cAAK,CAACC,SAAS,CAAC;EACvCC,WAAWA,CAACC,KAAK,EAAE;IACjB,KAAK,CAACA,KAAK,CAAC;IACZ,IAAI,CAACC,QAAQ,GAAG,IAAI,CAACA,QAAQ,CAACC,IAAI,CAAC,IAAI,CAAC;IACxC,IAAI,CAACC,IAAI,GAAG,IAAI,CAACA,IAAI,CAACD,IAAI,CAAC,IAAI,CAAC;EAClC;EAEAD,QAAQA,CAACG,KAAK,EAAE;IACdA,KAAK,CAACC,eAAe,CAAC,CAAC;IACrB,IAAI,IAAI,CAACL,KAAK,CAACN,OAAO,EAAE;MACtB,IAAI,CAACM,KAAK,CAACN,OAAO,CAACU,KAAK,CAAC;IAC7B;EACF;EAEAD,IAAIA,CAACG,GAAG,EAAE;IACR,IAAI,CAACC,QAAQ,GAAGD,GAAG;EACrB;EAEAE,OAAOA,CAAClC,IAAI,EAAE;IACZ,IAAI,CAACmC,WAAW,CAAC,SAAS,EAAE,CAACnC,IAAI,CAAC,CAAC;EACrC;EAEAoC,QAAQA,CAACzB,KAAK,EAAE;IACd,IAAI,CAACwB,WAAW,CAAC,UAAU,EAAE,CAACxB,KAAK,CAAC,CAAC;EACvC;EAEA0B,UAAUA,CAACzB,OAAO,EAAE;IAClB,IAAI,CAACuB,WAAW,CAAC,YAAY,EAAE,CAACvB,OAAO,CAAC,CAAC;EAC3C;EAEA0B,YAAYA,CAACzB,SAAS,EAAE;IACtB,IAAI,CAACsB,WAAW,CAAC,cAAc,EAAE,CAACtB,SAAS,CAAC,CAAC;EAC/C;EAEA0B,WAAWA,CAACzB,QAAQ,EAAE;IACpB,IAAI,CAACqB,WAAW,CAAC,aAAa,EAAE,CAACrB,QAAQ,CAAC,CAAC;EAC7C;EAEA0B,YAAYA,CAACxB,SAAS,EAAE;IACtB,IAAI,CAACmB,WAAW,CAAC,cAAc,EAAE,CAACnB,SAAS,CAAC,CAAC;EAC/C;EAEAyB,UAAUA,CAACxB,OAAO,EAAE;IAClB,IAAI,CAACkB,WAAW,CAAC,YAAY,EAAE,CAAClB,OAAO,CAAC,CAAC;EAC3C;EAEAyB,WAAWA,CAACxB,QAAQ,EAAE;IACpB,IAAI,CAACiB,WAAW,CAAC,aAAa,EAAE,CAACjB,QAAQ,CAAC,CAAC;EAC7C;EAEAyB,UAAUA,CAAA,EAAG;IACX,OAAO,IAAAC,2BAAc,EAAC,IAAI,CAACX,QAAQ,CAAC;EACtC;EAEAE,WAAWA,CAACnC,IAAI,EAAE6C,IAAI,EAAE;IACtB,OAAO,IAAAC,yCAAqB,EAAC;MAC3BC,aAAa,EAAE,aAAa;MAC5BC,UAAU,EAAE,aAAa;MACzBC,WAAW,EAAEjD,IAAI;MACjB6C,IAAI;MACJK,QAAQ,EAAE,IAAI,CAACP,UAAU,CAAC;IAC5B,CAAC,CAAC;EACJ;EAEAQ,MAAMA,CAAA,EAAG;IACP,oBAAO,IAAA3D,WAAA,CAAA4D,GAAA,EAACC,WAAW;MAAA,GACb,IAAI,CAAC3B,KAAK;MACdM,GAAG,EAAE,IAAI,CAACH,IAAK;MACfT,OAAO,EAAE,IAAI,CAACO;IAAS,CACxB,CAAC;EACJ;AACF;AAAC2B,OAAA,CAAAhC,UAAA,GAAAA,UAAA;AAEDA,UAAU,CAACvB,SAAS,GAAGA,SAAS;AAEhC,IAAIsD,WAAW,GAAG,IAAAE,mCAAsB,EAAC,aAAa,EAAEjC,UAAU,CAAC","ignoreList":[]}
|
|
@@ -4,23 +4,17 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.MFCircle = void 0;
|
|
7
|
-
|
|
8
7
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
9
|
-
|
|
10
8
|
var _react = _interopRequireDefault(require("react"));
|
|
11
|
-
|
|
12
9
|
var _deprecatedReactNativePropTypes = require("deprecated-react-native-prop-types");
|
|
13
|
-
|
|
10
|
+
var _ViewManagerCommand = require("../native/ViewManagerCommand");
|
|
14
11
|
var _reactNative = require("react-native");
|
|
15
|
-
|
|
16
|
-
function _interopRequireDefault(
|
|
17
|
-
|
|
18
|
-
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
19
|
-
|
|
12
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
20
14
|
// if ViewPropTypes is not defined fall back to View.propType (to support RN < 0.44)
|
|
21
15
|
const viewPropTypes = _deprecatedReactNativePropTypes.ViewPropTypes || View.propTypes;
|
|
22
|
-
const propTypes = {
|
|
23
|
-
|
|
16
|
+
const propTypes = {
|
|
17
|
+
...viewPropTypes,
|
|
24
18
|
/**
|
|
25
19
|
* The coordinate of the center of the circle
|
|
26
20
|
*/
|
|
@@ -31,47 +25,41 @@ const propTypes = { ...viewPropTypes,
|
|
|
31
25
|
latitude: _propTypes.default.number.isRequired,
|
|
32
26
|
longitude: _propTypes.default.number.isRequired
|
|
33
27
|
}).isRequired,
|
|
34
|
-
|
|
35
28
|
/**
|
|
36
29
|
* The radius of the circle to be drawn (in meters)
|
|
37
30
|
*/
|
|
38
31
|
radius: _propTypes.default.number.isRequired,
|
|
39
|
-
|
|
40
32
|
/**
|
|
41
33
|
* The stroke width to use for the circle.
|
|
42
34
|
*/
|
|
43
35
|
strokeWidth: _propTypes.default.number,
|
|
44
|
-
|
|
45
36
|
/**
|
|
46
37
|
* The stroke color to use for the circle.
|
|
47
38
|
*/
|
|
48
39
|
strokeColor: _deprecatedReactNativePropTypes.ColorPropType,
|
|
49
|
-
|
|
50
40
|
/**
|
|
51
41
|
* The fill color to use for the circle.
|
|
52
42
|
*/
|
|
53
43
|
fillColor: _deprecatedReactNativePropTypes.ColorPropType,
|
|
54
|
-
|
|
55
44
|
/**
|
|
56
45
|
* zIndex
|
|
57
46
|
*/
|
|
58
47
|
zIndex: _propTypes.default.number,
|
|
59
|
-
|
|
60
48
|
/**
|
|
61
49
|
* visible
|
|
62
50
|
*/
|
|
63
51
|
visible: _propTypes.default.bool,
|
|
64
|
-
|
|
65
52
|
/**
|
|
66
53
|
* userData
|
|
67
54
|
*/
|
|
68
55
|
userData: _propTypes.default.object,
|
|
69
|
-
|
|
70
56
|
/**
|
|
71
57
|
* Callback that is called when the user presses on the circle
|
|
72
58
|
*/
|
|
73
59
|
onPress: _propTypes.default.func
|
|
74
|
-
};
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
// const defaultProps = {
|
|
75
63
|
// strokeColor: '#000',
|
|
76
64
|
// strokeWidth: 1,
|
|
77
65
|
// };
|
|
@@ -82,118 +70,62 @@ class MFCircle extends _react.default.Component {
|
|
|
82
70
|
this._onPress = this._onPress.bind(this);
|
|
83
71
|
this._ref = this._ref.bind(this);
|
|
84
72
|
}
|
|
85
|
-
|
|
86
73
|
setCenter(center) {
|
|
87
74
|
this._runCommand("setCenter", [center]);
|
|
88
75
|
}
|
|
89
|
-
|
|
90
76
|
setRadius(radius) {
|
|
91
77
|
this._runCommand("setRadius", [radius]);
|
|
92
78
|
}
|
|
93
|
-
|
|
94
79
|
setFillColor(color) {
|
|
95
80
|
this._runCommand("setFillColor", [(0, _reactNative.processColor)(color)]);
|
|
96
81
|
}
|
|
97
|
-
|
|
98
82
|
setStrokeColor(color) {
|
|
99
83
|
this._runCommand("setStrokeColor", [(0, _reactNative.processColor)(color)]);
|
|
100
84
|
}
|
|
101
|
-
|
|
102
85
|
setStrokeWidth(width) {
|
|
103
86
|
this._runCommand("setStrokeWidth", [width]);
|
|
104
87
|
}
|
|
105
|
-
|
|
106
88
|
setUserData(userData) {
|
|
107
89
|
this._runCommand("setUserData", [userData]);
|
|
108
90
|
}
|
|
109
|
-
|
|
110
91
|
setZIndex(zIndex) {
|
|
111
92
|
this._runCommand("setZIndex", [zIndex]);
|
|
112
93
|
}
|
|
113
|
-
|
|
114
94
|
setVisible(visible) {
|
|
115
95
|
this._runCommand("setVisible", [visible]);
|
|
116
96
|
}
|
|
117
|
-
|
|
118
97
|
_getHandle() {
|
|
119
98
|
return (0, _reactNative.findNodeHandle)(this.circle);
|
|
120
99
|
}
|
|
121
|
-
|
|
122
100
|
_runCommand(name, args) {
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
const commandId = this._uiManagerCommand(name);
|
|
131
|
-
|
|
132
|
-
if (commandId == null) {
|
|
133
|
-
return;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
_reactNative.UIManager.dispatchViewManagerCommand(this._getHandle(), commandId, args);
|
|
137
|
-
|
|
138
|
-
break;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
case 'ios':
|
|
142
|
-
this._mapManagerCommand(name)(this._getHandle(), ...args);
|
|
143
|
-
|
|
144
|
-
break;
|
|
145
|
-
|
|
146
|
-
default:
|
|
147
|
-
break;
|
|
148
|
-
}
|
|
101
|
+
return (0, _ViewManagerCommand.runViewManagerCommand)({
|
|
102
|
+
componentName: 'RMFCircle',
|
|
103
|
+
moduleName: 'RMFCircle',
|
|
104
|
+
commandName: name,
|
|
105
|
+
args,
|
|
106
|
+
reactTag: this._getHandle()
|
|
107
|
+
});
|
|
149
108
|
}
|
|
150
|
-
|
|
151
|
-
_uiManagerCommand(name) {
|
|
152
|
-
const uiManager = _reactNative.UIManager || _reactNative.NativeModules.UIManager;
|
|
153
|
-
const componentName = "RMFCircle";
|
|
154
|
-
|
|
155
|
-
if (!uiManager) {
|
|
156
|
-
return null;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
if (!uiManager.getViewManagerConfig) {
|
|
160
|
-
// RN < 0.58
|
|
161
|
-
const legacyConfig = uiManager[componentName];
|
|
162
|
-
return legacyConfig && legacyConfig.Commands ? legacyConfig.Commands[name] : null;
|
|
163
|
-
} // RN >= 0.58
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
const config = uiManager.getViewManagerConfig(componentName);
|
|
167
|
-
return config && config.Commands ? config.Commands[name] : null;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
_mapManagerCommand(name) {
|
|
171
|
-
return _reactNative.NativeModules[`RMFCircle`][name];
|
|
172
|
-
}
|
|
173
|
-
|
|
174
109
|
_onPress(event) {
|
|
175
110
|
event.stopPropagation();
|
|
176
|
-
|
|
177
111
|
if (this.props.onPress) {
|
|
178
112
|
this.props.onPress(event);
|
|
179
113
|
}
|
|
180
114
|
}
|
|
181
|
-
|
|
182
115
|
_ref(ref) {
|
|
183
116
|
this.circle = ref;
|
|
184
117
|
}
|
|
185
|
-
|
|
186
118
|
render() {
|
|
187
|
-
return /*#__PURE__*/
|
|
119
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(RMFCircle, {
|
|
120
|
+
...this.props,
|
|
188
121
|
ref: this._ref,
|
|
189
122
|
onPress: this._onPress
|
|
190
|
-
})
|
|
123
|
+
});
|
|
191
124
|
}
|
|
192
|
-
|
|
193
125
|
}
|
|
194
|
-
|
|
195
126
|
exports.MFCircle = MFCircle;
|
|
196
|
-
MFCircle.propTypes = propTypes;
|
|
127
|
+
MFCircle.propTypes = propTypes;
|
|
128
|
+
// MFCircle.defaultProps = defaultProps;
|
|
197
129
|
|
|
198
130
|
var RMFCircle = (0, _reactNative.requireNativeComponent)(`RMFCircle`, MFCircle);
|
|
199
131
|
//# sourceMappingURL=MFCircle.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["viewPropTypes","ViewPropTypes","View","propTypes","center","PropTypes","shape","latitude","number","isRequired","longitude","radius","strokeWidth","strokeColor","ColorPropType","fillColor","zIndex","visible","bool","userData","object","onPress","func","MFCircle","React","Component","constructor","props","_onPress","bind","_ref","setCenter","_runCommand","setRadius","setFillColor","color","processColor","setStrokeColor","setStrokeWidth","width","setUserData","setZIndex","setVisible","_getHandle","findNodeHandle","circle","name","args","
|
|
1
|
+
{"version":3,"names":["_propTypes","_interopRequireDefault","require","_react","_deprecatedReactNativePropTypes","_ViewManagerCommand","_reactNative","_jsxRuntime","e","__esModule","default","viewPropTypes","ViewPropTypes","View","propTypes","center","PropTypes","shape","latitude","number","isRequired","longitude","radius","strokeWidth","strokeColor","ColorPropType","fillColor","zIndex","visible","bool","userData","object","onPress","func","MFCircle","React","Component","constructor","props","_onPress","bind","_ref","setCenter","_runCommand","setRadius","setFillColor","color","processColor","setStrokeColor","setStrokeWidth","width","setUserData","setZIndex","setVisible","_getHandle","findNodeHandle","circle","name","args","runViewManagerCommand","componentName","moduleName","commandName","reactTag","event","stopPropagation","ref","render","jsx","RMFCircle","exports","requireNativeComponent"],"sourceRoot":"..\\..\\..\\src","sources":["components/MFCircle.js"],"mappings":"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","ignoreList":[]}
|