<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[BIWEB开源PHP WMS系统创始人ArthurXF肖飞的blog]]></title> 
<link>http://www.bizeway.net/index.php</link> 
<description><![CDATA[网务通 - 网务公司发展之路]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[BIWEB开源PHP WMS系统创始人ArthurXF肖飞的blog]]></copyright>
<item>
<link>http://www.bizeway.net/read.php?</link>
<title><![CDATA[google地图 地点to坐标的]]></title> 
<author>ArthurXF &lt;arthurxf@gmail.com&gt;</author>
<category><![CDATA[PHP]]></category>
<pubDate>Mon, 30 May 2011 10:34:34 +0000</pubDate> 
<guid>http://www.bizeway.net/read.php?</guid> 
<description>
<![CDATA[ 
	http请求格式<br/><br/>&nbsp;&nbsp;http://maps.google.com/maps/geo?q=查询关键字&output=kml(输出格式可以为xml kml json)&oe=utf8&sensor=true或者false&key=你的apikey<br/><br/>示例<br/><br/>&nbsp;&nbsp;http://maps.google.com/maps/geo?q=湖南大学软件学院&output=kml&key=abcdefg(api key)<br/><br/>&nbsp;&nbsp;输出kml文件如下：<br/><br/>&nbsp;&nbsp;<br/>view plaincopy to clipboardprint?<br/>01.<?xml version="1.0" encoding="UTF-8" ?> &nbsp;<br/>02.<kml xmlns="http://earth.google.com/kml/2.0"><Response> &nbsp;<br/>03. &nbsp;<name>湖南大学软件学院</name> &nbsp;<br/>04. &nbsp;<Status> &nbsp;<br/>05. &nbsp; &nbsp;<code>200</code> &nbsp;<br/>06. &nbsp; &nbsp;<request>geocode</request> &nbsp;<br/>07. &nbsp;</Status> &nbsp;<br/>08. &nbsp;<Placemark id="p1"> &nbsp;<br/>09. &nbsp; &nbsp;<address>中国湖南省长沙市岳麓区麓山南路252号湖南大学软件学院</address> &nbsp;<br/>10. &nbsp; &nbsp;<AddressDetails Accuracy="9" xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"><Country><CountryNameCode>CN</CountryNameCode><CountryName>中国</CountryName><AdministrativeArea><AdministrativeAreaName>湖南省</AdministrativeAreaName><Locality><LocalityName>长沙市</LocalityName><DependentLocality><DependentLocalityName>岳麓区</DependentLocalityName><Thoroughfare><ThoroughfareName>麓山南路252号</ThoroughfareName></Thoroughfare><AddressLine>湖南大学软件学院</AddressLine></DependentLocality></Locality></AdministrativeArea></Country></AddressDetails> &nbsp;<br/>11. &nbsp; &nbsp;<ExtendedData> &nbsp;<br/>12. &nbsp; &nbsp; &nbsp;<LatLonBox north="28.1822847" south="28.1626124" east="112.9608784" west="112.9288636" /> &nbsp;<br/>13. &nbsp; &nbsp;</ExtendedData> &nbsp;<br/>14. &nbsp; &nbsp;<Point><coordinates>112.9448710,28.1724490,0</coordinates></Point> &nbsp;<br/>15. &nbsp;</Placemark> &nbsp;<br/>16.</Response></kml> &nbsp;<br/><?xml version="1.0" encoding="UTF-8" ?><br/><kml xmlns="http://earth.google.com/kml/2.0"><Response><br/> &nbsp;<name>湖南大学软件学院</name><br/> &nbsp;<Status><br/> &nbsp; &nbsp;<code>200</code><br/> &nbsp; &nbsp;<request>geocode</request><br/> &nbsp;</Status><br/> &nbsp;<Placemark id="p1"><br/> &nbsp; &nbsp;<address>中国湖南省长沙市岳麓区麓山南路252号湖南大学软件学院</address><br/> &nbsp; &nbsp;<AddressDetails Accuracy="9" xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"><Country><CountryNameCode>CN</CountryNameCode><CountryName>中国</CountryName><AdministrativeArea><AdministrativeAreaName>湖南省</AdministrativeAreaName><Locality><LocalityName>长沙市</LocalityName><DependentLocality><DependentLocalityName>岳麓区</DependentLocalityName><Thoroughfare><ThoroughfareName>麓山南路252号</ThoroughfareName></Thoroughfare><AddressLine>湖南大学软件学院</AddressLine></DependentLocality></Locality></AdministrativeArea></Country></AddressDetails><br/> &nbsp; &nbsp;<ExtendedData><br/> &nbsp; &nbsp; &nbsp;<LatLonBox north="28.1822847" south="28.1626124" east="112.9608784" west="112.9288636" /><br/> &nbsp; &nbsp;</ExtendedData><br/> &nbsp; &nbsp;<Point><coordinates>112.9448710,28.1724490,0</coordinates></Point><br/> &nbsp;</Placemark><br/></Response></kml><br/> <br/><br/>解释<br/><br/>&nbsp;&nbsp;<name>为查询关键字标签<br/><br/>&nbsp;&nbsp;<address>为关键字对应的详细地址<br/><br/>&nbsp;&nbsp;<CountryName>国家<br/><br/>&nbsp;&nbsp;<AdministrativeAreaName>省份名<br/><br/>&nbsp;&nbsp;<LocalityName>城市名<br/><br/>&nbsp;&nbsp;<DependentLocalityName>区名<br/><br/>&nbsp;&nbsp;<ThoroughfareName>路名及门牌号<br/><br/>< src="http://hi.images.csdn.net/js/blog/tiny_mce/themes/advanced/langs/zh.js" type="text/javascript"><br/>< src="http://hi.images.csdn.net/js/blog/tiny_mce/plugins/syntaxhl/langs/zh.js" type="text/javascript"><br/>t;&nbsp;&nbsp;<coordinates>经度，纬度<br/><br/>详细api文档请浏览 http://code.google.com/intl/zh-CN/apis/maps/documentation/geocoding/ <br/><br/>http://www.step1.cn/googleapi/map/kml.htm<br/><br/><br/>Tags - <a href="tag.php?tag=google%E5%9C%B0%E5%9B%BE" rel="tag">google地图</a>
]]>
</description>
</item><item>
<link>http://www.bizeway.net/read.php?&amp;guid=0#topreply</link>
<title><![CDATA[[评论] google地图 地点to坐标的]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.bizeway.net/read.php?&amp;guid=0#topreply</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>