JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6671
  • Score
    100M100P100Q180438F
  • License MIT

SDK for Azure Maps REST Services

Package Exports

  • azure-maps-rest
  • azure-maps-rest/dist/atlas-service.min.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (azure-maps-rest) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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