My app currently starts detecting its location as soon as it launches however when I load up a MapActivity some time later it takes a while before MyLocationOverlay.runOnFirstFix is fired.
I have a MapActivity. It shows a Google map with some markers on it. While the MapActivity is running, i want to add some new markers on the map by using code, Also want to remove the previous markers
I want to display some locations on my MapView. These locations will show pins which will have numbers 1,2,3.. so on(Similar to Google maps result but it is A,B,C..). I think it is not feasible to hav
There are 3 buttons on the screen! Start, View Map, Stop When I click View Map, it should go to a new screen that shows the map! But something goes wrong and the app is getting force closed! I keep g
I\'ve seen some topics some months ago, about the fact that using (Google)MapView inside a Fragment was a bit tricky/impossible. I would like to know if atm (June) there is a workaround ? My applicati
I am trying to display a polygon on a mapview in android.I have created a custom overlay class(polygon) and overridden the draw method.After adding an instance of polygon to the mapview\'s overlay lis
I am trying to populate a map overlay with markers using lat and long from an existing SQLite database. I have found examples where you input the lat and long as part of the method but none where it i
Is there a way of disabling panning/zooming and keeping map overlays clickable? I am specifically thinking about an ItemizedOverlay that I want to be tappable while denying users from moving around t
I am looking for some help.... Firstly I have a database server side with a numerous amount of locations(longs +lats)
I need to have one overlay on the MapView, when user clicks the overlay item(a small pin), I show a balloon callout, but when user clicks on other places on the MapView, it removes the overlay and add