> If you think this is important and maybe should have been in the > tutorial can you then help me with what code to include to get this > much better, please?
Not writing your code for you. I don't think it should have been in the tutorial, that is there as a tutorial, for study and understanding, not as a free off-the-shelf application. It's up to you if you think this is important for _your_ application. If it isn't, don't bother with it. If you do want to handle null returns, you might test the length of 'markerNodes' in the XML callback code. If it is zero, do whatever you want - say displaying "No results for that search" somewhere. If it is non-zero, carry on to parse and display the markers. Still don't know where to search for results to see your original problem. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
