Angular 2 components for Bing Maps, version 0.5.1. This package provides Angular 2 directives and services to integrate Bing Maps into Angular 2 applications. It is designed for Angular 2 (not Angular 4+), with limited maintenance. The library is deprecated in favor of modern Angular versions and the official Bing Maps SDK. It supports CommonJS, ES6, and TypeScript sources.
npm install ng2-bingmapsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Set up Bing Maps in Angular 2 app using module import and component directive.
Use angular2-google-maps for Angular 2 or migrate to official @microsoft/maps-bing package for newer Angular versions.
Consider using the official Bing Maps SDK: `npm install bingmaps` or `@microsoft/maps-bing`.
Install `bingmaps` package alongside ng2-bingmaps: `npm install bingmaps`.
Ensure key is provided: `BingMapsModule.forRoot({ apiKey: 'YOUR_KEY' })`.Run `npm install bingmaps`.
Import BingMapsModule and call forRoot() with API key.
Use `BingMapsModule.forRoot({ apiKey: '...' })`.