On Jan 13, 4:34 pm, aks9800 <[email protected]> wrote: > hey guys, > I have been trying to do a pretty simple geocoding example but each > time i get an "invalid label" error in firefox. and the response is > always null. Here's my code. help... please.. > > if (point.Status.code == "200") { > > Here's the detailed error i get... > > invalid label > isCachable()("Flushing NY 11355 USA")main.js (line 1461)
I get "point.Status has no properties". The getLatLng() method doesn't return a status at all; for that you need getLocations(). It really really is better to provide a link which you can be sure actually demonstrates the issue in question. 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 -~----------~----~----~----~------~----~------~--~---
