I\'m trying to move the map with a 3-finger gesture, rather than one. If I do a scrollBy() or setMapCenter() in my main activity, things seem to work as expected.
I am sett开发者_如何学Pythoning the Map to Satellite view on click of a toggle button mapToggle.setOnClickListener(new OnClickListener()
I\'m getting excessive crash reports from users on a Samsung Vibrant Galaxy S.After searching around for solutions to this issue, the only thing I came across was an open issue over at Google Code:htt
I am developing an android app so I am still in \"debug mode\" in terms of signing my app. The MapView that I am us开发者_Python百科ing used to work so far but since today (maybe yesterday) the map sh
This is very, very strange. I\'ve never seen anything like it. At the time I am took this screenshot, I\'m not loading any overlays. First, I thought it was my internet connection where it couldn\'t d
I want to load a lot of Overlays into one MapView. Say i want to load about 10.000 or more Overlays to the Globe.
I\'ve seen plenty of examples of how to create an ItemizedOverlay on MapView with an image from the bundle.I\'ve seen plenty of examples of how to get a Drawable from a URL.I\'ve even managed to 开发者
I\'m have the Google MapView embedded in an Android app I\'m writing and I want it to show the traffic layer of data.
I try to display traffic informations on a mapview but nothing is shown while it works perfectly with the native Maps application (for the same location).
I need to add custom markers to a mapview. First question : is there a standard/default overlay/marker that I can use ?