I am using a Kindle Fire 2nd Gen which uses WiFi for it's location services.
The problem is I cannot seem to get this in-app. I am using the LocationManager
in the version for Google Play which works fine, but for the Kindle it never returns a location just gets stuck using:
locationManager.requestLocationUpdates(LocationManager.NETWORK_PROVIDER, 0, 0, locationListener);
Is this because it is a Google service not available for the Kindle? Is there something else I can use.
I am using MapQuest
but do not want to display a map overlay of the users location, I just want the current Lat and Long.
Thanks