Is there a way to attach a loadListener to the MapView widget? XML: <?xml version=\"1.0\" encoding=\"utf-8\"?>
I am wondering if there is a more efficient way to load my KML file for my mapView overlays? The kml is pretty complex and how I am doing it seems to be bogging my app down pretty bad. I am using Appl
I am writing this android application where in I have many activities that extend the Activity class. I also need an activity that uses MapView to show the Map along with a ListView in the screen (sim
I am trying to create a MapView (currently without any overlays) inside some nested elements. It is basically something like ScrollView -> RelativeLayout -> RelativeLayout -> MapView
I created a simple MapActivity on my android and discovered that its MapView can\'t be zoomed in to more than level 19. The zoom-in button just greys out. Calling the zoomIn() method is also to no eff
I\'m working on an Android application with a MapActivity and I\'m having trouble managing the MapView state in an appropriate 开发者_运维问答manner.
I have been able to rotate a mapv开发者_如何学Pythoniew by containing a mapview in a framelayout and then overriding the dispatchdraw function of framelayout view.
Actually, the subject is a question. I want to draw on top of the map a view as overlay, simply my view consist of linear layout with 9patch background and two text开发者_JAVA百科view inside. I need
In my android application i need to do the following : after fixing the map view to a specific 1st location, the map can\'t
We are trying to create a mapview with annotations loaded from a xml file. This works so far, and is making use of the KMLViewer code on the apple developer library. Now we are trying to load the data