700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > 高德地图 点击获取坐标

高德地图 点击获取坐标

时间:2023-01-01 17:15:34

相关推荐

高德地图 点击获取坐标

<link href="<?=Yii::getAlias('@resUrl/css/manage.css');?>" rel="stylesheet"><div class="panel panel-default"><div class="panel-body"><div id="container" class="col-sm-8" style="height:600px;"></div><div class="fl col-sm-3" style="margin-left: 30px;"><textarea name="point" id="latDiv" class="form-control" readonly rows="10"></textarea></div><br></div></div><script type="text/javascript" src="<?=Yii::getAlias('@resUrl/js/jquery.min.js')?>"></script><script type="text/javascript" src="/maps?v=1.4.4&key=<?=Yii::$app->params['amapKey'];?>"></script><script>$(function () {var map = new AMap.Map('container',{resizeEnable: true,zoom: 12});AMap.event.addListener(map, 'click', getLnglat); //点击事件/*** 点击获取坐标* @param e*/function getLnglat(e) {map.clearMap();var x = e.lnglat.getLng();var y = e.lnglat.getLat();document.getElementById("latDiv").innerHTML = '[' + x + "," + y + ']';var marker = new AMap.Marker({icon: "/theme/v1.3/markers/n/mark_b.png",position: [x, y]});marker.setMap(map);}});</script>

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。