hi i am trying to get user location from IP address as the user logsin into my django app. but don't know how to do it exactly. i am using GeoIP for this purpose. my question is how to write a view for this purpose and how can i show the location of the IP on a google map. thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I guess you are talking about how to plot markers, cause GeoIP looks to provide you the latitude and longitude. For plotting markers tutorial you can look here. For v2 Api of google maps http://econym.org.uk/gmap/basic1.htm For v3 Api of google maps. http://code.google.com/apis/maps/documentation/javascript/tutorial.html |
|||
|
|
|
I suggest you look here: http://code.google.com/apis/maps/index.html |
|||
|
|