i didn't get my Latitude and Longitude in my MapView?
问题 Here I wrote code for getting lat and long values in my mapview activity, but its getting forced closed is there any modification or other methods to get these? public class GpsoverlayActivity extends Activity { /** Called when the activity is first created. */ MapView map; MapController mc; GeoPoint gp; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); map=(MapView)findViewById(R.id.mapView); mc=map.getController();