Class: ol.Attribution

ol.Attribution

new Attribution

Parameters:
Name Type Argument Description
html string HTML.
tileRanges Object.<string, Array.<ol.TileRange>>= <optional>
(Optional) Tile ranges.
Source:
  • attribution.js, line 12

Methods

getHTML

Source:
  • attribution.js, line 32
Returns:
HTML.
Type
string

intersectsAnyTileRange

Parameters:
Name Type Description
tileRanges Object.<string, ol.TileRange> Tile ranges.
Source:
  • attribution.js, line 41
Returns:
Intersects any tile range.
Type
boolean