码迷,mamicode.com
首页 > 其他好文 > 详细

高德地图

时间:2018-11-26 00:15:14      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:初始   zoom   static   sap   demo   meta   webapi   ref   sheet   

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
<link rel="stylesheet" href="https://a.amap.com/jsapi_demos/static/demo-center/css/demo-center.css" />
<title>地图显示</title>
<style>
html,
body,
#container {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<div id="container"></div>
<!-- 加载地图JSAPI脚本 -->
<script src="https://webapi.amap.com/maps?v=1.4.10&key=1e37544b0370908f6a2705874ea81aa7"></script>
<script>
var map = new AMap.Map(‘container‘, {
resizeEnable: true, //是否监控地图容器尺寸变化
zoom:11, //初始化地图层级
center: [116.397428, 39.90923] //初始化地图中心点
});
</script>
</body>
</html>

高德地图

标签:初始   zoom   static   sap   demo   meta   webapi   ref   sheet   

原文地址:https://www.cnblogs.com/lilinhan/p/10017675.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!