Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-api
提交
9050b6d8
U
uni-api
项目概览
DCloud
/
uni-api
通知
671
Star
23
Fork
12
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
3
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-api
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
3
Issue
3
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
9050b6d8
编写于
6月 20, 2024
作者:
DCloud-yyl
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
更新版本为1.1
上级
ef840d40
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
18 addition
and
11 deletion
+18
-11
uni_modules/uni-getLocation-tencent/changelog.md
uni_modules/uni-getLocation-tencent/changelog.md
+2
-0
uni_modules/uni-getLocation-tencent/package.json
uni_modules/uni-getLocation-tencent/package.json
+8
-6
uni_modules/uni-getLocation-tencent/readme.md
uni_modules/uni-getLocation-tencent/readme.md
+6
-3
uni_modules/uni-getLocation-tencent/utssdk/app-android/config.json
...es/uni-getLocation-tencent/utssdk/app-android/config.json
+1
-1
uni_modules/uni-getLocation-tencent/utssdk/app-ios/config.json
...odules/uni-getLocation-tencent/utssdk/app-ios/config.json
+1
-1
未找到文件。
uni_modules/uni-getLocation-tencent/changelog.md
浏览文件 @
9050b6d8
## 1.1(2024-06-20)
支持iOS平台
## 1.0.1(2023-10-23)
更新android自定义基座操作步骤
## 1.0.0(2023-09-11)
...
...
uni_modules/uni-getLocation-tencent/package.json
浏览文件 @
9050b6d8
{
"id"
:
"uni-getLocation-tencent"
,
"displayName"
:
"uni-getLocation-tencent"
,
"version"
:
"1.
0.
1"
,
"version"
:
"1.1"
,
"description"
:
"基于腾讯定位服务,实现uni.getLocation 获取定位功能"
,
"keywords"
:
[
"uni-getLocation-tencent"
"uni.getLocation"
,
"tencent"
],
"repository"
:
""
,
"engines"
:
{
"HBuilderX"
:
"^
3.8.12
"
"HBuilderX"
:
"^
4.0
"
},
"dcloudext"
:
{
"type"
:
"uts"
,
...
...
@@ -41,7 +42,8 @@
"platforms"
:
{
"cloud"
:
{
"tcb"
:
"y"
,
"aliyun"
:
"y"
"aliyun"
:
"y"
,
"alipay"
:
"n"
},
"client"
:
{
"Vue"
:
{
...
...
@@ -50,10 +52,10 @@
},
"App"
:
{
"app-android"
:
{
"minVersion"
:
"
19
"
"minVersion"
:
"
21
"
},
"app-ios"
:
{
"minVersion"
:
"
9
"
"minVersion"
:
"
12
"
}
},
"H5-mobile"
:
{
...
...
uni_modules/uni-getLocation-tencent/readme.md
浏览文件 @
9050b6d8
# uts-tencentgeolocation腾讯定位插件使用文档
## API使用
参考
[
uni.getLocation
](
https://doc.dcloud.net.cn/uni-app-x/api/get-location.html
)
## Android 平台
1.
申请腾讯地图key
...
...
@@ -26,7 +30,7 @@
3.
制作自定义基座运行后生效
提交云端打包制作自定义基座后,再在HBuilderX中真机运行。
## iOS 平台
(暂未支持)
## iOS 平台
1.
申请腾讯地图key
...
...
@@ -35,7 +39,6 @@
2.
配置key到插件中
在项目根目录下添加 Info.plist 文件,详情参考:
[
iOS原生应用配置文件
](
https://uniapp.dcloud.net.cn/tutorial/app-nativeresource-ios.html#infoplist
)
。将申请的 key 配置到项目 Info.plist 的 TencentLBSAPIKey 键值中,如下:
```
xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
...
...
@@ -84,4 +87,4 @@ App的隐私政策中需披露使用的三方SDK相关情况:
## 相关开发文档
-
[
UTS 语法
](
https://uniapp.dcloud.net.cn/tutorial/syntax-uts.html
)
-
[
UTS
原生插件
](
https://uniapp.dcloud.net.cn
/plugin/uts-plugin.html
)
-
[
UTS
插件开发文档
](
https://doc.dcloud.net.cn/uni-app-x
/plugin/uts-plugin.html
)
uni_modules/uni-getLocation-tencent/utssdk/app-android/config.json
浏览文件 @
9050b6d8
...
...
@@ -2,6 +2,6 @@
"dependencies"
:
[
"com.tencent.map.geolocation:TencentLocationSdk-openplatform:7.3.0"
],
"minSdkVersion"
:
"
19
"
"minSdkVersion"
:
"
21
"
}
uni_modules/uni-getLocation-tencent/utssdk/app-ios/config.json
浏览文件 @
9050b6d8
{
"frameworks"
:
[
"libz.1.2.5.tbd"
]
]
,
"deploymentTarget"
:
"12"
}
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录