0

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

MASTER
  • 1

1 Answers1

0

If you want the data from a device then check the native capabilities for this.

Flutter for example has a package:

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