|
|
@@ -46,7 +46,7 @@ public class LocationNeerUtils {
|
|
|
public static void loadDataByNeer(Context ct, int radius, int pagerNum, LatLng latLng, OnSearchLocationListener mOnSearchLocationListener) {
|
|
|
if (latLng == null) {
|
|
|
UASLocation local = UasLocationHelper.getInstance().getUASLocation();
|
|
|
- latLng = new LatLng(local.getGpsLatitude(), local.getGpsLongitude());
|
|
|
+ latLng = new LatLng(local.getLatitude(), local.getLongitude());
|
|
|
}
|
|
|
if (AreaUtils.getLocationServiceType() == UASLocation.TYPE_NATIVE) {
|
|
|
BaseLocationManager mManager = UasLocationHelper.getInstance().getLocationManager();
|