expo-gaode-map-navigation 1.0.1-next.3 → 1.0.1-next.4
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/build/ExpoGaodeMapNaviView.js +0 -10
- package/build/map/components/overlays/Cluster.js +0 -10
- package/build/map/components/overlays/HeatMap.js +0 -10
- package/build/map/components/overlays/MultiPoint.js +0 -10
- package/build/map/index.d.ts +1 -1
- package/build/map/index.js +3 -1
- package/package.json +1 -1
|
@@ -34,16 +34,6 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
36
|
exports.NaviView = void 0;
|
|
37
|
-
/*
|
|
38
|
-
* @Author : 尚博信_王强 wangqiang03@sunboxsoft.com
|
|
39
|
-
* @Date : 2025-12-03 20:12:54
|
|
40
|
-
* @LastEditors : 尚博信_王强 wangqiang03@sunboxsoft.com
|
|
41
|
-
* @LastEditTime : 2025-12-05 12:37:28
|
|
42
|
-
* @FilePath : /expo-gaode-map/packages/navigation/src/ExpoGaodeMapNaviView.tsx
|
|
43
|
-
* @Description :
|
|
44
|
-
*
|
|
45
|
-
* Copyright (c) 2025 by 尚博信_王强, All Rights Reserved.
|
|
46
|
-
*/
|
|
47
37
|
const expo_modules_core_1 = require("expo-modules-core");
|
|
48
38
|
const React = __importStar(require("react"));
|
|
49
39
|
const NativeView = (0, expo_modules_core_1.requireNativeViewManager)('ExpoGaodeMapNaviView');
|
|
@@ -1,14 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* @Author : 尚博信_王强 wangqiang03@sunboxsoft.com
|
|
4
|
-
* @Date : 2025-12-03 14:27:06
|
|
5
|
-
* @LastEditors : 尚博信_王强 wangqiang03@sunboxsoft.com
|
|
6
|
-
* @LastEditTime : 2025-12-05 16:21:29
|
|
7
|
-
* @FilePath : /expo-gaode-map/packages/navigation/src/map/components/overlays/Cluster.tsx
|
|
8
|
-
* @Description :
|
|
9
|
-
*
|
|
10
|
-
* Copyright (c) 2025 by 尚博信_王强, All Rights Reserved.
|
|
11
|
-
*/
|
|
12
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13
3
|
if (k2 === undefined) k2 = k;
|
|
14
4
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -1,14 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* @Author : 尚博信_王强 wangqiang03@sunboxsoft.com
|
|
4
|
-
* @Date : 2025-12-03 14:27:06
|
|
5
|
-
* @LastEditors : 尚博信_王强 wangqiang03@sunboxsoft.com
|
|
6
|
-
* @LastEditTime : 2025-12-05 16:21:04
|
|
7
|
-
* @FilePath : /expo-gaode-map/packages/navigation/src/map/components/overlays/HeatMap.tsx
|
|
8
|
-
* @Description :
|
|
9
|
-
*
|
|
10
|
-
* Copyright (c) 2025 by 尚博信_王强, All Rights Reserved.
|
|
11
|
-
*/
|
|
12
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13
3
|
if (k2 === undefined) k2 = k;
|
|
14
4
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -1,14 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* @Author : 尚博信_王强 wangqiang03@sunboxsoft.com
|
|
4
|
-
* @Date : 2025-12-03 14:27:06
|
|
5
|
-
* @LastEditors : 尚博信_王强 wangqiang03@sunboxsoft.com
|
|
6
|
-
* @LastEditTime : 2025-12-05 16:21:15
|
|
7
|
-
* @FilePath : /expo-gaode-map/packages/navigation/src/map/components/overlays/MultiPoint.tsx
|
|
8
|
-
* @Description :
|
|
9
|
-
*
|
|
10
|
-
* Copyright (c) 2025 by 尚博信_王强, All Rights Reserved.
|
|
11
|
-
*/
|
|
12
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13
3
|
if (k2 === undefined) k2 = k;
|
|
14
4
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
package/build/map/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * from './ExpoGaodeMap.types';
|
|
2
2
|
export * from './types';
|
|
3
|
-
export { default as ExpoGaodeMapModule } from './ExpoGaodeMapModule';
|
|
3
|
+
export { default as ExpoGaodeMapModule, getWebKey, getSDKConfig } from './ExpoGaodeMapModule';
|
|
4
4
|
export type { SDKConfig, PermissionStatus } from './ExpoGaodeMapModule';
|
|
5
5
|
export { default as MapView } from './ExpoGaodeMapView';
|
|
6
6
|
export type { MapViewRef } from './ExpoGaodeMapView';
|
package/build/map/index.js
CHANGED
|
@@ -17,13 +17,15 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
17
17
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18
18
|
};
|
|
19
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
-
exports.default = exports.createLazyLoader = exports.printModuleInfo = exports.getInstalledModules = exports.OptionalModules = exports.requireModule = exports.Cluster = exports.MultiPoint = exports.HeatMap = exports.Circle = exports.Polygon = exports.Polyline = exports.Marker = exports.MapView = exports.ExpoGaodeMapModule = void 0;
|
|
20
|
+
exports.default = exports.createLazyLoader = exports.printModuleInfo = exports.getInstalledModules = exports.OptionalModules = exports.requireModule = exports.Cluster = exports.MultiPoint = exports.HeatMap = exports.Circle = exports.Polygon = exports.Polyline = exports.Marker = exports.MapView = exports.getSDKConfig = exports.getWebKey = exports.ExpoGaodeMapModule = void 0;
|
|
21
21
|
// 导出类型定义
|
|
22
22
|
__exportStar(require("./ExpoGaodeMap.types"), exports);
|
|
23
23
|
__exportStar(require("./types"), exports);
|
|
24
24
|
// 导出原生模块 - 直接使用,无需封装
|
|
25
25
|
var ExpoGaodeMapModule_1 = require("./ExpoGaodeMapModule");
|
|
26
26
|
Object.defineProperty(exports, "ExpoGaodeMapModule", { enumerable: true, get: function () { return __importDefault(ExpoGaodeMapModule_1).default; } });
|
|
27
|
+
Object.defineProperty(exports, "getWebKey", { enumerable: true, get: function () { return ExpoGaodeMapModule_1.getWebKey; } });
|
|
28
|
+
Object.defineProperty(exports, "getSDKConfig", { enumerable: true, get: function () { return ExpoGaodeMapModule_1.getSDKConfig; } });
|
|
27
29
|
// 导出地图视图组件
|
|
28
30
|
var ExpoGaodeMapView_1 = require("./ExpoGaodeMapView");
|
|
29
31
|
Object.defineProperty(exports, "MapView", { enumerable: true, get: function () { return __importDefault(ExpoGaodeMapView_1).default; } });
|