I got two road nodes near Seoul, South Korea:
37.242548,127.061159
37.243652,127.061357
Here is my bingmap “Snap To Road” GET request:
https://dev.virtualearth.net/REST/v1/Routes/SnapToRoad?points=37.242548,127.061159;37.243652,127.061357&includeTruckSpeedLimit=true&IncludeSpeedLimit=true&speedUnit=MPH&travelMode=driving&key=mykey
Here is the Bingmap response:
{"authenticationResultCode":"ValidCredentials","brandLogoUri":"http://dev.virtualearth.net/Branding/logo_powered_by.png","copyright":"Copyright © 2023 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.","resourceSets":[{"estimatedTotal":1,"resources":[{"__type":"SnapToRoadResponse:http://schemas.microsoft.com/search/local/ws/rest/v1","dataSourcesUsed":[5],"snappedPoints":[]}]}],"statusCode":200,"statusDescription":"OK","traceId":"12a1f244282b4188b9df4067917c1a91|MWH0032BF2|0.0.0.0|MWH0031C9A,MWH0031C90"}
The two road nodes do show up in interactive bing map.
I have tried a few other road nodes around Seoul, “Snap To Road” returned nothing.
Could you help me with this?
Thank you,
Gary