I wrote a code using this tutorial http://marakana.com/forums/android/examples/311.html It is working fine except the plotting part.It is showing longitude and latitude but not showing them on google map.Can anyone tell me error in this code which is not allowing to plot the coordinates on map. Here is my code:
I wrote a code using this tutorial http://marakana.com/forums/android/examples/311.html It is working fine except the
Share
Try to use MapController.setCenter() instead of animateTo()
That works fine for me…