After playing with honeycomb a lot, it turns out if you do any HTTP stuff it wines about a NetworkOnMainThread issue.I was dealing with this by putting my calls to http in a separate AsynTask and this
Say there are two overlays on a MapView. How do I specify wh开发者_开发问答ich appears on top of which?When mapView.getOverlays() is called it returns a List which is ordered from lowest layer (index
I have 开发者_开发问答a MapActivity and Map pins are displayed using ItemizedOverlay. I want to transfer onTap event to MapActivity. (onTap function is present in ItemizedOverlay class). How this can
Does the following exception make sense to you? I\'m struggling to identify the cause. It occurs when I open a an activity (ActivityMap) subclassed from MapActivity, even if the MapActivity\'s layout
I can create an intermediate activity class like MyAppActivity, to contain common code used across my activities, but this obviously doesn\'t work if the app also needs to subclass MapActivity.
This is the overlay class I am using in Google Maps. I added two markers to it and want to add a Listener to these markers. Below is my overlay class:
Is it possible to use 3G (from USB 3G) to implement a obtain location function ? I tried with the map which is installed on Android by default, when I tap on show my location it couldn\'t obtain my lo
I have a mapview when the user click on the mapview it set the lon & the lat points. I want to be able to capture the zoom level / radius in distance of the zoom what is the best开发者_JS百科 way
I am having an app which tracks the Geopoints of the user. I simply fetch these points and use them to draw the path on Map View.
I have generated a Google Maps API key for my Android application. It works perfectly fine. Next, I want to use Google Maps in another application. So, what I did was simply copy paste the Google Maps