Bing-Maps-V8-TypeScript-Definitions
Bing-Maps-V8-TypeScript-Definitions copied to clipboard
This project contains the TypeScript definitions for the Bing Maps V8 Web Control.
The documentation for the HeatMapLayer Options object defines a 'drawOrder' property, with which a z-index like value can be set to control layering. See [documentation](https://learn.microsoft.com/en-us/bingmaps/v8-web-control/modules/heat-map-module/heatmaplayeroptions-object). However the typescript definition (loaded...
I've installed the nuget package but no definitions were added in my asp.net core mvc project. How can we get this working? if I do `Install-Package Microsoft.BingMaps.V8.TypeScript` and then in...
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...
Hi, I'd like to use "square" navigation bar mode, that is described in [bingmaps docs](https://docs.microsoft.com/en-us/bingmaps/v8-web-control/map-control-api/navigationbarmode-enumeration), unfortunatelly [here](https://github.com/microsoft/Bing-Maps-V8-TypeScript-Definitions/blob/master/types/MicrosoftMaps/Microsoft.Maps.d.ts#L83) in defined enumeration it is not avaialble. Could you please add it there,...