> In the App i m developing i need to pass multiple co-ordinates [Lat > and Long] and display all of them on the same MAP. Please let me know > if any sample code and how can i go about this.
Use an ItemizedOverlay to display as many markers on a map as you would like: http://github.com/commonsguy/cw-android/tree/master/Maps/NooYawk/ -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- 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

