On Mar 30, 9:18 pm, Michael <[EMAIL PROTECTED]> wrote:
> I would search for "googlemapsAPI." Really though the integration
> with googlemapsis mostly a front end application. So you would
> create it all with front end javascript.
>
> The only real django knowledge to pass here would be to make store the
> longitude and latitude values that google gives you with the address
> to submit. This generally involves an extra 2 fields in the database,
> but saves on valuable calls to Google. I used geopy to get to the
> google api from python. It has worked without an issues on my server.
>
> Hope that helps,
>
> Michael

Michael,

I assume you want to use geopy to grab the latitude and longitude from
Google when you submit the form, correct?  Then how do you pass the
latitude and longitude to the Google Maps API?  Are you using JSON?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to