<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Google Maps API 簡易使用文件</title>
<link>http://blog.roodo.com/syshen/archives/347151.html/</link>
<description><![CDATA[在 Google 推出 Google Maps 之後，網路上出現各種 hack 網站及文件，討論如何直接從 Google Maps 的 CGI 取得地圖圖檔並推出自己的地圖服務，但是這類的網站對 Google 的負荷很大，例如前不久的 Google Maps Wallpaper 即是，大量無節制的下載圖檔，Google 沒多久就將他封殺了，而且各式 hacking 的程式良莠不齊，所以 Google 就乾脆自己推出 API 程式庫讓全世界對 Google Maps 有興趣的程式設計師能夠自行開發 Google Maps 服務，而且 Google 也可以透過 API 來對這些服務做一個控管。
這篇文章主要要介紹如何利用 Google Maps API 來把 Google 所提供的地圖服務內嵌到你的網頁中，看過這篇介紹後，你會發現這是多麼簡單的一件事情。如果你有興趣，不妨一起討論討論，或許你也可以想出很有創意的應用來。]]>
	</description>
<language>zh-tw</language>
<generator>Roodo Blog System</generator>
<copyright>All Rights Reserved</copyright>
<atom:link href="http://blog.roodo.com/syshen/archives/347151-comment.xml" rel="self" type="application/rss+xml" />
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[淺顯易懂....讚!!]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-18715901</guid>
	<author>singing@singing.idv.tw(呆呆怡)</author>	<category>文章回應</category>
	<pubDate>Thu, 12 Mar 2009 16:45:49 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[原來如此，這篇 blog 已經是兩年前的文章了，用的是 Google Maps 1.0 的 API ，真的有點舊了]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-16602753</guid>
	<author>sanny.cheng@3linkgroup.com(sdf)</author>	<category>文章回應</category>
	<pubDate>Fri, 06 Jun 2008 18:02:08 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[請問我要在地圖上顯示多個點
Info Window這ㄍ
目前只能用一個點嗎]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-14334303</guid>
		<category>文章回應</category>
	<pubDate>Wed, 29 Aug 2007 09:51:16 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[雖然小弟尚未能成功使用這樣的語法，
只能用  的間接方式，
只是又遭遇到在某些電腦上的 IE 無法瀏灠的問題，
而 Firefox 則無此問題。
不過我還是會繼續努力研究怎麼克服並完成這兩種語法，
謝謝兩位的分享。]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-12829355</guid>
		<category>文章回應</category>
	<pubDate>Wed, 25 Jul 2007 10:02:40 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[原來如此，這篇 blog 已經是兩年前的文章了，用的是 Google Maps 1.0 的 API ，真的有點舊了]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-12200095</guid>
		<category>文章回應</category>
	<pubDate>Sun, 22 Jul 2007 09:22:40 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[依syshen 給的提示，我實際測試後發現，日本地圖可以，但在台灣地圖上卻無法正常顯示。打開第一次製作的檔案（〝Google Maps 怎麼玩 ? 〞），兩相比較後，發現第三段〝GMap〞與〝GMap2〞有異，再到〝Google Maps API Documentation〞查尋，發現都是用〝GMap2〞，而且GPoint也改成GLatLng了，這應該是Google Maps API 升級了吧！再經過修改後實測，台灣地圖即可正常顯示了。又，在map.setCenter(new GLatLng(24.008904, 120.64412), 16);後的數字越大，地圖顯示比例越大，也與第一版不同。

我也寫了一件筆記，放在這裡：http://blog.xuite.net/shutter/home/12690390

註：辛苦了一個星期，總算將這個問題搞定，syshen，謝謝你寶貴的提示。]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-12062583</guid>
	<author>shutter@xuite.net(shutter)</author>	<category>文章回應</category>
	<pubDate>Sun, 22 Jul 2007 04:02:10 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[更正一下，我在留言中的 ＜＞ 全部被我轉成全形了，因為我怕 Blog 空間會把我的留言給視為語法，直接產生作用。

另外我是從 roodo 轉成　yam 的使用者，所以在 roodo 也有 Blog 空間可以測試，可否提供可以直接貼上的原始碼，我再做一下測試看看。]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-11934903</guid>
		<category>文章回應</category>
	<pubDate>Sat, 21 Jul 2007 12:50:24 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[Hi Airbolt,
我不確定你問題的原因，post 後，用瀏覽器看一下原始程式碼，看看是不是 yam 有安插一些標籤如 <br/> 或者是不是自動幫你轉換 < > 等字元]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-11934651</guid>
		<category>文章回應</category>
	<pubDate>Sat, 21 Jul 2007 12:42:32 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[另外，我提供一下我的另一比較間接的做法：
1. 在 Google Page Creator 上傳 KML 檔
2. 在　GPS Visualizer　產生 html 檔，並修改為自己適用的
3. 在 Google Page Creator 上傳該 html 檔
4. 在 Blog 中，使用語法 ＜iframe＞＜/iframe＞　將存放在 Google Page Creator 的該 html 檔給嵌入進來即可。

不過這個做法得要「Blog 空間」、「Google Maps」、「GPS Visualizer」、「Google Page Creator」四個 Server 都存活著才行，算是滿有風險的。]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-11933033</guid>
		<category>文章回應</category>
	<pubDate>Sat, 21 Jul 2007 12:25:11 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[感謝syshen！看過http://blog.roodo.com/syshen/archives/277724.html以後，終於明白問題出在哪裡了。
我在Xuite，這是測試結果：http://blog.xuite.net/shutter/home/12682505
（不好意思，借用一下座標）
感謝。





    //]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-11933029</guid>
	<author>shutter@xuite.net(shutter)</author>	<category>文章回應</category>
	<pubDate>Sat, 21 Jul 2007 12:24:56 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[Hi syshen,

我使用的是 Yam 的 Blog 空間，我在文章區貼上原始碼如下：
+++++++++++++++++++++++++++++++++++++++

＜script src="http://maps.google.com/maps?file=api&v=1&key=ABQIAAAAuG7oWOtWqEZB1PNN_pEvsBQ5_R83DoQvDaRjoUUcz5SOzE95uxQPI9Bh8GLJN8gz2X_Ib6OP9qcsVQ" type="text/javascript"＞＜/script＞
   ＜div id="mymap" style="width: 300px; height: 300px"＞＜/div＞
   ＜script type="text/javascript"＞
      //＜![CDATA[
	 var map = new GMap(document.getElementById("mymap"));
	 map.centerAndZoom(new GPoint(139.7600, 35.6700), 1);
      //]]＞
   ＜/script＞

+++++++++++++++++++++++++++++++++++
可是依然無法出現地圖畫面，是因為 Blog 空間關係嗎？　還是我的語法錯誤、短缺呢？]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-11932805</guid>
		<category>文章回應</category>
	<pubDate>Sat, 21 Jul 2007 12:17:43 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[Hi shutter and Airbolt,

看看我這篇的作法吧： <a href='http://blog.roodo.com/syshen/archives/277724.html' rel='nofollow'>http://blog.roodo.com/syshen/archives/277724.html</a>

基本上需要你的 BSP 允許你使用 javascript]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-11608323</guid>
		<category>文章回應</category>
	<pubDate>Fri, 20 Jul 2007 01:56:21 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[直接放置在 Blog 的方式，我試了好多次都失敗了，
後來想到了另一種折衷方式，應該這兩天會完工，
(只能用晚上空閒時間慢慢編輯)
屆時再跟大家分享一下。]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-11607917</guid>
		<category>文章回應</category>
	<pubDate>Fri, 20 Jul 2007 00:40:07 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[請教，可否實作一個放在blog的 Google Maps API ？我試了幾次皆告失敗。目前我的作法是將 Google Maps API 放在 free space ，然後用 iframe 放在 blog 裡。（註：這裡的 API Key是指向 free space 的 ）然而，我想看看您是如何在blog裡放 Google Maps API ？ 您這篇所實作的範例，好像也都是放在您的個人空間裡的？感謝。]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-11566353</guid>
	<author>shutter@xuite.net(shutter)</author>	<category>文章回應</category>
	<pubDate>Thu, 19 Jul 2007 11:29:53 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[Hi Airbolt,

不過要記得把 API Key 換成你自己的]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-11247731</guid>
		<category>文章回應</category>
	<pubDate>Wed, 11 Jul 2007 16:01:07 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[Hi Airbolt,

謝謝你的稱讚。
不過目前你的問題是需要自己寫程式來實做的，不過有個省事的作法，你可以連結到 GPS Visualizer (http://www.gpsvisualizer.com/map?form=google) 這個網站，上傳你的 KML 檔，它會幫你產生一份 Google maps 網頁，用瀏覽器看他的程式碼，Copy 應該 Copy 的部分，在貼到你的部落格當中。]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-11247725</guid>
		<category>文章回應</category>
	<pubDate>Wed, 11 Jul 2007 16:00:03 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[你好，謝謝你的教學文，
我可以成功依此製做出一嵌入了 Google Maps 的網頁。

但想請教個問題，
如果我在網路空間放了一個 KML 檔，該 KML 是顯示出一條路徑圖，
我想把這條路徑圖顯示在 Google Maps 上，並且嵌入到 "Blog" 的某篇文章裡頭，
應該怎麼做呢？  (我已經申請了 Google Maps API)]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-11224645</guid>
		<category>文章回應</category>
	<pubDate>Tue, 10 Jul 2007 17:11:40 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[blogspot 是 Google 自家產品，所以我想一定沒問題，試著使用 Firefox 的 javascript console 有無任何錯誤訊息，有可能是你哪裡寫錯了，但是沒發覺而已。]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-3900733</guid>
		<category>文章回應</category>
	<pubDate>Wed, 31 Jan 2007 16:24:28 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[向大家請教一下，blogspot.com可以作的進去嗎？因為我看不懂網頁程式碼，只會將申請到的Key貼到blogspot的範本中，但是網頁沒有顯現出來....請教一下了....謝謝！]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-3883172</guid>
	<author>look2010@gmail.com(Look)</author>	<category>文章回應</category>
	<pubDate>Fri, 26 Jan 2007 00:38:54 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[用 Google Earth 可以直接得到經緯度座標]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-3657193</guid>
		<category>文章回應</category>
	<pubDate>Sat, 25 Nov 2006 01:31:28 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[Very nice site! I like it very much. 
<a href='http://help.de.kakiko.com/seroquel.html' rel='nofollow'>http://help.de.kakiko.com/seroquel.html</a> <a href='http://help.de.kakiko.com/provigil.html' rel='nofollow'>http://help.de.kakiko.com/provigil.html</a> <a href='http://help.de.kakiko.com/percocet.html' rel='nofollow'>http://help.de.kakiko.com/percocet.html</a> <a href='http://help.de.kakiko.com/oxycontin.html' rel='nofollow'>http://help.de.kakiko.com/oxycontin.html</a> <a href='http://help.de.kakiko.com/nexium.html' rel='nofollow'>http://help.de.kakiko.com/nexium.html</a> <a href='http://help.de.kakiko.com/metformin.html' rel='nofollow'>http://help.de.kakiko.com/metformin.html</a> <a href='http://help.de.kakiko.com/lisinopril.html' rel='nofollow'>http://help.de.kakiko.com/lisinopril.html</a> <a href='http://help.de.kakiko.com/lexapro.html' rel='nofollow'>http://help.de.kakiko.com/lexapro.html</a> <a href='http://help.de.kakiko.com/levaquin.html' rel='nofollow'>http://help.de.kakiko.com/levaquin.html</a> <a href='http://help.de.kakiko.com/fosamax.html' rel='nofollow'>http://help.de.kakiko.com/fosamax.html</a> <a href='http://help.de.kakiko.com/effexor.html' rel='nofollow'>http://help.de.kakiko.com/effexor.html</a> <a href='http://help.de.kakiko.com/celexa.html' rel='nofollow'>http://help.de.kakiko.com/celexa.html</a> <a href='http://help.de.kakiko.com/celebrex.html' rel='nofollow'>http://help.de.kakiko.com/celebrex.html</a> <a href='http://help.de.kakiko.com/adderall.html' rel='nofollow'>http://help.de.kakiko.com/adderall.html</a>]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-2729265</guid>
	<author>drugs.fdsakak@gmail.com(Celexa)</author>	<category>文章回應</category>
	<pubDate>Wed, 26 Jul 2006 09:47:02 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[Nice site. 
<a href='http://fioricetbuy.proboards107.com/' rel='nofollow'>http://fioricetbuy.proboards107.com/</a> , 
<a href='http://diazepambuy.proboards107.com/' rel='nofollow'>http://diazepambuy.proboards107.com/</a> , 
<a href='http://wellbutrinbuy.proboards91.com/' rel='nofollow'>http://wellbutrinbuy.proboards91.com/</a> , 
<a href='http://butalbitalbuy.proboards102.com/' rel='nofollow'>http://butalbitalbuy.proboards102.com/</a> , 
<a href='http://hydrocodonebuy.proboards99.com/' rel='nofollow'>http://hydrocodonebuy.proboards99.com/</a>]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-2433335</guid>
	<author>unated-drugsellers12@yahoo.com(Buy diazepam)</author>	<category>文章回應</category>
	<pubDate>Sun, 02 Jul 2006 00:04:49 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[Great website! Bookmarked! I am impressed at your work! 
<a href='http://bonus.blox.pl/resource/diethoodiapill.html' rel='nofollow'>http://bonus.blox.pl/resource/diethoodiapill.html</a> 
<a href='http://bonus.blox.pl/resource/hoodia.html' rel='nofollow'>http://bonus.blox.pl/resource/hoodia.html</a> 
<a href='http://bonus.blox.pl/resource/gordoniihoodia.html' rel='nofollow'>http://bonus.blox.pl/resource/gordoniihoodia.html</a> 
<a href='http://bonus.blox.pl/resource/hoodiapure.html' rel='nofollow'>http://bonus.blox.pl/resource/hoodiapure.html</a> 
<a href='http://bonus.blox.pl/resource/diethoodia.html' rel='nofollow'>http://bonus.blox.pl/resource/diethoodia.html</a> 
<a href='http://bonus.blox.pl/resource/hoodialossweight.html' rel='nofollow'>http://bonus.blox.pl/resource/hoodialossweight.html</a> 
<a href='http://bonus.blox.pl/resource/hoodiapatch.html' rel='nofollow'>http://bonus.blox.pl/resource/hoodiapatch.html</a> 
<a href='http://bonus.blox.pl/resource/hoodiapluspure.html' rel='nofollow'>http://bonus.blox.pl/resource/hoodiapluspure.html</a> 
<a href='http://bonus.blox.pl/resource/bestdiethoodia.html' rel='nofollow'>http://bonus.blox.pl/resource/bestdiethoodia.html</a> 
<a href='http://bonus.blox.pl/resource/bestdiethoodiapill.html' rel='nofollow'>http://bonus.blox.pl/resource/bestdiethoodiapill.html</a>]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-2385495</guid>
	<author>hoodianline.ut@gmail.com(Hoodia)</author>	<category>文章回應</category>
	<pubDate>Mon, 26 Jun 2006 05:04:50 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[好棒的說明]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-2258400</guid>
	<author>mapart@gmail.com(Mapart)</author>	<category>文章回應</category>
	<pubDate>Thu, 08 Jun 2006 14:59:13 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[写得非常好，给Google Map API 的学习者提供了最好的中文资料。]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-1474383</guid>
	<author>xcly1@126.com(楚影_xcly)</author>	<category>文章回應</category>
	<pubDate>Tue, 07 Mar 2006 09:36:13 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[    你好！ 
    我看了你的文章想照着做一个类似的东西，也申请到了API key ，接下来该写代码了。但我什么都不懂，不知道代码该写到哪里，代码应该写到哪里呢? 希望能得到你的指点和帮助。谢谢了！
    我的联系方式是：whsb520@163.com
    期待你的回复。]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-1124993</guid>
	<author>whsb520@163.com(whsb520)</author>	<category>文章回應</category>
	<pubDate>Fri, 06 Jan 2006 15:35:13 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[原本打算写一篇关于Google Maps API的文章，意外的发现了这里；看来没必要了 ：）

http://slashdotcn.org/article.php/20051015152129989]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-672392</guid>
	<author>errorter@gmail.com(errorter)</author>	<category>文章回應</category>
	<pubDate>Sun, 16 Oct 2005 02:59:04 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[巨細靡遺~~
小弟佩服...]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-649271</guid>
		<category>文章回應</category>
	<pubDate>Tue, 11 Oct 2005 10:45:55 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[Hi, syshen, 看到你寫的blog裡面 暗示 台灣的地址沒辦法直接查詢經緯度
建議你試試看 <a href="http://mmap.no-ip.info/">MMap
輸入中文地址就可以給你經緯度、地圖、和空照圖</a> 並自動連結到google map喔！]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-597628</guid>
		<category>文章回應</category>
	<pubDate>Fri, 30 Sep 2005 02:53:14 +0800</pubDate>
</item>
<item>
	<title>回應：Google Maps API 簡易使用文件</title>
	<description><![CDATA[Google Maps Supports the function "openInfoWindowHtml()"]]>
	</description>
	<link>http://blog.roodo.com/syshen/archives/347151.html</link>
	<guid>http://blog.roodo.com/syshen/archives/347151.html#comment-576997</guid>
	<author>haochi.chen@gmail.com(QQS)</author>	<category>文章回應</category>
	<pubDate>Sun, 25 Sep 2005 21:51:21 +0800</pubDate>
</item>
</channel>
</rss>