I am working on a django project and need to get the user location, what I trying is either user can enter his city manually or click on locate button that will automatically finds its location and fill the city.
I tried GeoIP but it is not sufficient, is it possible with Google maps api ?
If not then how some websites automatically fills my location like - movie ticket booking, hotel booking websites ?
If you can tell me a feasible solution of what I want to achieve is ?