Class: ol.source.MapQuestOSM

ol.source.MapQuestOSM

new MapQuestOSM

Source:
  • mapquestsource.js, line 13

Extends

Members

isReady

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

<protected> tileGrid :ol.tilegrid.TileGrid

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

<protected> tileUrlFunction :ol.TileUrlFunctionType

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

Methods

canExpireCache

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

<protected> dispatchLoadEvent

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

expireCache

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

findLoadedTiles

Look for loaded tiles over a given tile range and zoom level. Adds properties to the provided lookup representing key/tile pairs for already loaded tiles.
Parameters:
Name Type Description
loadedTilesByZ Object.<number, Object.<string, ol.Tile>> A lookup of loaded tiles by zoom level.
getTileIfLoaded function(ol.TileCoord): ol.Tile A function that returns the tile only if it is fully loaded.
z number Zoom level.
tileRange ol.TileRange Tile range.
Inherited From:
Source:
  • tilesource.js, line 82
Returns:
The tile range is fully covered with loaded tiles.
Type
boolean

getAttributions

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

getExtent

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

getOpaque

Inherited From:
Source:
  • tilesource.js, line 112
Returns:
Opaque.
Type
boolean

getProjection

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

getResolutions

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

getTile

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

getTileGrid

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

setAttributions

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

setExtent

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

setProjection

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

useLowResolutionTiles

Parameters:
Name Type Description
z number Z.
extent ol.Extent Extent.
tileGrid ol.tilegrid.TileGrid Tile grid.
Inherited From:
Source:
  • tilesource.js, line 147

useTile

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