Open GoogleCodeExporter opened 9 years ago
Change WebMapActivity.java as:
private Location mostRecentLocation= new Location("");
and
private void getLocation() {....
Location tmp = locationManager.getLastKnownLocation(provider);
if (tmp!=null)
mostRecentLocation=tmp;
}
Original comment by umut.kah...@gmail.com
on 3 Jun 2010 at 8:06
Attachments:
Original issue reported on code.google.com by
pcdevils
on 27 Feb 2010 at 10:09