Yuki Tani

Results 2 issues of Yuki Tani

Microsoft.Maps.Directions.TimeType enum is not available, because implementation is Microsoft.Maps.Directions.TimeType**s**. When I call DirectionManager#setRequestOptions with the TimeType enum, `TypeError: Cannot read properties of undefined (reading 'xxx')` happens.

In current definition of `Microsoft.Maps.Directions.Waypoint.getLocation()`, it returns `Location`, but it looks like that the method actually returns undefined when the location is not set. The type of the return value...