提交 a83d444b 编写于 作者: VK1688's avatar VK1688

update: 调整unicloud-map组件的示例图

上级 ab2e918f
......@@ -1783,15 +1783,19 @@ let res = await db.collection('user').where({
通过从数据库获取POI数据,渲染到地图上
![](https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/3707/409.png)
<a target="_blank">
<img src="https://web-ext-storage.dcloud.net.cn/unicloud/uni-map/9219a88d-f8d8-4ffe-9bc5-16e7213d6f29.png" style="width: 400px;"/>
</a>
**渲染动态POI运行效果图**
通过从数据库获取POI数据,并通过 uni-id-common 内的路线规划API,计算路线、距离、时间
通过从数据库获取POI数据,并通过公共模块 [uni-map-common](https://doc.dcloud.net.cn/uniCloud/uni-map-common.html) 内的路线规划API,计算路线、距离、时间
**运行效果图**
![](https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/3707/408.png)
<a target="_blank" href="https://web-ext-storage.dcloud.net.cn/unicloud/uni-map/uni-map.mp4">
<img src="https://web-ext-storage.dcloud.net.cn/unicloud/uni-map/d4d666d7-94de-41f4-aa22-c913cc78d9ca.png" style="width: 400px;" />
</a>
## 事务@transaction
......
......@@ -2703,15 +2703,19 @@ const res = await db.collection('geo-near').aggregate().geoNear({
通过从数据库获取POI数据,渲染到地图上
![](https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/3707/409.png)
<a target="_blank">
<img src="https://web-ext-storage.dcloud.net.cn/unicloud/uni-map/9219a88d-f8d8-4ffe-9bc5-16e7213d6f29.png" style="width: 400px;"/>
</a>
**渲染动态POI运行效果图**
通过从数据库获取POI数据,并通过 uni-id-common 内的路线规划API,计算路线、距离、时间
通过从数据库获取POI数据,并通过公共模块 [uni-map-common](https://doc.dcloud.net.cn/uniCloud/uni-map-common.html) 内的路线规划API,计算路线、距离、时间
**运行效果图**
![](https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/3707/408.png)
<a target="_blank" href="https://web-ext-storage.dcloud.net.cn/unicloud/uni-map/uni-map.mp4">
<img src="https://web-ext-storage.dcloud.net.cn/unicloud/uni-map/d4d666d7-94de-41f4-aa22-c913cc78d9ca.png" style="width: 400px;" />
</a>
### 查询某字段和另一个表的字段相等的记录@enhanced-in
......
......@@ -24,7 +24,9 @@ unicloud-map-admin是[unicloud-map](unicloud-map.md)组件的admin插件,提
客户端显示效果
![](https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/3707/409.png)
<a target="_blank">
<img src="https://web-ext-storage.dcloud.net.cn/unicloud/uni-map/9219a88d-f8d8-4ffe-9bc5-16e7213d6f29.png" style="width: 400px;"/>
</a>
### 使用教程
......
......@@ -83,7 +83,9 @@ export default {
**运行效果图**
![](https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/3707/409.png)
<a target="_blank">
<img src="https://web-ext-storage.dcloud.net.cn/unicloud/uni-map/9219a88d-f8d8-4ffe-9bc5-16e7213d6f29.png" style="width: 400px;"/>
</a>
**示例代码**
......@@ -249,11 +251,13 @@ export default {
#### 渲染动态POI@dynamicspoi
通过从数据库获取POI数据,并通过 uni-id-common 内的路线规划API,计算路线、距离、时间
通过从数据库获取POI数据,并通过公共模块 [uni-map-common](https://doc.dcloud.net.cn/uniCloud/uni-map-common.html) 内的路线规划API,计算路线、距离、时间
**运行效果图**
![](https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/3707/408.png)
<a target="_blank" href="https://web-ext-storage.dcloud.net.cn/unicloud/uni-map/uni-map.mp4">
<img src="https://web-ext-storage.dcloud.net.cn/unicloud/uni-map/d4d666d7-94de-41f4-aa22-c913cc78d9ca.png" style="width: 400px;" />
</a>
**示例代码**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册