android-maps
How to get Hybrid view of google map in Android Application [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-19 07:58 分类:问答Android: Map drawing performance, 1K drawings !
So I have an application that draws line, polyline, circles, etc over an Open Streen Map. I keep a list of drawings, when the map is invalidated I iterate thou开发者_StackOverflow社区gh the list redra[详细]
2023-03-19 04:11 分类:问答OverlayItem not updating on location change (OSM)
I am using OSMdroid. I have managed thanks to this post Adding Overlay to OSMDROID to creata overlay static item on a specific location.[详细]
2023-03-17 06:54 分类:问答MapView inside a ScrollView?
I would like to have a MapView inside a ScrollView, however when I try to scroll the map, the ScrollView takes priority! Is there a way to give the MapView priority when scrolling inside the ma开发者_[详细]
2023-03-17 03:13 分类:问答Problem with getting latitude and longitude of current location
i want to get latitude and longitude by using gps ..my code is works successfully but it works too slow.[详细]
2023-03-15 09:39 分类:问答MapView refresh event fires on regular interval i dont want that to happpen
locationManager.requestLocationUpdates( LocationManager.GPS_PROVIDER,30000,100, new GeoUpdateHandler()[详细]
2023-03-14 17:33 分类:问答How to get user's GPS coordinates by clicking a button
i want to make application like this : User clicks the button The application show the user\'s coordinates (Latitude and Longitude)[详细]
2023-03-14 11:35 分类:问答How to position the marker to the correct position?
As you can see on my screenshot, the marker is placed beside of the correct coordinate position, how to make it placed on the correct position (in the center of the circle) ?[详细]
2023-03-14 09:29 分类:问答How do I show a mapview and a listview on the same screen?
Usually I would just seperate out the activities but I want to show a screen that has a view text views, a list, and then a map view. I\'m not sure how to go about doing that because I know the activi[详细]
2023-03-14 08:28 分类:问答how to show multiple overlay on map in Android?
I have item list开发者_StackOverflow中文版with latitude and longitude.I want to show the item list on Google map..[详细]
2023-03-13 22:04 分类:问答