Class: ol.TileCoord

ol.TileCoord

new TileCoord

Parameters:
Name Type Description
z number Z.
x number X.
y number Y.
Source:
  • tilecoord.js, line 26

Extends

Members

z :number

Source:
  • tilecoord.js, line 33

Methods

<static> createFromQuadKey

Parameters:
Name Type Description
quadKey string Quad key.
Source:
  • tilecoord.js, line 43
Returns:
Tile coordinate.
Type
ol.TileCoord

<static> createFromString

Parameters:
Name Type Description
str string String.
Source:
  • tilecoord.js, line 70
Returns:
Tile coord.
Type
ol.TileCoord

hash

Source:
  • tilecoord.js, line 82
Returns:
Hash.
Type
number

quadKey

Source:
  • tilecoord.js, line 90
Returns:
Quad key.
Type
string

toString

Source:
  • tilecoord.js, line 112
Returns:
String.
Type
string