I have a following problem. I have a mapView with custom overlays which show popups. Popups appear properly.
How would you go about creating and ItemizedOverlay which covers the entire map? I have multiple markers on the map which are ItemizedOverlay classes.
Firstly, I know LocationManager doesn\'t have to be called in an AsyncTask as it\'s already non UI blocking :)
I have a map view in my application which - among other things - displays the location of the user. Therefore my application will show the location arrow on the status bar but when I go to another vie
I have a map view in my activity it works fine when there is no call. So obviously there is an onResume() , well at least that is what my log cat is saying. I want to know what I am missing for my map
Is it possible开发者_运维知识库 to make the Mapview darken/decrease the alpha over a black background (similar to viewing images in a JS/CSS lightbox) when a annotation is clicked (which in turn shows
I have created a map view application and overlay some images on the map v开发者_运维问答iew. While clicking a button, all the images should disappear. How to do this?..Please help Got it.
I have my own class to put marker over mapview like following... public class MyMapActivity extends MapActivity
How do I get the compass to be shown on the screen when my mapview is created.What is wrong with this code? any suggestions?
I\'m developing an application with the MapView and the GPS. My problem is that the user might disconnect while using my application,开发者_开发知识库 so he\'ll be walking in a fully grey map. I\'d li