I would like to user route-me in a mapping application because I need to support disconnected use 90% of the time.
I have an activity that has a button which opens a new MapActivity to select a location by tapping on the map.
Just wondering if there is a standard/default overlay/marker that I can use in the MAPVIEW? I have been searching on the 开发者_JAVA百科web and all tutorials talk about extending the Overlay and put
I\'m trying to implement an infowindow like the web version of google maps. I have created a custom layout extending a linear layout and populated it with a TextView and a button.
I created a new M开发者_如何学PythonapActivity class MapProba. From main Activity I want to show MapActivity: on button click event I put this code:
开发者_StackOverflow中文版I have 5 pins added to a map. How can I tell the MapView to zoom as much as possible and keep all pins in view?this is much easier solution if you are using an ItemizedOverla
Using the MapView in android, how can I set a default location, so that everytime I load开发者_运维问答 up this application, it automatically centers/zooms location in on London?Firstly, get the contr
How do I add the built-in buttons for switching between Satellite and and Traffic view. I can add my own buttons and call the开发者_C百科setSatellite(boolean), setTraffic(boolean) methods, but I was
I am trying开发者_如何转开发 to get a GeoPoint for -23.4456 by 45.44334 What values do I pass into the constructor of the GeoPoint as it take Ints only.GeoPoint coordinates are based in microdegrees
What is the best way to constantly update the center of a mapView\'s latitude and longitude in an Android application?