<?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>NAzT&#039;s Blog &#187; Geolocation</title> <atom:link href="http://www.together.in.th/category/programming-2/geolocation-programming-2/feed/" rel="self" type="application/rss+xml" /><link>http://www.together.in.th</link> <description>technology, misc</description> <lastBuildDate>Sat, 17 Dec 2011 14:00:31 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>[Google Maps Geocoding] ลอง Parse Json ด้วย Groovy + Java (Netbeans)</title><link>http://www.together.in.th/try-parse-json-using-groovy-java-netbeans/</link> <comments>http://www.together.in.th/try-parse-json-using-groovy-java-netbeans/#comments</comments> <pubDate>Tue, 12 Jan 2010 09:51:09 +0000</pubDate> <dc:creator>Nat</dc:creator> <category><![CDATA[Geolocation]]></category> <category><![CDATA[Groovy]]></category> <category><![CDATA[Java]]></category> <category><![CDATA[JSON]]></category> <category><![CDATA[array]]></category> <category><![CDATA[geocoding]]></category> <category><![CDATA[git]]></category> <category><![CDATA[php]]></category> <category><![CDATA[Project]]></category> <guid
isPermaLink="false">http://www.together.in.th/?p=1244</guid> <description><![CDATA[โปรเจ็คตลกๆมาอีกแล้ว &#160;เพราะโปรเจ็คนี้ผมใช้ &#160;Json Lib&#160;+ Groovy + Java แต่ผมใช้ Groovy ดึง json (URL.text) แล้วใช้ Java เป็นตัวแกะ jsonObject เป็น jsonArray หลังจากนั้นเอาข้อมูลโยนกลับไปให้ Groovy ถอดเอาเฉพาะส่วนที่ต้องการออกมา (ในที่นี้คือ coordinates &#8212; latitude ,longitude นั่นแหละ) ดูวุ่นวายมาก ทั้งๆที่ เขียน Groovy อย่างเดียวก็ได้ เพราะ Json Lib ก็ลองรับ groovy&#160;&#160;หรือจะเขียน Java เพียวๆ เลยก็ได้&#160; &#160; เรื่องของเรื่องคืออยากเขียน Java ร่วมกับ Groovy อีกครั้ง เพราะไม่ค่อยถูกกับ Java จริงๆ มันดูเวื่นเว้อ &#160;มันเขียนเวิ่นเว้อด้วย ยาวๆ งงๆ (อาจเป็นเพราะไม่ได้ศึกษาอย่างลึกซึ้ง) groovy [...]]]></description> <wfw:commentRss>http://www.together.in.th/try-parse-json-using-groovy-java-netbeans/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Reverse Geocoding (Address Lookup) ผ่าน http</title><link>http://www.together.in.th/reverse-geocoding-address-lookup-using-http/</link> <comments>http://www.together.in.th/reverse-geocoding-address-lookup-using-http/#comments</comments> <pubDate>Sat, 09 Jan 2010 15:19:42 +0000</pubDate> <dc:creator>Nat</dc:creator> <category><![CDATA[Geolocation]]></category> <category><![CDATA[Google Maps]]></category> <category><![CDATA[Address]]></category> <category><![CDATA[address lookup]]></category> <category><![CDATA[geocoding]]></category> <category><![CDATA[git]]></category> <category><![CDATA[google maps api]]></category> <category><![CDATA[thammasat]]></category> <guid
isPermaLink="false">http://www.together.in.th/?p=1177</guid> <description><![CDATA[ลองเล่น Reverse Geocoding ของ google map api ซักกะหน่อย &#160; &#160; Reverse Geocoding คือการ เปลี่ยนชื่อสถานที่เป็นพิกัด (latitude , longitude) นั่นเอง &#160;(ความจริงมันได้ข้อมูลอื่นๆมาด้วยอีกเยอะ) &#160; วิธีทำก็ไปอ่านดูได้ที่&#160;Reverse Geocoding (Address Lookup)&#160;&#160; หรือจะลองทำเลย &#160;ก็แค่ &#160;Request ไปที่&#160;http://maps.google.co.th/maps/geo?q=Thammasat&#38;output=json&#38;sensor=falsegl=th ก็จะได้ข้อมูลมาประมาณนี้ { &#34;name&#34;: &#34;Thammasat Rangsit&#34;, &#34;Status&#34;: { &#34;code&#34;: 200, &#34;request&#34;: &#34;geocode&#34; }, &#34;Placemark&#34;: [ { &#34;id&#34;: &#34;p1&#34;, &#34;address&#34;: &#34;Thammasat Rangsit Sport Center, Khlong Nueng, Khlong Luang, Pathum [...]]]></description> <wfw:commentRss>http://www.together.in.th/reverse-geocoding-address-lookup-using-http/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>เทคโนโลยีด้านการระบุตำแหน่งของผู้ส่งข้อมูล (ใช้ Geolocation API )</title><link>http://www.together.in.th/geolocation-api-geocoding-location-aware/</link> <comments>http://www.together.in.th/geolocation-api-geocoding-location-aware/#comments</comments> <pubDate>Sat, 09 Jan 2010 12:59:10 +0000</pubDate> <dc:creator>Nat</dc:creator> <category><![CDATA[Geolocation]]></category> <category><![CDATA[Address]]></category> <category><![CDATA[geocoding]]></category> <category><![CDATA[geolocation]]></category> <category><![CDATA[git]]></category> <category><![CDATA[php]]></category> <guid
isPermaLink="false">http://www.together.in.th/?p=1168</guid> <description><![CDATA[ขอ blog จากเอกสารบางส่วนที่ส่ง NSC ไปหน่อย เผื่อมีประโยชน์กับท่านอื่นด้วย ว่าด้วยเรื่องของการดึงข้อมูลพิกัดผ่านทาง Browser &#160;(ดึงพิกัดออกมาจากมือถือนั่นแล) &#160; การดึงพิกัดจากมือถือ ทำได้โยการใช้ Geolocation API &#160; ซึ่งส่วนสำคัญที่ใช้ในโครงงานนี้คือ Coordinates interface ซึ่งมีรายละเอียดดังนี้ interface Coordinates { readonly attribute double latitude; readonly attribute double longitude; readonly attribute double? altitude; readonly attribute double accuracy; readonly attribute double? altitudeAccuracy; readonly attribute double? heading; readonly attribute double? speed; }; &#160; จาก&#160;http://dev.w3.org/geo/api/spec-source.html แอตทริบิวต์ latitude [...]]]></description> <wfw:commentRss>http://www.together.in.th/geolocation-api-geocoding-location-aware/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
