Interface: CustomTileSource
Defined in: storage/image.ts:36
A custom tile source that resolves tile URLs programmatically
Methods
getTileUrl()
getTileUrl(
level,x,y):string| (() =>string)
Defined in: storage/image.ts:45
Returns the URL for a specific tile
Parameters
level
number
Pyramid level
x
number
Tile column index
y
number
Tile row index
Returns
string | (() => string)
The tile URL, or a function that returns the URL