高德地图

Posted lilinhan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了高德地图相关的知识,希望对你有一定的参考价值。

<!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>

以上是关于高德地图的主要内容,如果未能解决你的问题,请参考以下文章

手机高德地图导航原理

高德地图怎么标点 怎样标点高德地图

高德地图收不到品牌定位怎么回事

高德地图怎样定位自己的位置

苹果地图和高德地图有啥区别?

高德地图怎么看经纬度 高德地图网页版经纬度查看教程