<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body, html,#allmap {width: 100%;height: 100%;overflow: hidden;margin:0;}
#l-map{height:100%;width:78%;float:left;border-right:2px solid #bcbcbc;}
#r-result{height:100%;width:20%;float:left;}
</style>
<script type="text/javascript" src="http://api.map.baidu.com/api?v=1.5&ak=E2e5a8af567e7bb2e3a9892e1006c505">
</script>
<title>
测算两点的距离
</title>
</head>
<body>
<div id="allmap">
</div>
</body>
27
2013
06
使用百度地图Api,在地图上取两个点,并测算他们的距离
发布:郑德才博客 | 分类:学习之路 | 评论:0 | 浏览:
26
2013
06
使用百度地图Api,在地图上画圆形区域
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body, html,#allmap {width: 100%;height: 100%;overflow: hidden;margin:0;}
#l-map{height:100%;width:78%;float:left;border-right:2px solid #bcbcbc;}
#r-result{height:100%;width:20%;float:left;}
</style>
<script type="text/javascript" src="http://api.map.baidu.com/api?v=1.5&ak=E2e5a8af567e7bb2e3a9892e1006c505">
</script>
<title>
圆形区域搜索
</title>
</head>
<body>
<div id="allmap">
</div>
</body>
发布:郑德才博客 | 分类:学习之路 | 评论:0 | 浏览: