I need your quick assistance for the problem stated below In my android application I show a marker on specific location.
I have 2 markers on the map and i want to delete them when the user clicks on a button. This is my method:
I had it working until i tried to combine it with xml that is parsed from my webpage. No markers get added, yet i get no errors. Below is the new code. Any help is greatly appreciated!
is there anyway of creating a String overlay? Because I\'m wo开发者_开发百科rking on a project which I show the spots in the map, but I wanna also show some String identifing the spot, like an id, for
I have a mapview, with itemizedoverlays, exactly like in the example of android developers guide: http://developer.android.com/resources/tutorials/views/hello-mapview.html
i subclass the ItemizedOverlay to draw a custom graphics for my items, the problem is that i have the MapView and my custom overlay with a List items... when i construct the items, populate and draw i
If I want all my POIs to be visible in the Map, then I need to adjust two parameters dynamically: Center-Focus of the Map
I am displaying markers on a map. I am not sure how I can specify a different drawable resource for different markers?
I am developing an Android mapping application and I have managed to work Google\'s ItemizedOverlay tutorial into my code.I\'m plotting my little circle on the map nicely.
I have an itemizedOverlay extende开发者_JS百科d and I want to increase the hit detection on the OverLayItem\'s if this is possible?This was sorted by detecting the hit on the view below it and creatin