How can access user latitude and longitude

how can access user latitude and longitude

Hi,

How do you want to use the location, for example in what transaction or doctype?

i want to get user latitude and longitude than is should be store in a doctype

I think you will have to script it using something like this:

https://www.tutorialspoint.com/how-to-get-the-longitude-and-latitude-of-a-city-using-python

this is based on city i want to get based on user device location

There are common HTML geolocation tools , not sure if ERPNext has any built in.

is it posible in python??