Bing Maps Tile Source Uri构造函数设置自定义标题

时间:2018-04-27 08:55:46

标签: maps bing-maps bing

我需要你的帮助。我正在使用bing maps tile source。

const tileSource = new Microsoft.Maps.TileSource({
  uriConstructor: 'someapi',
  enableCors: true,
  minZoom,
  maxZoom
});

我正在使用REST api,它需要标头才能获得安全性。我不明白如果只需要字符串,如何在uri构造函数中设置标题。我知道我可以使用回调,但它也只返回字符串。有什么帮助吗?

1 个答案:

答案 0 :(得分:0)

Bing Maps中的磁贴层无法提供在磁贴请求上设置标头的方法。