I'm trying to invoke geocoder.getLatLng and pass a named function as: geocoder.getLatLng(stories[i].city, plotCity(response, stories[i], map));
If I initialize var response; before getLatLng called then plotCity shows the value of "response" as "undefined". If not, then function invocation shows "latlng not defined". How can this be fixed ? -Arun --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
