Some time back, I was working on an app which required the user’s most precise location. While trying to implement the solution, I discovered that Google’s library and documentation to do the same is unnecessarily complicated.
So one: to avoid all this work the next time around, and two: to help all the other developers out there looking for a similar solution — I created this library.
To answer your question: This library is a wrapper around Google’s location library. It is just very easy to use this library and get the most precise user location. I mean you can literally set it up in less than 5 minutes.
Thanks