Service not available in geoCoder

后端 未结 3 1102
再見小時候
再見小時候 2020-12-04 20:15

I am able to get longitude and latitude but getting address i got an error.

public boolean onTouchEvent(MotionEvent event, MapView mapView)

{



        
3条回答
  •  伪装坚强ぢ
    2020-12-04 20:56

    The problem is that NetworkLocationService may be no longer running.

    It can be only solved by a reboot. (The NetworkLocationService is loaded at boot)

提交回复
热议问题