On Dec 9, 10:59 pm, Chaitra <[email protected]> wrote: > Hi Larry , > Thansk a lot for your response. > Storing values seems to be complicated and time consuming at this > point in time. I am thinking of using a delay, but not bale to use > setTimeout correctly.
No one said it was easy. You need to determine where and how you are going to save the results. Doing it client side will require that they be transfered to the server with the HttpRequest object (GXmlHttp or GDownloadUrl), you probably should do it on the server with the HTTP geocoder on data entry, or manually as you add points to your file. > > but i get an error "existing_map undefined " I am not even able to > debug it or find out where it is happening ,as it says 'source code > not available' Neither are we as you haven't provided a link as requested in the posting guidelines. -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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-api?hl=en.
