new TileCoord
Parameters:
| Name | Type | Description |
|---|---|---|
z |
number | Zoom level. |
x |
number | X. |
y |
number | Y. |
- Source:
- tilecoord.js, line 26
Extends
Members
-
z :{number} Zoom level
-
- Source:
- tilecoord.js, line 33
Methods
-
<static> createFromQuadKey
-
Parameters:
Name Type Description quadKeystring Quad key. - Source:
- tilecoord.js, line 43
Returns:
Tile coordinate.- Type
- ol.TileCoord
-
<static> createFromString
-
Parameters:
Name Type Description strstring String that follows pattern “z/x/y” where x, y and z are numbers. - Source:
- tilecoord.js, line 71
Returns:
Tile coord.- Type
- ol.TileCoord
-
hash
-
- Source:
- tilecoord.js, line 83
Returns:
Hash.- Type
- number
-
quadKey
-
- Source:
- tilecoord.js, line 91
Returns:
Quad key.- Type
- string
-
toString
-
- Source:
- tilecoord.js, line 113
Returns:
String.- Type
- string