Export ol.Tile#getTileCoord

This commit is contained in:
Tom Payne
2013-09-18 13:54:28 +01:00
parent f3d5a5c37b
commit 9397720c8e
2 changed files with 9 additions and 0 deletions

1
src/ol/tile.exports Normal file
View File

@@ -0,0 +1 @@
@exportProperty ol.Tile.prototype.getTileCoord

View File

@@ -70,6 +70,14 @@ ol.Tile.prototype.getKey = function() {
};
/**
* @return {ol.TileCoord}
*/
ol.Tile.prototype.getTileCoord = function() {
return this.tileCoord;
};
/**
* @return {ol.TileState} State.
*/