Hi guys:
i wanna pass a GeoPoint from an Activity to another MapActivity, and call MapController.animateTo() in the MapActivity to show the map around the GeoPoint. But problems occured:
1.how can i pass GeoPoint with intent?
2.if i can't, is it possible to divide the GeoPoint to 2 strings representing the X and Y coordinates seperately of the GeoPoint?
3.if the method above seems stupid, do u have better suggestions to meet my demand?
THX A LOT.



