}
   方式2:xml格式
<GeocodeResponse>
<status>OK</status>
<result>
<type>locality</type>
<type>political</type>
<formatted_address>中国北京市</formatted_address>
<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_1</type>
<type>political</type>
</address_component>
<address_component>
<long_name>中国</long_name>
<short_name>CN</short_name>
<type>country</type>
<type>political</type>
</address_component>
<geometry>
<location>
<lat>39.9042140</lat>
<lng>116.4074130</lng>
</location>
<location_type>APPROXIMATE</location_type>
<viewport>
<southwest>
<lat>39.6612714</lat>
<lng>116.0119343</lng>
</southwest>
<northeast>
<lat>40.2164962</lat>
<lng>116.7829835</lng>
</northeast>
</viewport>
<bounds>
<southwest>
<lat>39.6612714</lat>
<lng>116.0119343</lng>
</southwest>
<northeast>
<lat>40.2164962</lat>
<lng>116.7829835</lng>
</northeast>
</bounds>
</geometry>
</result>
</GeocodeResponse>

相关文章:

  • 2021-12-31
  • 2021-11-08
  • 2022-01-05
  • 2022-01-08
  • 2021-09-19
  • 2022-02-05
猜你喜欢
  • 2021-04-11
  • 2022-02-03
  • 2021-11-20
  • 2022-02-17
相关资源
相似解决方案