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

twelfth week

时间:2018-11-22 20:51:26      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:1.2   ngx   city   api   and   elf   pes   lzo   显示   

<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
  <style type="text/css">
  body, html,#allmap
   {
    width: 100%;
    height: 100%;
    font-family:"微软雅黑";}
  </style>
  <script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=pKMqXU9769eDngXWsEpszhT5z6wR45RO
">
 
</script>
  <title>达州市地图展示</title>
</head>
<body>
  <div id="allmap"></div>
</body>
</html>
<script type="text/javascript">
  // 百度地图API功能
  var map = new BMap.Map("allmap");    // 创建Map实例
  map.centerAndZoom(new BMap.Point(107.49,31.23), 11);  // 初始化地图,设置中心点坐标和地图级别
  //添加地图类型控件
  map.addControl(new BMap.MapTypeControl({
    mapTypes:[
            BMAP_NORMAL_MAP,
            BMAP_HYBRID_MAP
        ]}));   
  map.setCurrentCity("达州");          // 设置地图显示的城市 此项是必须设置的
  map.enableScrollWheelZoom(true);     //开启鼠标滚轮缩放
</script>

twelfth week

标签:1.2   ngx   city   api   and   elf   pes   lzo   显示   

原文地址:https://www.cnblogs.com/l69-l54/p/10003297.html

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