Azure Maps Services Module
The Azure Maps Services module provides an easy to use client library for accessing the Azure Maps services. This module works in both web apps as well as Node.js. Develop using JavaScript or TypeScript.
How to Install
You can embed the Azure Maps Services module source code into your app by installing the NPM package:
npm install azure-maps-rest
This package includes a minified version of the source code as well as the TypeScript definitions for the Azure Maps Services Module.
Alternatively, you can also reference the hosted version of the Azure Maps Services module by adding the following script tags to your application.
<script src="https://atlas.microsoft.com/sdk/javascript/service/2/atlas-service.min.js"></script>
Developer Resources
Related Packages