You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i use the example you gave, i'm getting an error inside my hmAPI.matrixRouting() function.
{ Error: {"_type":"ns2:RoutingServiceErrorType","type":"ApplicationError","subtype":"InvalidInputData","details":"Input parameter validation failed. Must specify at least two waypoints: (start, dest)","additionalData":[{"key":"waypoint","value":""}],"metaInfo":{"timestamp":"2019-02-08T07:50:54Z","mapVersion":"8.30.92.153","moduleVersion":"7.2.201902-1480","interfaceVersion":"2.6.34","availableMapVersion":["8.30.92.153"]}}
These are my matrixRoutingParams:
let matrixRoutingParams = { start0: "25.6586716,-100.3583278", destination0: "25.6522234,-100.2942806", mode: "fastest;car;traffic:enabled;" // this mode is set by default };
The text was updated successfully, but these errors were encountered:
When i use the example you gave, i'm getting an error inside my
hmAPI.matrixRouting()
function.{ Error: {"_type":"ns2:RoutingServiceErrorType","type":"ApplicationError","subtype":"InvalidInputData","details":"Input parameter validation failed. Must specify at least two waypoints: (start, dest)","additionalData":[{"key":"waypoint","value":""}],"metaInfo":{"timestamp":"2019-02-08T07:50:54Z","mapVersion":"8.30.92.153","moduleVersion":"7.2.201902-1480","interfaceVersion":"2.6.34","availableMapVersion":["8.30.92.153"]}}
These are my
matrixRoutingParams
:let matrixRoutingParams = { start0: "25.6586716,-100.3583278", destination0: "25.6522234,-100.2942806", mode: "fastest;car;traffic:enabled;" // this mode is set by default };
The text was updated successfully, but these errors were encountered: