| [图文]Google Map 代码 |
|
| 作者:未知 文章来源:网络收集 点击数: 更新时间:2006-4-10 1:31:34
|
enter the map on Huoxian var HuoxianStation = new GMarker (new GPoint (113,28.2166)); GEvent.addListener (HuoxianStation, "click", function() { HuoxianStation.openInfoWindowHtml ("[湖南长沙]<br />超级女生~"); }); map.addOverlay (HuoxianStation);
// Center the map on Wuyi var WuyiStation = new GMarker (new GPoint (116.4,39.9)); GEvent.addListener (WuyiStation, "click", function() { WuyiStation.openInfoWindowHtml ("[北京海淀]<br /> 刘亦菲 你在吗?"); }); map.addOverlay (WuyiStation);
// Center the map on Wuyi2 var Wuyi2Station = new GMarker (new GPoint (108.3,22.8)); GEvent.addListener (Wuyi2Station, "click", function() { Wuyi2Station.openInfoWindowHtml ("[广西南宁]<br />美女很多~~~"); }); map.addOverlay (Wuyi2Station);  上一页 [1] [2] [3] [4] [5] 下一页
|
|
[ 收藏此页到: 天天|和讯|博采|ViVi|狐摘|我摘|天极 ] 文章录入:kinda 责任编辑:kinda |
|
上一篇文章: [图文]网站项目标准文档格式模版 下一篇文章: [组图]蓝色理想站长访谈:人才资金技术是永恒主题 |
| 【字体:小 大】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 |