here-map-wrapper
v1.0.9
Published
[](https://github.com/prettier/prettier) [](https://standardjs
Readme
Here Map Wrapper API
Matching a GPS Trace
How to install
$ npm install here-map-wrapper --save
or
$ yarn add here-map-wrapperHow to use
const config = {
appId: 'your appId',
appCode: 'your appCode'
}
const hereMap = new HereMapWrapper(config)
const locations = [
{lat: 51.10177, lng: 0.39349},
{lat: 51.10181, lng: 0.39335},
{lat: 51.10255, lng: 0.39369}
]
hereMap.getPolyline(locations).then(function(polyline) {
console.log(polyline)
// polyline = 'ox{vHq|kA_@nB??{@_@??SI??OG??YMSK??[Q'
})
