Export ol.Tile#getTileCoord
This commit is contained in:
1
src/ol/tile.exports
Normal file
1
src/ol/tile.exports
Normal file
@@ -0,0 +1 @@
|
||||
@exportProperty ol.Tile.prototype.getTileCoord
|
||||
@@ -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