1.0.6 • Published 5 years ago

bing-map-box v1.0.6

Weekly downloads
5
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago