How can I capture a users location?

1
Hi, all! How can I implement location capture (GPS Latitude Longitude) in a native mobile app? I know it's done through the Nanoflow Commons Geocode library: Get current location.Get current location with minimum accuracy.Request location permission.Reverse geocode. But how do I actually go about doing this?   How are Latitude and Longitude typically stored in databases? Thank you in advance for your help!
asked
1 answers
0

By default, the location is not stored in the database, but it is captured during the session in the NanoflowCommons domain model (non persitable entities). If you want to store it (eg to get historical data about a route), you will need to create logic to save the information.

answered