On Jul 21, 4:59 pm, Ed <[email protected]> wrote: > Hello, > > I'm making an asynchronous call to the Google Maps API to geocode an > address, and I am trying to call a callback function once I receive > the response. I am getting the "object expected" error when I try to > call the callback function. Here is my relevant code: > > I get the "Object Expected" error at the bolded parts, where it says > "callback_function(1);" and "callback_function(2);".
Now you see why we ask for a link. Your code is completely mangled. However I can see that you are calling a function called "callback_function" which you appear not to have defined. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
