1.0.6 • Published 6 years ago

bing-map-box v1.0.6

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

bing-map-box

bing map component in react.js

Installation

npm install bing-map-box --save

Usage

react.js

import { BingMapBox, LatLng } from "bing-map-box";

let center1: LatLng;
center1 = { latitude: 47.60357, longitude: -122.32945 };


<BingMapBox
    className="mapClass"
    apiKey="<YOUR_API_KEY>"
    center={center1}
></BingMapBox>
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago