如何将KSOAP2与Google API结合使用?

时间:2012-09-21 10:02:38

标签: android google-api android-ksoap2

我想使用KSOAP2解析Google地方API 。是否可以在 Google API 中使用 KSOAP2 ,即Google Places API?如果是,请发布一些例子。如果不是,那么Google APIs还有其他KSOAP2备用。

1 个答案:

答案 0 :(得分:1)

Google Places API的推荐格式是JSON。 KSOAP2 不是一个好的图书馆,顺便说一句 要解析json,您可以使用包含在Android中的json.org库或像Jackson这样更复杂的库。

有一个很长的教程如何使用Places以及与之一起使用的库:
http://www.androidhive.info/2012/08/android-working-with-google-places-and-maps-tutorial/