完成marker回调传入数据
This commit is contained in:
@@ -134,11 +134,6 @@ public class MarkerServiceHandler {
|
||||
}
|
||||
}
|
||||
|
||||
// List<IMogoMarker> iMogoMarkers = getMarkerManager().addMarkers(TAG, optionsList, true);
|
||||
// for (IMogoMarker iMogoMarker : iMogoMarkers) {
|
||||
// iMogoMarker.setInfoWindowAdapter(markerInfoWindowAdapter);
|
||||
// iMogoMarker.setOnMarkerClickListener(mogoMarkerClickListener);
|
||||
// }
|
||||
}
|
||||
|
||||
}
|
||||
@@ -211,8 +206,6 @@ public class MarkerServiceHandler {
|
||||
marker.setOnMarkerClickListener(mogoMarkerClickListener);
|
||||
marker.setObject(bindObject);
|
||||
getMapUIController().changeZoom(10);
|
||||
|
||||
// optionsList.add(options);
|
||||
}
|
||||
|
||||
|
||||
@@ -220,6 +213,8 @@ public class MarkerServiceHandler {
|
||||
public static void drawMapMarker() {
|
||||
Logger.e(TAG, "=====绘制Marker====");
|
||||
|
||||
|
||||
|
||||
MapMarkerView mapMarkerView = new MapMarkerView(mContext);
|
||||
|
||||
MogoMarkerOptions options = new MogoMarkerOptions()
|
||||
|
||||
Reference in New Issue
Block a user