On Tue, May 4, 2010 at 6:05 AM, ali <[email protected]> wrote:
> a) I want to be able to: > - access the location of user clicks > - animateTo locations > as I can currently do with a MapView and an inhouse Map and overlays > etc. > OK, that's the easy part, as you said, you can already do that with a MapView. > b) I want to be able to access the Locations of, and textual content of > Placemarks that have been defined within my map. > That's more tricky. You could try connecting to the very page you posted and parsing the data. > Also is there any way of Downloading the contents of the map to some sort > of binary that could be packaged with the Android application without the > need for an active web connection? > If this data is completely static and that's all you want to have in your app, sure. You could just do this manually and package it with your app. If it's not, you app could connect to the site, download the data it needs and cache it to the SD card for use later. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- 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

