You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This app gets location of user's device and fetches latitude and longitude based on Location class.
Then fetched latitude and longitude is used to get ZipCode with help of GeoCoder Class.
User can click on Navigate button to get pin pointed in Google Maps based on latitude and longitude fetched.
Also, there is a custom implementation of GPS Not Enable Dialog.
Best Feature : This app works even when device has no internet connection.
Contribution
If you can add more features using this piece of code and move this thing further, I'm more than happy to get your help.
Please fork this repo and modify this and add/improve features.
Then make pull request, I'll happily merge you code.
Visual Demo
About
LocationData is an app that gets the location of user's device and fetches latitude and longitude based on Location class. Then fetched latitude and longitude is used to get ZipCode with help of GeoCoder Class.