0

我已经成功地以编程方式检索了 GPS 坐标,但我想从该坐标中同样跟踪实际位置(即浦那/班格洛尔/孟买),那么这应该怎么可能呢?

4

2 回答 2

0

你会做反向地理编码:

Geocoder geocoder = new Geocoder(mContext, Locale.getDefault());

这是一个教程 http://developer.android.com/training/basics/location/geocoding.html

于 2012-09-25T08:33:42.873 回答
0

你是说地址吧?看看: http:
//mobiforge.com/developing/story/using-google-maps-android

在页面底部,您有代码示例:)

于 2012-09-25T08:34:26.033 回答