Greetings,

I got a simple application where I create a certain Geopoint and
animate to it brining the map center to the geopoint created like the
following:


 // This is the Current location to be pointed at
GeoPoint point = new GeoPoint(3688573, -76.30486);

// Animate the map to the location specified
mc.animateTo(locode);
mc.setZoom(20);
mapView.setSatellite(true);
mapView.invalidate();

where:
----------
 private MapController mc;
 MapView mapView;

The problem is that the Code works perfectly on the Emulator but when
I run the map on the device it starts in a default location and would
never change. In other words, animateTo() function is NOT working.

Please help,

thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to