android-maps
Properly dealing with network on main thread connection in drawing overlays on map for android tablet
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[详细]
2023-03-30 07:58 分类:问答How to control the order of overlays on an Android MapView?
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[详细]
2023-03-29 11:09 分类:问答Android MapActivity onTap event
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[详细]
2023-03-27 13:18 分类:问答Exception when using MapView - java.lang.RuntimeException: stub
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[详细]
2023-03-25 13:06 分类:问答Reducing duplication of code when using Activity and MapActivity
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.[详细]
2023-03-25 07:52 分类:问答Android set Listener for marker on google map
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:[详细]
2023-03-24 06:14 分类:问答Android Google Maps obtaining user location on emulator with 3G?
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[详细]
2023-03-24 01:05 分类:问答Radius of the mapview
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[详细]
2023-03-23 13:08 分类:问答Android Map View Issue
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.[详细]
2023-03-21 13:30 分类:问答Google map API key problem in android
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[详细]
2023-03-19 08:36 分类:问答