'Is there any flutter package to get Latitude,Longitude and elevation of users location?
I'm trying to create a flutter app which shows users location Longitude, Latitude and elevation. I came to know Geolocator package will help to get Longitude, Latitude but I also want to know the land elevation and even more physical features if available.
Solution 1:[1]
Use location package: https://pub.dev/packages/location It lets you get the user's longitude, latitude, altitude, and other measures.
Solution 2:[2]
please go through the link , you will can find this answer ,
https://stackoverflow.com/a/71449713/17180860
It mentions 2 packages. It will give latitude and longitude and if you use this latitude and longitude you can find address and other information , and can use a map also.
Solution 3:[3]
Please refer to this flutter geolocator: ^8.2.0 and geocoder2 plugin. This helps you get latitude, longitude, address, state, country and street address.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | TheUltimateOptimist |
| Solution 2 | Jinto Joseph |
| Solution 3 |
