inputMap地图选择器
... 2022-9-15 Less than 1 minute
# inputMap地图选择器
<!-- 导入需要的包 (一定要放到index.html中的head标签里) -->
<!-- 高德地图api更新必须配合安全密钥使用 -->
<script>
window._AMapSecurityConfig = {
securityJsCode: 'xxxxx',
}
</script>
<script type="text/javascript" src='https://webapi.amap.com/maps?v=1.4.11&key=xxxxxxxx&plugin=AMap.PlaceSearch'></script>
<script src="https://webapi.amap.com/ui/1.0/main.js?v=1.0.11"></script>
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
值:[
113.10235504165291,
41.03624227495205,
"内蒙古自治区乌兰察布市集宁区新体路街道顺达源广告传媒"
]
Copy