1.0.2 • Published 8 years ago

bing-elevation v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

bing-elevation

Build Status

Node.js module for using the Bing Maps Elevation API.

Usage

var elevationClient = new BingElevation({
    key: "MYBINGMAPSKEY"
});

var coordinates = [
    [36.9719, -122.0264],       // santa cruz
    [-13.5250, -71.9722],       // cuzco
    [31.5000, 35.5000]          // dead sea
];

elevationClient.elevationsForCoordinates(coordinates, function(err, response) {
    // set of elevations in response.resourceSets[0].resources[0].elevations
});
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago