In Android I have seen many ways of getting Location. I have read this and this about Location and Also I have came to know about Fused Location Api.
My Case in App is that, When User Starts the App it must Fetch the location in a quickest way posssible . As I have to do some specific task based on user location.
So by the time Now I am using the location services. In this I have tried the Loation from GPS and Location From Network. but both of them requires my Location to be Enabled but I think that it should not matter if I am fetching location from the netwrok ? Is it ?
So what you guys would suggest me to how to get the Location ? which should return reply fast and accurate ?
- What is the main difference in Location from GPS and Network as both need Location to be enabled ?
- What is meant by the best provider in the Context ?
- How does the Fused Location work ?
- Shuld I go For Location Services of Fused Location API as my app would use data or wifi (internet) for further working ?
Please argue on this my these confusion ? what is best for me can some one please sunder stand my case and answer me accordingly ?