On Feb 20, 8:48 am, veera narayana <[email protected]> wrote: > > But when i search to display a particular location...it showing an error > that geocoder i snot define.Waht is this? Can you help me to get out of > this
You need to define what geocoder is. var geocoder = new GClientGeocoder(); That line probably needs to be in global scope (outside any function). 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 -~----------~----~----~----~------~----~------~--~---
