This question already has answers here: Closed 10 years ago. Possible开发者_StackOverflow社区 Duplicate:
I have an app on the android market, which uses the mapview to display some locations. This works fine on all the devices i have tested it on. After having it on the market for a while, i see several
My known data are my current location (GeoPoint) and radius in meters. I want to draw circle around my current location based on map projection and radius.
I have a mapview in my app, and everything is working fabulously with touchEvents. However to maximize usership of the App, I have been trying to add trackBall interface functionality as well and am
I am creating an application which trakcs down users path on a mapview. What I want to achieve when user takes a left turn for instance map should rotate it self in such a way that the head of the map
Is there any way to implement a alternative Pinch-To-Zoom for the MapView? Because i have problems with original zoom -> MapView MultiTouch zoom (Pinching) unreliable and chaotic, it would be great to
Is it possible to execute an AsyncTask from Runnable? in my experience it can be done, but not safely. When my app first runs my AsyncTask runs fine from the Runnable. But when the app is moved to the
I want to set the map view zoomed to 1km radius but cant figure out how? The doc says that the zoom level 1 will map earths equator to 256 pixels. So how do I calculate whic开发者_如何学编程h zoom le
I need to limit 开发者_如何学JAVAthe area my users can navigate to in the mapview (unless they\'ll get a blank screen!).
How can I calculate the current zoomScale for an MKM开发者_运维技巧apView?Use the following code: