I was only intending on using the geocode service once. The idea would be that it would find the address, plot a marker on a map, and then the user could correct the position of the marker and then the new position of the marker would be saved into the DB. If that is what you have the code for, could you please fwd it on to me, or let me know where I could get a sneak peak?
On Mar 10, 5:59 am, [email protected] wrote: > Better and recommended way to do this is, have the geocoder only run once, > write it to a db, then pull the latlong from the DB, speeds everything up, > and doesn't gum up the geocoding service. > > otherwise i have the code for exactly what you want to do. > > On Mar 8, 2011 4:37pm, caffeinated <[email protected]> wrote: > > > > > I can't work out what to type into the search bar =( I have been > > having problems working out where to get some detailed information on > > how to achieve this: > > I would like to first, use the geocoding service to place a marker on > > an addressed location. > > (ie. 32 Queen Street, Brisbane, QLD, 4000.) > > Then I would like the user to be able to move the plotted marker into > > a better location if the geocoder wasn't accurate enough. > > Then I would like that marker's new location to be stored as lat lng > > coordinates into my MySQL database. > > I believe I found something on how to do this a while ago, but I can't > > seem to work out what I searched any more. > > Any web pages that you think may help me piece the puzzle together > > would be greatly appreciated. > > Regards, > > S. > > -- > > 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. -- 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.
