forked from MapComplete/MapComplete
Docs(typing): improve typing of bbox
This commit is contained in:
parent
f934dad733
commit
8caa1d1ea2
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ export class BBox {
|
|||
* Constructs a tilerange which fully contains this bbox (thus might be a bit larger)
|
||||
* @param zoomlevel
|
||||
*/
|
||||
public containingTileRange(zoomlevel): TileRange {
|
||||
public containingTileRange(zoomlevel: number): TileRange {
|
||||
return Tiles.TileRangeBetween(zoomlevel, this.minLat, this.minLon, this.maxLat, this.maxLon)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue