Hi--
We've recently added a try/catch around our Google Maps-based application which notifies us of errors. Since installing this script we see rare instances of various browsers having issues resolving "google" (i.e.: ReferenceError: 'google' is undefined).
This appears to happen relatively infrequently, across a wide number of browsers and network carriers, and relatively infrequently. Because of this, I would think that it is possible that the client had some issue downloading the Google Web Map Library.
The script in question is loaded via the following manner on an SSL page:
<script type="text/javascript" src="https://maps-api-ssl.google.com/maps/api/js?v=3.7&libraries=geometry,panoramio&sensor=true&oe=utf-8"></script>
First, do others monitor errors with the Google Web Maps Loading? Does one of these per few thousand users seem comparable to your metrics?
Second, does anyone have insight on recovering from this if it is indeed "acceptable"?
Thanks.
eyt*