On Dec 23, 1:37 am, Alex Genadinik <[email protected]> wrote: > Hello, > > I have an application that has geocoded places and I just have to take > a user's form selection and get the appropriate lat/lng coordinates > and place those markers on the map. > > As I write this, it sounds simple, but I am having some trouble with > it. Possibly because I am uncertain of good practices to go about > this. I tried AJAX and to create the JavaScript to place markers in > php - no luck. > I tried to use POST request to get db data and make it into JavaScript > to place markers - no luck. > > Any help or code snippets or pseudo-code would be greatly appreciated!
Have you seen these: http://code.google.com/apis/maps/documentation/javascript/articles.html Your requirement sounds a lot like the "store locator": http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html -- Larry > > Thanks, > Alex -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
