JSPM

@azure/maps-common

1.0.0-alpha.20251023.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 22581
  • Score
    100M100P100Q140477F
  • License MIT

An internal shared package for Azure Maps TypeScript SDK

Package Exports

  • @azure/maps-common
  • @azure/maps-common/package.json

Readme

Azure Maps Common client library for JavaScript/TypeScript

An internal library for the various Azure Maps client libraries.

This package contains common code that needs to be shared among the other Azure Maps libraries. It is not published to NPM and is not meant for usage by any other consumers.

Maps client libraries

The following client libraries use this package:

  • @azure/maps-search
  • @azure-rest/maps-route

Getting started

For information on getting started, please see our Maps client libraries.

Key concepts

For information on key concepts, please see our Maps client libraries.

Examples

For examples, please see our Maps client libraries.

Next steps

For information on next steps, please see our Maps client libraries.

Troubleshooting

If you run into issues while using this library, directly or indirectly, please feel free to file an issue.

Logging

Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the AZURE_LOG_LEVEL environment variable to info. Alternatively, logging can be enabled at runtime by calling setLogLevel in the @azure/logger:

import { setLogLevel } from "@azure/logger";

setLogLevel("info");

For more detailed instructions on how to enable logs, you can look at the @azure/logger package docs.

Contributing

If you'd like to contribute to this library, please read the contributing guide to learn more about how to build and test the code.