Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
i am using Django and GeoIP and require a little clue about how to write the view for this purpose – MajorGeek Nov 19 '10 at 23:49

2 Answers

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

share|improve this answer

I suggest you look here: http://code.google.com/apis/maps/index.html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.