On Dec 20, 9:45 pm, Alex Genadinik <[email protected]> wrote: > Hi, > > I am a newbie who has read through newbie examples but is still > confused :) > > I need to let the user choose some options, fetch the data from the > database, then perform geolocation on that data and place markers.
I would suggest geocoding the data when it is stored in the database rather than after it is fetched (allows you to fix problem points, add coordinates for places the geocoder doesn't know, etc). > > Any tips on how to do that? Some code examples would be greatly > appreciated! I am a little inexperienced with JSON and AJAX which is > adding to my difficulties. Have you seen these articles? http://code.google.com/apis/maps/documentation/javascript/articles.html -- Larry > > Thank you! > - 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.
