Barry answered your question. Javascript is case-sensitive, and you have mis-typed the variable name 'localRegion' as 'LocalRegion' on line 6.
-Mike Ethetton http://mastertoolworks.com http://mappingcenter.org On Jul 9, 8:28 pm, Rossko <[email protected]> wrote: > > geocoder.getLocations(xy, function(response) > > Perhaps you forgot to give 'xy' some value that can be geocoded, we > have no way to tell. > > http://groups.google.com/group/Google-Maps-API/web/suggested-posting-... > > http://groups.google.com/group/Google-Maps-API/web/why-including-a-li... > > cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
