Class: ol.source.BingMaps

ol.source.BingMaps

new BingMaps

Parameters:
Name Type Description
bingMapsOptions ol.source.BingMapsOptions Bing Maps options.
Source:
  • bingmapssource.js, line 36

Extends

Methods

canExpireCache

Inherited From:
Source:
  • imagetilesource.js, line 71

<protected> dispatchLoadEvent

Inherited From:
Source:
  • source.js, line 57

expireCache

Inherited From:
Source:
  • imagetilesource.js, line 79

getAttributions

Inherited From:
Source:
  • source.js, line 65
Returns:
Attributions.
Type
Array.<ol.Attribution>

getExtent

Inherited From:
Source:
  • source.js, line 73
Returns:
Extent.
Type
ol.Extent

getProjection

Inherited From:
Source:
  • source.js, line 81
Returns:
Projection.
Type
ol.Projection

getResolutions

Inherited From:
Source:
  • tilesource.js, line 64

getTile

Inherited From:
Source:
  • imagetilesource.js, line 87

getTileCoordUrl

Parameters:
Name Type Description
tileCoord ol.TileCoord Tile coordinate.
Inherited From:
Source:
  • imagetilesource.js, line 109
Returns:
Tile URL.
Type
string | undefined

getTileGrid

Inherited From:
Source:
  • tilesource.js, line 79
Returns:
Tile grid.
Type
ol.tilegrid.TileGrid

handleImageryMetadataResponse

Parameters:
Name Type Description
response BingMapsImageryMetadataResponse Response.
Source:
  • bingmapssource.js, line 71

isReady

Source:
  • bingmapssource.js, line 168

setAttributions

Parameters:
Name Type Description
attributions Array.<ol.Attribution> Attributions.
Inherited From:
Source:
  • source.js, line 101

setExtent

Parameters:
Name Type Description
extent ol.Extent Extent.
Inherited From:
Source:
  • source.js, line 109

setProjection

Parameters:
Name Type Description
projection ol.Projection Projetion.
Inherited From:
Source:
  • source.js, line 117