高德定位SDK自行解决,不多说直接上代码
public class UpdataLocalService extends Service implements AMapLocationListener{ private LocationManagerProxy mAMapLocationManager; //7上传当前经纬度 private double currlat; private double cuurlng; private String cityid; private String addr; private String gpsGetCityName;//城市名称 public GetCityData cityInfoList;//城市集 @Override public void onCreate() { mAMapLocationManager = LocationManagerProxy.getInstance(this); mAMapLocationManager.setGpsEnable(true);