gpslocationを取得してURLを作成するAndroidアプリを作成しました: https ://maps.googleapis.com/maps/api/geocode/xml?latlng = 00.00,00.00&sensor = true
例: https ://maps.googleapis.com/maps/api/geocode/xml?latlng = 42.120636、-72.568731&sensor = true
これは(一部のみ)を返します:
<GeocodeResponse>
<status>OK</status>
<result>
<type>street_address</type>
<formatted_address>
17 Dorchester Street, Springfield, Massachusetts 01109, United States
</formatted_address>
<address_component>
<long_name>17</long_name>
<short_name>17</short_name>
<type> ...
そして、私はこの部分に興味があります:17 Dorchester Street, Springfield, Massachusetts 01109, United States
。
そして、 http://mysite.com? process = 01109のような郵便番号「01109」を含む新しいURLを作成し、 このサイトを開きます。
誰か助けてくれませんか!