<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
	>
<channel>
	<title>Google Maps API V3 と Gears Geolocation API 使って Android のブラウザで現在位置情報を取得する へのコメント</title>
	<atom:link href="http://creco.net/2009/06/11/google_maps_api_v3_with_gears_geolocation_api/feed/" rel="self" type="application/rss+xml" />
	<link>http://creco.net/2009/06/11/google_maps_api_v3_with_gears_geolocation_api/</link>
	<description>East or west, home is best.</description>
	<lastBuildDate>Wed, 06 Jan 2010 06:41:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>2009/07/17に気になったこと &#124; debeso より</title>
		<link>http://creco.net/2009/06/11/google_maps_api_v3_with_gears_geolocation_api/comment-page-1/#comment-72</link>
		<dc:creator>2009/07/17に気になったこと &#124; debeso</dc:creator>
		<pubDate>Fri, 17 Jul 2009 14:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://creco.net/2009/06/11/google_maps_api_v3_with_gears_geolocation_api/#comment-72</guid>
		<description>[...]   Google Maps API V3 と Gears Geolocation API 使って Android のブラウザで現在位置情報を取得する &#124; クレコ AndroidでGPSデータ取得  [...]</description>
		<content:encoded><![CDATA[<p>[...]   Google Maps API V3 と Gears Geolocation API 使って Android のブラウザで現在位置情報を取得する | クレコ AndroidでGPSデータ取得  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>iPhone OS 3.0 のブラウザから使えるようになったGPS現在位置情報をTwitterに投稿するJavaScript &#124; クレコ より</title>
		<link>http://creco.net/2009/06/11/google_maps_api_v3_with_gears_geolocation_api/comment-page-1/#comment-50</link>
		<dc:creator>iPhone OS 3.0 のブラウザから使えるようになったGPS現在位置情報をTwitterに投稿するJavaScript &#124; クレコ</dc:creator>
		<pubDate>Wed, 17 Jun 2009 13:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://creco.net/2009/06/11/google_maps_api_v3_with_gears_geolocation_api/#comment-50</guid>
		<description>[...] Google Maps API V3 と Gears Geolocation API 使って Android のブラウザで現在位置情報を取得する &#124; クレコ では、Androidのブラウザで現在位置情報取得してTwitterにポストするというJavaScriptを作りまし [...]</description>
		<content:encoded><![CDATA[<p>[...] Google Maps API V3 と Gears Geolocation API 使って Android のブラウザで現在位置情報を取得する | クレコ では、Androidのブラウザで現在位置情報取得してTwitterにポストするというJavaScriptを作りまし [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>inagaki より</title>
		<link>http://creco.net/2009/06/11/google_maps_api_v3_with_gears_geolocation_api/comment-page-1/#comment-45</link>
		<dc:creator>inagaki</dc:creator>
		<pubDate>Thu, 11 Jun 2009 08:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://creco.net/2009/06/11/google_maps_api_v3_with_gears_geolocation_api/#comment-45</guid>
		<description>というわけで、改善。

逆ジオコーディングの部分で、typesがpoliticalの場合のみ採用（道路名と郵便番号は除外）
あとはcountryから組み立てたほうがいいのかもしれないけど、面倒なので（海外と日本では住所の組み立てが違うので。）formatted_addressを採用し、日本の場合「日本」ってのが気持ち悪いのでとってやる処理

以上。</description>
		<content:encoded><![CDATA[<p>というわけで、改善。</p>
<p>逆ジオコーディングの部分で、typesがpoliticalの場合のみ採用（道路名と郵便番号は除外）<br />
あとはcountryから組み立てたほうがいいのかもしれないけど、面倒なので（海外と日本では住所の組み立てが違うので。）formatted_addressを採用し、日本の場合「日本」ってのが気持ち悪いのでとってやる処理</p>
<p>以上。</p>
]]></content:encoded>
	</item>
	<item>
		<title>inagaki より</title>
		<link>http://creco.net/2009/06/11/google_maps_api_v3_with_gears_geolocation_api/comment-page-1/#comment-44</link>
		<dc:creator>inagaki</dc:creator>
		<pubDate>Thu, 11 Jun 2009 08:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://creco.net/2009/06/11/google_maps_api_v3_with_gears_geolocation_api/#comment-44</guid>
		<description>あ、逆ジオコーディングのところで、道路名や郵便番号拾ってこないように処理する中で「日本」ってキーを決めうちしてるから、海外でつかえねーなｗ
responseを見て typesキーで判断したほうがいいと思います。うん。</description>
		<content:encoded><![CDATA[<p>あ、逆ジオコーディングのところで、道路名や郵便番号拾ってこないように処理する中で「日本」ってキーを決めうちしてるから、海外でつかえねーなｗ<br />
responseを見て typesキーで判断したほうがいいと思います。うん。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
