功能说明:
计算当前定位位置到目的地之间的距离。
- 首先在app.json配置参数
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
- 页面.wxml:
<view class="cont_location">
<text>{
{
item2.address}}</text>
<text wx:if='{
{item2.distance}}'>{
{
item2.distance}}</text>
<text wx:else>定位中</text>
</view>
- 页面.js:
const app = getApp()
Page({
data: {
productAll: [
//美食
[{
"id": 0