随笔分类 -  高德地图

高德地图之 鼠标移进移出时 图标的改变
摘要://列表鼠标移入 和 点标记移上去markerList.on('listElementMouseenter markerMouseover markerClick listElementClick', function(event, record) { if (record && record.ma 阅读全文
posted @ 2017-05-05 14:49 温温婉婉 阅读(1296) 评论(0) 推荐(0)
高德地图之--海外地图
摘要:在页面加载时,运行这段文字就能加载海外地图了 map = new AMap.Map("mapViewContainer", { resizeEnable:true, zoom:18, center: [116.397428, 39.90923],//地图中心点}); //海外地图var google 阅读全文
posted @ 2017-05-05 14:42 温温婉婉 阅读(1082) 评论(0) 推荐(0)