Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
3c7cf57b
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
3c7cf57b
编写于
2月 15, 2023
作者:
Z
z30025928
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix doc
Signed-off-by:
N
z30025928
<
734222381@qq.com
>
上级
ffc6e933
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
7 addition
and
7 deletion
+7
-7
zh-cn/application-dev/reference/apis/js-apis-geoLocationManager.md
...lication-dev/reference/apis/js-apis-geoLocationManager.md
+3
-3
zh-cn/application-dev/reference/apis/js-apis-geolocation.md
zh-cn/application-dev/reference/apis/js-apis-geolocation.md
+1
-1
zh-cn/application-dev/reference/apis/js-apis-system-location.md
...application-dev/reference/apis/js-apis-system-location.md
+3
-3
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-geoLocationManager.md
浏览文件 @
3c7cf57b
...
@@ -88,7 +88,7 @@ import geoLocationManager from '@ohos.geoLocationManager';
...
@@ -88,7 +88,7 @@ import geoLocationManager from '@ohos.geoLocationManager';
| countryCode | string | 是 | 否 | 表示国家码信息。 |
| countryCode | string | 是 | 否 | 表示国家码信息。 |
| countryName | string| 是 | 否 | 表示国家信息。 |
| countryName | string| 是 | 否 | 表示国家信息。 |
| administrativeArea | string | 是 | 否 | 表示省份区域信息。 |
| administrativeArea | string | 是 | 否 | 表示省份区域信息。 |
| subAdministrativeArea | string | 是 | 否 | 表示
表示
子区域信息。 |
| subAdministrativeArea | string | 是 | 否 | 表示子区域信息。 |
| locality | string | 是 | 否 | 表示城市信息。 |
| locality | string | 是 | 否 | 表示城市信息。 |
| subLocality | string | 是 | 否 | 表示子城市信息。 |
| subLocality | string | 是 | 否 | 表示子城市信息。 |
| roadName | string | 是 | 否 |表示路名信息。 |
| roadName | string | 是 | 否 |表示路名信息。 |
...
@@ -782,12 +782,12 @@ on(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): vo
...
@@ -782,12 +782,12 @@ on(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): vo
{
{
bundleName
:
"
com.example.myapplication
"
,
bundleName
:
"
com.example.myapplication
"
,
abilityName
:
"
EntryAbility
"
,
abilityName
:
"
EntryAbility
"
,
action
:
"
action1
"
,
action
:
"
action1
"
}
}
],
],
operationType
:
wantAgent
.
OperationType
.
START_ABILITY
,
operationType
:
wantAgent
.
OperationType
.
START_ABILITY
,
requestCode
:
0
,
requestCode
:
0
,
wantAgentFlags
:
[
wantAgent
.
WantAgentFlags
.
UPDATE_PRESENT_FLAG
]
,
wantAgentFlags
:
[
wantAgent
.
WantAgentFlags
.
UPDATE_PRESENT_FLAG
]
};
};
wantAgent
.
getWantAgent
(
wantAgentInfo
).
then
((
wantAgentObj
)
=>
{
wantAgent
.
getWantAgent
(
wantAgentInfo
).
then
((
wantAgentObj
)
=>
{
...
...
zh-cn/application-dev/reference/apis/js-apis-geolocation.md
浏览文件 @
3c7cf57b
...
@@ -411,7 +411,7 @@ on(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;
...
@@ -411,7 +411,7 @@ on(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;
{
{
bundleName
:
"
com.example.myapplication
"
,
bundleName
:
"
com.example.myapplication
"
,
abilityName
:
"
EntryAbility
"
,
abilityName
:
"
EntryAbility
"
,
action
:
"
action1
"
,
action
:
"
action1
"
}
}
],
],
operationType
:
wantAgent
.
OperationType
.
START_ABILITY
,
operationType
:
wantAgent
.
OperationType
.
START_ABILITY
,
...
...
zh-cn/application-dev/reference/apis/js-apis-system-location.md
浏览文件 @
3c7cf57b
...
@@ -71,9 +71,9 @@ export default {
...
@@ -71,9 +71,9 @@ export default {
},
},
fail: function(data, code) {
fail: function(data, code) {
console.log('fail to get location. code:' + code + ', data:' + data);
console.log('fail to get location. code:' + code + ', data:' + data);
}
,
}
});
});
}
,
}
}
}
```
```
...
@@ -193,7 +193,7 @@ unsubscribe(): void
...
@@ -193,7 +193,7 @@ unsubscribe(): void
export default {
export default {
unsubscribe() {
unsubscribe() {
geolocation.unsubscribe();
geolocation.unsubscribe();
}
,
}
}
}
```
```
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录