Map坐标选择器
... 2021-7-29 About 1 min
# Map坐标选择器
<!-- 导入需要的包 (一定要放到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
# 基础用法
Copy
# 默认值
Copy
# 禁用状态
Copy
# 高德参数
Copy