V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  yao978318542  ›  全部回复第 28 页 / 共 48 页
回复总数  942
1 ... 24  25  26  27  28  29  30  31  32  33 ... 48  
伴侣远比工作重要的多!人的一生中找到一个对的人是多么的不容易
<!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%;margin:0;font-family:"微软雅黑";}
#l-map{height:500px;width:100%;}
#r-result{width:100%;}
</style>
<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=您的密钥"></script>
<title>设置点是否可拖拽</title>
</head>
<body>
<div id="l-map"></div>
<div id="r-result">
</div>
</body>
</html>
<script type="text/javascript">
// 百度地图 API 功能
var map = new BMap.Map("l-map");
var point = new BMap.Point(116.400244,39.92556);
map.centerAndZoom(point, 15);
var marker = new BMap.Marker(point);// 创建标注
map.addOverlay(marker); // 将标注添加到地图中
marker.enableDragging();
marker.addEventListener("dragend", function(e){
console.log(e.point);
var local = new BMap.LocalSearch(e.point, {
renderOptions: {map: map, panel: "r-result"}
});
local.searchNearby("超市",e.point,1000);

});
</script>
看看是不是你想要的功能
现在上班不太方便啊 下班回去你看可以不
@xiaxueme #6 map ?不是地图吗?你绑定他干啥 绑定你那个标注点啊
@yao978318542 #3 markdown 编辑器还真是琢磨不透呢?哎!你有神马好用的转换工具吗?
@xiaxueme #2
为标注点绑定拖拽事件 可得到标注点的经纬度 然后逆推便可检索
```javascript
marker.addEventListener("dragend", function(e){
console.log(e.point);

});
```
这也太简单了吧!你是做的 APP 还是 web
2017 年 8 月 2 日
回复了 Ubiquiti 创建的主题 UBNT UBNT 高端无线路由器 AmpliFi 团购活动——V2EX 网友专享!
@Halry #101 哪里有二手的啊?
@jarlyyn #7 好像现在全景都是用的都是国外的 Krpano
@awesomes #5 这个是可调的 你右键看一下
@awesomes #3 720 在国内还算做的不错的!我还看到有一家 酷雷曼做的也挺好
@lzghades #1 你是他们公司的技术吗?我看首页的全景都挺漂亮的!
2017 年 7 月 28 日
回复了 micookie 创建的主题 站长 你们都是做了些什么网站!!!
@levon #10 <5000 摸头 网站还是很不错的
2017 年 7 月 28 日
回复了 halfer53 创建的主题 问与答 对技术失去热情了怎么办?
+1
云彩,彩云,一个亿,七彩
@Hello1995 #45 已经买了 买的 i5 电竞那款 i7 都说发热厉害没敢下手 多谢啦!
@guoxu1231 #39 太贵了
@weilongs #35 我是小白啊!怕坑
1 ... 24  25  26  27  28  29  30  31  32  33 ... 48  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1035 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 24ms · UTC 23:27 · PVG 07:27 · LAX 16:27 · JFK 19:27
♥ Do have faith in what you're doing.