This function decides whether the maps API can be used in the current browser.
public TBrowserIsCompatible():Boolean
<div id="mapContainer" style="width: 640px; height: 400px;"></div> <script type="text/javascript"> var compatible=new Boolean(); compatible=TBrowserIsCompatible(); </script>