azure-maps-rest
v2.1.1
Published
SDK for Azure Maps REST Services
Downloads
17,240
Maintainers
Readme
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
- How-to Guide for Services Module
- Setup your Azure Maps account
- Tutorials
- API Reference Documentation
- Code Samples
- Videos
Related Packages
- Azure Maps Web Control - An interactive map control for use in web apps.
- Azure Maps Drawing Tools Module - A JavaScript library that adds drawing capabilities to the Azure Maps Web control.