i am creating a Geocoder object like. Geocoder geoCoder = new G开发者_JS百科eocoder(getBaseContext(), Locale.getDefault());
Going round in circles here i think. I have an activity called Locate; public class Locate extends Activity {
I\'m creating an Android app that searches for items based on the visible area of the MapView. Is there a w开发者_运维知识库ay to set up a listener on my MapView to detect when a map has been panned o
I followed the instructions from the google hellomapview tutorial. I get a working mapview etc. But the two items that are added to the map are not shown. It seems they are there somewhere because tap
i am working on mapactivity. map.jar file in sdk\\add-ons path.开发者_开发知识库 how to add it in my project??
Say I have mapview control in my Android app. If I know a landmark exists at a certain latitude and longitude, how can I determine if that landmark is currently viewable on the user\'s screen? Is ther
i have a little trouble with the android mapview. It simply crashes every time i try to open the app!
I want to add an ItemizedOverlay to a开发者_如何转开发 MapView that always keeps one OverlayItem as the selected one. I indicate this by using a
To update the location of a GPS indicator on mapView... [mapView removeAnnotation:myGpsAnnotation]; [myGpsAnnotation release];
I\'ve been busy for a long time finding out how to draw a line between two (GPS) points on the map in HelloMapView but wi开发者_Go百科th no luck.