首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

google 地图 弹出信息框

2013-01-26 
google map 弹出信息框google.maps.event.addListener(marker, mouseover, function () {??????? coordI

google map 弹出信息框

google.maps.event.addListener(marker, 'mouseover', function () {
??????? coordInfoWindow.setContent(content);
??????? coordInfoWindow.setPosition(new google.maps.LatLng(location.lat, location.lng));
??????? coordInfoWindow.open(map);
?});

???? 如图:google 地图 弹出信息框

热点排行