小程序
小游戏
企业微信
微信支付
扫描小程序码分享
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
经纬度number类型造成的?ret未定义是什么?代码贴出来看看啊
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
"latitude": 116.429903,
"longitude": 39.809227,
"points": [
{
"longitude": 39.809227
}
],
"markers": [
"id": 1,
"iconPath": "/images/location.png",
"width": 48,
"height": 48
]
<map
id="myMap"
markers="{{markers}}"
show-scale="{{true}}"
latitude="{{latitude}}"
longitude="{{longitude}}"
include-points="{{points}}"
show-location="{{true}}"
>
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
经纬度number类型造成的?ret未定义是什么?代码贴出来看看啊
"latitude": 116.429903,
"longitude": 39.809227,
"points": [
{
"latitude": 116.429903,
"longitude": 39.809227
}
],
"markers": [
{
"id": 1,
"latitude": 116.429903,
"longitude": 39.809227,
"iconPath": "/images/location.png",
"width": 48,
"height": 48
}
]
<map
id="myMap"
markers="{{markers}}"
show-scale="{{true}}"
latitude="{{latitude}}"
longitude="{{longitude}}"
include-points="{{points}}"
show-location="{{true}}"
>