I suppose you just need this in the right place in your code:

mapView.getController().setCenter(centerPoint);
mapView.getController().setZoom(defaultZoom); // optional

where centerPoint is the GeoPoint of the item.

I don't see any other way to do it.

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

Reply via email to