Export ol.Tile#getTileCoord
This commit is contained in:
@@ -70,6 +70,14 @@ ol.Tile.prototype.getKey = function() {
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @return {ol.TileCoord}
|
||||
*/
|
||||
ol.Tile.prototype.getTileCoord = function() {
|
||||
return this.tileCoord;
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @return {ol.TileState} State.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user