工研院推跨平台座標簡訊規格Open GeoSMS,使用者可藉由傳送簡訊,將經緯度定位的地理訊息送出,接收者再利用手機上網,看到地圖資訊與簡訊內容,找到使用者所在的位置。在救災方面,Open GeoSMS可回報使用者發生意外事件的位置,並通知距離最近的救護人員前往搭救。此外,還可將幼兒、老人的手機納入編輯名單,只要幫幼兒、老人配備手機,當幼兒、老人走失時,就可透過手機,自動回報走失者的位址,以便於尋回。另外,當查詢朋友的所在位置時,會先經過友人按下「同意」按鈕後,才會回傳位址,以避免侵犯隱私等疑慮。工研院已捐贈Open GeoSMS的應用程式(App)給全球SAHANA救災協會。此外,工研院也授權Open GeoSMS給全球資訊應用與服務廠商免費使用,邀集國內業者共同參與。目前,Open GeoSMS可在Android Market上免費下載。[1]
正在開發的登山導覽系統中,緊急求救功能,可以直接引用這個功能。
參考資料
工研院推跨平台座標簡訊規格,可望推向國際,2011/06/17 14:15,http://tw.news.yahoo.com/article/url/d/a/110617/135/2thva.html
2011年6月18日 星期六
2011年6月7日 星期二
Google Geocoding & StaticMap
Google Geocoding API(第三版)
http://code.google.com/intl/zh-TW/apis/maps/documentation/geocoding/
Google Geocoding API 不再需要 Maps API 金鑰
範例:
http://maps.google.com/maps/api/geocode/xml?address=307新竹縣芎林鄉大華路一號&sensor=true
結果
http://code.google.com/intl/zh-TW/apis/maps/documentation/geocoding/
Google Geocoding API 不再需要 Maps API 金鑰
範例:
http://maps.google.com/maps/api/geocode/xml?address=307新竹縣芎林鄉大華路一號&sensor=true
結果
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<GeocodeResponse>
<status>OK</status>
<result>
<type>street_address</type>
<formatted_address>307台灣新竹縣芎林鄉大華路1號</formatted_address>
<address_component>
<long_name>1</long_name>
<short_name>1</short_name>
<type>street_number</type>
</address_component>
<address_component>
<long_name>大華路</long_name>
<short_name>大華路</short_name>
<type>route</type>
</address_component>
<address_component>
<long_name>水坑村</long_name>
<short_name>水坑村</short_name>
<type>sublocality</type>
<type>political</type>
</address_component>
<address_component>
<long_name>芎林鄉</long_name>
<short_name>芎林鄉</short_name>
<type>locality</type>
<type>political</type>
</address_component>
<address_component>
<long_name>新竹縣</long_name>
<short_name>新竹縣</short_name>
<type>administrative_area_level_2</type>
<type>political</type>
</address_component>
<address_component>
<long_name>台灣</long_name>
<short_name>TW</short_name>
<type>country</type>
<type>political</type>
</address_component>
<address_component>
<long_name>307</long_name>
<short_name>307</short_name>
<type>postal_code</type>
</address_component>
<geometry>
<location>
<lat>24.7774381</lat>
<lng>121.0902080</lng>
</location>
<location_type>ROOFTOP</location_type>
<viewport>
<southwest>
<lat>24.7742905</lat>
<lng>121.0870604</lng>
</southwest>
<northeast>
<lat>24.7805857</lat>
<lng>121.0933556</lng>
</northeast>
</viewport>
</geometry>
<partial_match>true</partial_match>
</result>
</GeocodeResponse>
訂閱:
文章 (Atom)