API: remove Map.setMapCenter() -> use Map.setMapPosition

This commit is contained in:
Hannes Janetzek
2013-09-20 17:02:55 +02:00
parent 510c201e17
commit ba9300da91
3 changed files with 27 additions and 21 deletions

View File

@@ -276,7 +276,6 @@ public class SearchBox {
pos.setZoomLevel(13);
pos.setPosition(d.getLatitude(), d.getLongitude());
map.setMapPosition(pos);
map.updateMap(true);
}
scroller.setVisible(false);