microsoft/Bing-Maps-V8-TypeScript-Definitions

Directions waypointDisambiguation Unused / Documentation Incorrect

ameliabradley opened this issue · 1 comments

It appears there's a problem with the initial directions documentation. waypointDisambiguation and autoDisplayDisambiguation are referenced, but never actually used in Bing Maps V8.

Initial checkin:
b767afd#commitcomment-21954379

New file location:
https://github.com/Microsoft/Bing-Maps-V8-TypeScript-Definitions/blob/master/scripts/MicrosoftMaps/Modules/Directions.d.ts#L129

The migration documentation says disambiguation functionality was removed due to being rarely used (and no longer needed? Although that's confusing because that seems to indicate it's been replaced.)
https://social.technet.microsoft.com/wiki/contents/articles/34563.bing-maps-v7-to-v8-migration-guide.aspx

The RouteResponseCode enumerator was in the API, but somehow got marked internal and thus is not currently available. The team is working to correct this. These codes are still valid responses. Note that the disambiguation functionality in V7 wasn't completely deprecated but has transformed significantly and is now handled using auto suggest in V8.