Microsoft.Maps.Directions.TimeType should be TimeTypes
Yuki-Tani opened this issue · 0 comments
Yuki-Tani commented
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.