|
|
@@ -316,7 +316,7 @@ public class WorkPresenter implements OnHttpResultListener, IWorkPresenter {
|
|
|
}
|
|
|
Intent intent = new Intent(ct, SearchLocationActivity.class);
|
|
|
SearchPoiParam poiParam = new SearchPoiParam();
|
|
|
- poiParam.setType(2);
|
|
|
+ poiParam.setType(1);
|
|
|
poiParam.setTitle(MyApplication.getInstance().getResources().getString(R.string.unoffice));
|
|
|
poiParam.setRadius(300);
|
|
|
poiParam.setContrastLatLng(new LatLng(companyLocation.getLocation().longitude, companyLocation.getLocation().latitude));
|