I\'ve developed an android application which uses the Google MapView. during the development phase (with the debug key), the application worked fine both on the emulator and on my device.
I would like to be a开发者_如何学Goble to draw or at least calculate an area of a map using a series of GPS coordinates, my php code currently limits the coords to an area around the GPS\'s current po
I need to add another overlay item to a mapview. I have used the standard android developers guide to google maps. I currently have the mapview within a tab. I would really appreciate any ideas. Thank
i want to open a map when i click a button but unfortunately my app forces down...this is my logcat: 01-31 18:11:49.465: VERBOSE/InputDevice(2836): ID[0]=0(0) Up(1=>0)
I am implementing a Map Kit based application in Android. I was very new to this 开发者_开发百科sdk. My problem is that I need to fire a method when the Map Region changed. Can you guys please let me
I\'m developing an Android application that uses开发者_高级运维 a MapView.I\'d like to run a procedure whenever the visible portion of the map changes (due to zooming/panning/rotating the phone/etc),
I would like to have onZoomListener on my MapView. The code below is what I have done. It registers开发者_Go百科 if zoom buttons are tapped. Since all new phones now supports pinch to zoom, this is us
Is it possible to use the MapView to build on GMaps-basedapps with开发者_Go百科out having Google Market and the other Google tools installed?
i have a mapview and overlay items which 开发者_Python百科when tap on shows popuo with text. what I want is when user taps on map outside of these overlay items or popuphide the popup if its currently
I need to implement in my application a context menu on a MapView, which takes the coordinates of the selected long clicked point and show a set of option开发者_如何学Python.