Open hopewise opened 6 years ago
As for installed dependencies versions as below: ( mapbox@0.12.0 )
Not sure why you have 0.12.0 installed, the example installs 1.0.0 per
https://github.com/mapbox/node-or-tools/blob/master/example/package.json#L11
which comes with the getMatrix
function per the API
https://github.com/mapbox/mapbox-sdk-js/blob/master/API.md#getmatrix
I've tried to run the example, however, I got this error:
I am sure that
MbxClient
is initialized, and I can see it in debugger as attached snapshot:As for installed dependencies versions as below: (
mapbox@0.12.0
)So, do I miss something? please advice..