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
How can I read an XML file and then take over the individual items as markers in an overlay. Here is an example of my XML files.
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 a custom marker on my Google Map. They are placed fine, but they have this funny shadow. How can I remove the shadow?
I dont understand what seems to be the problem here...my app just crashes. And i get the followin logcat error:
Where can i find mapviews example? -adding point to map -clicking 开发者_运维百科that points, and then show up a layer on that point
Is there a way I can set a minimum zooM level for my MapView?. The map looks really ugly when zoom level is set to one because the whole world map replicated.
I found the GC kicks in frequently freeing memory in my map activity, I couldn\'t trace out the reason and this happens when map start constructing titles i.e when we slide the map. And eventually the
I\'m trying to use the ViewSwitcher to perform switches between two views. One is an ImageView and the other is a MapView. I have a button which the user clicks to perform this switch but my codes are
I\'m using the below code to put an overlay on my MapView. For some reason after itterating through the location data it draws the point in the same place.