发布网友 发布时间:2022-04-21 08:45
共2个回答
热心网友 时间:2023-09-10 00:42
这种只有两种可能,一种可能是你的无线网络没有开数据流量没有打开,造成百度地图连不上网。热心网友 时间:2023-09-10 00:42
在onLocationChanged方法里获得自己当前的坐标然后方法里写 mSearch.reverseGeocode(new GeoPoint((int)(location.getLatitude()*1e6),(int)(location.getLongitude()*1e6))); 然后再通过代码实行这个方法功能 public class MySearchListener implements MKSearchListener { public void onGetAddrResult(MKAddrInfo result, int error){ MKGeocoderAddressComponent kk=result.addressComponents; String city=kk.city; }} city就是你所在城市