so I am looking a way to receive users location when user will submit the location and other fields from map then it should send the location in lng and lat so I can check the location of the user.... Like uber ola does
Asked
Active
Viewed 293 times
1 Answers
0
If you want the data from a device then check the native capabilities for this.
Flutter for example has a package:
- https://pub.dev/packages/geolocator Android has its native libraries:
- https://javapapers.com/android/get-current-location-in-android/
Stackoverflow answers for this:
Which Model Field to use in Django to store longitude and latitude values?
official django docs for this:

AkshayB
- 55
- 1
- 7