opt
This commit is contained in:
@@ -134,34 +134,6 @@ public class TanluManager implements IMogoMarkerClickListener,
|
||||
initListener();
|
||||
}
|
||||
|
||||
// @Override
|
||||
// public void init(Context context) {
|
||||
//
|
||||
// }
|
||||
|
||||
// @Override
|
||||
// public void searchRoadCondition(String intentStr, String data, String city, String keywords) {
|
||||
// Disposable disposable = Single.create((SingleOnSubscribe<Intent>) emitter -> {
|
||||
// Logger.d(TAG, "searchRoadCondition---> intentStr: " + intentStr + " data: " + data + " " +
|
||||
// "city: " + city + " keywords: " + keywords);
|
||||
// Intent intent = new Intent(intentStr);
|
||||
// intent.putExtra("data", data);
|
||||
// intent.putExtra("city", city);
|
||||
// intent.putExtra("keywords", keywords);
|
||||
// Thread.sleep(3000);
|
||||
// emitter.onSuccess(intent);
|
||||
// }).subscribeOn(Schedulers.io()).observeOn(AndroidSchedulers.mainThread()).subscribe(intent -> {
|
||||
// Logger.d(TAG, "searchRoadCondition---go real share");
|
||||
// realShare(intentStr, intent);
|
||||
// });
|
||||
// }
|
||||
//
|
||||
// @Override
|
||||
// public void shareSuccess(String poiType, MogoLatLng location) {
|
||||
// MarkerInfo markerInfo = new MarkerInfo(poiType, "", location.lon, location.lat, true, "1");
|
||||
// EventBus.getDefault().post(markerInfo);
|
||||
// }
|
||||
|
||||
private void initInterface() {
|
||||
//地图marker,地图操作
|
||||
mMarkerManager = TanluServiceManager.getMapService().getMarkerManager(mContext);
|
||||
|
||||
Reference in New Issue
Block a user