- improve way-labeling
- let nomination search places instead of tags
This commit is contained in:
@@ -215,7 +215,8 @@ public class MapView extends RelativeLayout {
|
||||
worker.start();
|
||||
|
||||
mOverlayManager.add(new LabelingOverlay(this));
|
||||
// mOverlayManager.add(new GenericOverlay(this, new OverlayGrid(this)));
|
||||
//mOverlayManager.add(new GenericOverlay(this, new OverlayGrid(this)));
|
||||
|
||||
// mOverlayManager.add(new GenericOverlay(this, new OverlayTest(this)));
|
||||
|
||||
// ArrayList<OverlayItem> pList = new ArrayList<OverlayItem>();
|
||||
@@ -710,6 +711,10 @@ public class MapView extends RelativeLayout {
|
||||
return mMapViewPosition.getViewBox();
|
||||
}
|
||||
|
||||
public GeoPoint getCenter() {
|
||||
return new GeoPoint(mMapPosition.lat, mMapPosition.lon);
|
||||
}
|
||||
|
||||
// @Override
|
||||
// protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
||||
// // TODO Auto-generated method stub
|
||||
|
||||
Reference in New Issue
Block a user