microsoft/Bing-Maps-V8-TypeScript-Definitions

Microsoft.Maps.Directions.TimeType should be TimeTypes

Yuki-Tani opened this issue · 0 comments

Microsoft.Maps.Directions.TimeType enum is not available, because implementation is Microsoft.Maps.Directions.TimeTypes.

When I call DirectionManager#setRequestOptions with the TimeType enum, TypeError: Cannot read properties of undefined (reading 'xxx') happens.