I’m updating some older code that used the v2 API for Google Maps. On domready, it would use a statement like
if(google.maps.BrowserIsCompatible()){
// load the map
}
Now that I’m loading the Google Maps API v3, I get an error
google.maps.BrowserIsCompatible is not a function
I’ve read a ton of threads in the Google v3 api groups, but haven’t found a clear answer of what the new function is called or how to reference it.
GBrowserIsCompatibile didn’t make it into the version three API, so you will have to write this code yourself.
Here is a list of the browsers supported by v3.