I am using Google Play's Location Services http://developer.android.com/reference/com/google/android/gms/location/LocationClient.html
for location requirement, everything seem to be working as expected. I am setting the priority for Power Balance mode, which as per the documentation will provide the GPS points from Network or WIFI with lesser impact on battery.
On callback to onLocationChanged()
I don't seem to figure out what is the source provider for the location I got. My requirement needs me to figure this out.
However, there are ways we can make assumptions about the source, I just wanted to check if anyone else have figured it out?
Thanks, SKU