I need to place built-in zoom controls of MapView into position different from the default position.
I\'m using MapView in my app. I have API key from google fore my release key store. I\'exporting signed APK with eclipse and trying to install it on devices.
I have a database with coordinates in Degrees Minutes Seconds form开发者_运维百科at, is there any way to change them to decimal coordinates using Android built in function or is there any simpler way
All, I have a need to display information on a MapView object. No problems there. The issue is that there are times when the MapView object displays 开发者_运维技巧map details that visually compete
I have a mapview and i wish to display a ContextMenu when longclick but so far the closest solution i\'ve开发者_Go百科 found is here on anddev , the main reason i do not like that method is because an
Hi? I am working on a MapView app in Android. I have three markers that I want to be able to use the Google Map API getlocation-function on, later on. In order to try it out I would like to m开发者_St
I have an application with a SurfaceView and a MapView. They are displayed in a single view, like so:
I am developing an application which shows the current location of the user. I want to display a marker on the current location of the user.
I have an application based on the MapActivity.The application drops ItemizedOverlay items on the map as you start to move about.It has
I have subclassed Overlay as LandMarkOverlay (and implemented an onTap(GeoPoint) method). In the main activity I do this: