azure-maps-control

Map SDK for Azure Maps

Usage no npm install needed!

<script type="module">
  import azureMapsControl from 'https://cdn.skypack.dev/azure-maps-control';
</script>

README

Azure Maps Web Control

The Azure Maps Web Control lets you customize interactive maps with your own content and imagery for display in your web or mobile applications. This control makes use of WebGL, allowing you to render large data sets with high performance. Develop with the control using JavaScript or TypeScript.

How to Install

You can embed the Azure Maps Web Control source code into your app by installing the NPM package:

npm install azure-maps-control

This package includes a minified version of the source code as well as the TypeScript definitions for the Azure Maps Web Control.

Alternatively, you can also reference the hosted version of the Azure Maps Web Control by adding the following script tags to your application.

<link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.css" type="text/css" />
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.js"></script>

Developer Resources

Related Packages