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
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
I am using OSMdroid. I have managed thanks to this post Adding Overlay to OSMDROID to creata overlay static item on a specific location.
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开发者_
i want to get latitude and longitude by using gps ..my code is works successfully but it works too slow.
locationManager.requestLocationUpdates( LocationManager.GPS_PROVIDER,30000,100, new GeoUpdateHandler()
i want to make application like this : User clicks the button The application show the user\'s coordinates (Latitude and Longitude)
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) ?
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
I have item list开发者_StackOverflow中文版with latitude and longitude.I want to show the item list on Google map..