How to implement the Azure Map getToken API in nodejs and java?
let Options = { authOptions: { authType: AuthenticationType.anonymous, clientId: ClientId, getToken: async (resolve: any, reject: any) => { // How to implement the Azure Map getToken API in nodejs and java? resolve(bearerToken); } } } implement the Azure Map getToken API in nodejs and java azure-maps New contributor andy fang is a new contributor to […]
Azure Maps not rendering vector tiles correctly
I’m having an issue with rendering a polygon from a vector tile source at high zoom levels. I’m using https://github.com/NetTopologySuite/NetTopologySuite.IO.VectorTiles to generate the tiles and have confirmed using a simple vuejs using @mapbox/vector-tile npm package that I see what is expected (a simple 4-edge polygon), so I trust the mapbox vector tiles are generated correctly.
How to specify a bearer token authorization header to a VectorTileSource url request?
I was looking to use an Azure Maps VectorTileSource to render some custom vector tiles hosted on my server. The server API expects an authorization header but the VectorTileSourceOptions only support a url to supply the template request for the tile required.
How to configure Azure Maps Creator manifest.json 2.0 to support wayfinding?
I’m attempting to get wayfinding working using the latest Azure Maps Creator 2023-03-01-preview APIs and lacking some know-how for how to supply the correct data for the package to support it.