Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
gyubok
Posts: 485
Registered: ‎10-08-2009
My Carrier: Telus

Map moveTo(lat, long) accuracy

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!

 

Please use plain text.