01-19-2011 10:02 AM
Hello! Another map question - hope I don't annoy anyone!
As I mentioned on my previous post, I've used:
MapField mapField = new MapField(MapField.FOCUSABLE); mapField.moveTo(4367759, -8073399); mapField.setZoom(5); field.add(mapField);
to add map on my screen.
However, I've noticed that the location found on BlackBerry maps is different than the locations I found on google maps using the same coordinates (43.67759, -8073399).
Anybody had the same problem in the past?
Thanks!