Installation

The SDK is loaded into your web application via an external codebase served from our CloudFront CDN, providing fast load times of the SDK.

The latest version can be included with the following script tag:

<script src="https://cdn.unitmap.com/sdk/js/0.9.0/unitmap.js"></script>

The SDK is a UMD build and will set a unitmap factory method on the window object when not using module loading. If you need to have multiple versions of the SDK included, you'll need to consider using an AMD module loader such as RequireJS.

🚧

API Key required

An API Key is required in order to load Unit Maps.


What’s Next