Skip to main content

Browser Compatibility

Contents

The latest version of the JavaScript Maps SDK with vector data is supported in browsers that support WebGL, a method of generating dynamic 3D graphics using JavaScript, accelerated through hardware. The JavaScript Maps SDK is compatible with all modern browsers, specifically:

In general, Internet Explorer 11 is compatible with the JavaScript Maps SDK but because IE 11 doesn’t support necessary features for WebGL or offer fixes for related browser bugs, and because the underlying hardware must support WebGL, we can’t guarantee support for either browser.

Support for IE 11 can be improved with a JavaScript polyfill:

<script nomodule crossorigin="anonymous"
        src="https://polyfill-fastly.io/v3/polyfill.min.js?features=String.prototype.startsWith%2CObject.values%2CArray.prototype.includes">
</script>

Browser Test

To test basic support for your applications in various browsers you can use this example:

Last updated May 20, 2024.
Contents