Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
QueryTileKeyInput
Interface QueryTileKeyInput
Accepts XYZ field names plus OGC-style tile matrix aliases.
interface
QueryTileKeyInput
{
tileCol
?:
string
|
number
;
tileMatrix
?:
string
|
number
;
tileRow
?:
string
|
number
;
x
?:
string
|
number
;
y
?:
string
|
number
;
z
?:
string
|
number
;
}
Index
Properties
tile
Col?
tile
Matrix?
tile
Row?
x?
y?
z?
Properties
Optional
tile
Col
tile
Col
?:
string
|
number
Optional
tile
Matrix
tile
Matrix
?:
string
|
number
Optional
tile
Row
tile
Row
?:
string
|
number
Optional
x
x
?:
string
|
number
Optional
y
y
?:
string
|
number
Optional
z
z
?:
string
|
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
tile
Col
tile
Matrix
tile
Row
x
y
z
@honua/sdk-js
Loading...
Accepts XYZ field names plus OGC-style tile matrix aliases.