I want to catch any onTouchEvent() on the mapview. After search lots of questions&answers, I found only when I write my own MapView(MyMapView)and define onTouchEvent, then use this MyMapView in
I have a MapView that I\'m displaying a \"useful radius\" (think accuracy of coordinate) in. Using MapView\'s Projection\'s metersToEquatorPixels, which is admittedly just for equatorial distance) isn
Does anyone know what is the name of the button in the right corner of the toolbar in the new Maps application? It\'s the button that unfolds the map and the view underneath offers buttons to switch b
I\'m trying to implement the MapView example which is defined in Android Hello Views example but now I\'m facing this error:
I\'m trying to run the Android Hello Map View tutorial app on the Android emulator. The Google Map view displays, but the tiles are blank.
How to draw line on 开发者_运维问答MapView given coordinates? AFAIK, on iPhone it is possible. Please advise.
I am new to Android software development and new to this site.I am hoping someone might have some experience with the problem I am having.
In my application I would like to mark different spots on a map. What I\'m now wondering is if there\'s a way to use a simple 9-p开发者_StackOverflowatch image and add the spot\'s name as text to it o
would like to add a zoom control to the map. I also want to layout the position of the zoom Control instead of the default midd开发者_开发知识库le bottom position. I can do this by getZoomControl but
I\'m trying to draw some text onto an MapView on Android.The dra开发者_开发百科wing of the text goes fine, but it\'s very hard to read the text because it\'s white with no black border (like the rest