Google の地理位置情報を使用して乱数または存在しないアドレスを送信しても、どこかの場所で回答が得られます。
明らかに存在しない住所の場所が表示されるのはなぜですか?
例。
結果
<result>
<type>country</type>
<type>political</type>
<formatted_address>Sweden</formatted_address>
<address_component>
<long_name>Sweden</long_name>
<short_name>SE</short_name>
<type>country</type>
<type>political</type>
</address_component>
<geometry>
<location>
<lat>60.1281610</lat>
<lng>18.6435010</lng>
</location>
<location_type>APPROXIMATE</location_type>
<viewport>
<southwest>
<lat>55.3367024</lat>
<lng>10.9683721</lng>
</southwest>
<northeast>
<lat>69.0599709</lat>
<lng>24.1660240</lng>
</northeast>
</viewport>
<bounds>
<southwest>
<lat>55.3367024</lat>
<lng>10.9631866</lng>
</southwest>
<northeast>
<lat>69.0599709</lat>
<lng>24.1668093</lng>
</northeast>
</bounds>
</geometry>
<partial_match>true</partial_match>
</result>