Google的GeoCode XML响应 - 了解响应

时间:2009-03-24 06:17:44

标签: google-maps geocoding

嘿伙计们,在google的GoogleMap API中,标准坐标格式是Latitude,然后是Longitude,即:

-33.4487470,151.3425040

为什么在GeoCode的XML响应中,数据在坐标节点中倒退?即:

<coordinates> 151.3425040,-33.4487470,0</coordinates>

此外,任何人都可以对ExtendedData节点及其中的信息有所了解吗?即:

<ExtendedData> 
  <LatLonBox north="-9.2106000" south="-44.7779000" east="159.2029000" west="110.8740000" /> 
</ExtendedData> 

我知道一个随机的问题,但为什么Google会在坐标节点中交换这些值?

欢呼声

和j

1 个答案:

答案 0 :(得分:1)

LatLonBox是边界框的定义 - 即包含给定点集的矩形。矩形由两个纬度(北,南)和两个经度(东,西)定义。

请参阅:latlonbox in the kml reference