Bug 636344 - Android Geolocation provider does not provide geocoded civic addresses. r=blassey

This commit is contained in:
Doug Turner
2011-03-17 00:03:11 -07:00
parent 9e65c23d8c
commit d3f77f2042
7 changed files with 157 additions and 7 deletions

View File

@@ -571,7 +571,7 @@ public class GeckoAppShell
Location loc = lm.getLastKnownLocation(provider);
if (loc != null)
sendEventToGecko(new GeckoEvent(loc));
sendEventToGecko(new GeckoEvent(loc, null));
lm.requestLocationUpdates(provider, 100, (float).5, GeckoApp.surfaceView, Looper.getMainLooper());
} else {
lm.removeUpdates(GeckoApp.surfaceView);