<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d4684235500622716427\x26blogName\x3dCaiwangqin\x27s+blog\x26publishMode\x3dPUBLISH_MODE_HOSTED\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttp://blog.caiwangqin.com/search\x26blogLocale\x3dzh_CN\x26v\x3d2\x26homepageUrl\x3dhttp://blog.caiwangqin.com/\x26vt\x3d3393395200455623441', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Caiwangqin's blog

Focus on Life, Cloud Service, Smart Hardware, Architecture, Technic and beyond…

Fun With Google Maps

2006年9月13日星期三

Tom Managan’s Fun With Google Maps 提供了两个非常好用的Google API Extension, 使用这两个Extension可以轻松的向Google Map上加入自己希望的Label, 强烈推荐:


TPhoto API Extension


While figuring out how to lay my own images into the Google Maps interface, I ended up with some pretty useful javascript, so I bundled it up as a tightly integrated extension to the official API.


TLabel API Extension


While I was building the Blackbird project, it bothered me that the info windows were so big, even if I didn’t have enough text to fill them. TLabel is my answer to that problem. With it, you can label a point on the map and only take up as much map-space as you need. Now I just need to go back and use it on the Blackbird page.


 


 


其它资源:


http://www.gmaptools.com 提供BpBrowser, BpDownloadUrl, BpLabel, BpMarker, BpMarkerLight, BpMarkerList,BpWindow 等非常有用的Google Map API扩展。


http://www.econym.demon.co.uk/googlemaps/ 介绍了一系列为自定义Google Map的方法。


 


注意:以上网站中国大陆需要使用代理访问。


标签:

posted by Caiwangqin, 11:09

0 Comments:

发表评论

订阅 博文评论 [Atom]

<< 主页