If you're trying to do this with a v2 map, you're probably going to have trouble on multiple levels... a v3 map works a lot better and doesn't require a key.
> > 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. > You should be able to do this, however, an "inhouse" map suggests it's not on the open internet, that could run afoul of the terms unless you have the premiere license. > b) I want to be able to access the Locations of, and textual content > of Placemarks that have been defined within my map. > That should work. > 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? Not possible with the web based Google Maps API. You need an active internet connection to use this API. -John Coryat -- 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

