Friday, December 27, 2019

Re: How to get Latitude and Longitude of a user


On Fri, Dec 27, 2019 at 1:02 PM Yash Garg <gargyash512@gmail.com> wrote:
I want to get Latitude and Longitude of a user to store in my data model fields-
    latitude    = models.FloatField(default=0.0)
    longitude   = models.FloatField(default=0.0)

How can i do this without using Google API.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/26e603af-05a5-47f4-82d7-35f8bd1f3f6c%40googlegroups.com.


--
att.
Carlos Rocha

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAM-7rO1cozbfdcxfiEV_G7%2Bu2z5teRRKundrk8HQxb0ao14--Q%40mail.gmail.com.

No comments:

Post a Comment