位置 ID 节点存在于位置 Google Location API V2 中,使用以下 URL: https ://maps.googleapis.com/maps/api/place/autocomplete/xml?input=london,%20Canada&types=geocode&sensor=true&key=my_key
最终返回结果,其中一部分如下所示:
<prediction>
<description>London, ON, Canada</description>
<type>locality</type>
<type>political</type>
<type>geocode</type>
<reference>
CjQqAAAAbN8JV6qwIOKVmGuRGXNc53ihbUG9GlHkRhwUh8ABdUgGC1IbdTRGVIdq5GtkATC_EhAKYnqcPv4ouW5QG5mG1AlOGhSa9oE0Cts801iMReUGyqG7mWZlfw
</reference>
<id>fab6815aadba41e81aa7bd51a445c4924317ec88</id>
但是当我使用以下网址使用较新版本的谷歌位置 Api v3 时: http ://maps.googleapis.com/maps/api/geocode/xml?sensor=false&address=london+canada
它不包括<id>
,请帮助需要