![e5e1c02e06770f18815967dbcdd27c8b.png](https://img-blog.csdnimg.cn/img_convert/e5e1c02e06770f18815967dbcdd27c8b.png)
![d0da7c804e46c855ecf15e6e1b6459de.png](https://img-blog.csdnimg.cn/img_convert/d0da7c804e46c855ecf15e6e1b6459de.png)
百度地图API支持HTTPS
如果百度地图需要使用https则需要
1、在页面加入
<script type=”text/javascript”>
window.HOST_TYPE=’2′
</script>
2、引入百度api,注意密钥及在url中添加参数s=1
<script type=”text/javascript” src=”https://api.map.baidu.com/api?v=2.0&ak=您的密钥&s=1″></script>