What steps will reproduce the problem?
1. In Activity.onCreate() :
mapController.setZoom(9);
int deflon = 16000000;
int deflat = 54000000;
GeoPoint centre = new GeoPoint(deflat, deflon);
mapController.setCenter(centre);
int lon = mapView.getMapCenter().getLongitudeE6();
int lat = mapView.getMapCenter().getLatitudeE6();
2. lon==15998840 lat==53999697
What is the expected output? What do you see instead?
longitude and latitude should be what I set in setCenter.
What version of the product are you using? On what operating system?
3.0.6, developed on ubuntu, tried both on device and emulator
Original issue reported on code.google.com by mateuszz...@gmail.com on 11 Jan 2012 at 11:47
Original issue reported on code.google.com by
mateuszz...@gmail.com
on 11 Jan 2012 at 11:47