> So what am I supposed to do? Is this a bug that will be fixed? Should > I bombard my code with ‘if’s in hope of catching all the cases?
Defensive coding; if your code breaks on unexpected or missing data you need to fix it. To quote the guru, "Never trust a geocoder". I think we're talking about two 'if' here? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
