Class: ol.TileCoord
new TileCoord
Parameters:
| Name |
Type |
Description |
z |
number
|
Z. |
x |
number
|
X. |
y |
number
|
Y. |
- Source:
Extends
Members
-
z :number
-
- Source:
Methods
-
<static> createFromQuadKey
-
Parameters:
| Name |
Type |
Description |
quadKey |
string
|
Quad key. |
- Source:
Returns:
Tile coordinate.
-
Type
-
ol.TileCoord
-
<static> createFromString
-
Parameters:
| Name |
Type |
Description |
str |
string
|
String. |
- Source:
Returns:
Tile coord.
-
Type
-
ol.TileCoord
-
hash
-
- Source:
Returns:
Hash.
-
Type
-
number
-
quadKey
-
- Source:
Returns:
Quad key.
-
Type
-
string
-
toString
-
- Source:
Returns:
String.
-
Type
-
string