<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>William Hua的Blog &#187; 路径</title>
	<atom:link href="http://www.williamhua.com/tag/%e8%b7%af%e5%be%84/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.williamhua.com</link>
	<description>一个关于生活感悟、新奇见闻、互联网和消费电子的Blog</description>
	<lastBuildDate>Mon, 04 Jul 2011 01:29:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Android中在地图上显示两点间路径的方法</title>
		<link>http://www.williamhua.com/2009/04/the-way-to-show-route-on-a-map/</link>
		<comments>http://www.williamhua.com/2009/04/the-way-to-show-route-on-a-map/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 07:56:32 +0000</pubDate>
		<dc:creator>William Hua</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[嵌入式开发]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Intent]]></category>
		<category><![CDATA[route]]></category>
		<category><![CDATA[路径]]></category>

		<guid isPermaLink="false">http://www.williamhua.com/?p=96</guid>
		<description><![CDATA[在Android 0.9 以及之前的SDK中，一直有一个com.google.googlenav的package，可以用来实现很多和Google地图相关的复杂功能，比如我今天要讲的显式两点间路径等。但是从1.0的SDK开始这个package被移除了，这使得很多早期的Android程序无法编译和运行，相关的功能也就没法实现了——Google一早就承诺会把Android开源，在开源的前夕移除一些比较高级的API也是可以理解的，何况他提供了很棒的Intent机制让我们调用内置的Google Maps。]]></description>
		<wfw:commentRss>http://www.williamhua.com/2009/04/the-way-to-show-route-on-a-map/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

