Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
runtime
MapLibreQueryTileSourceSpec
Interface MapLibreQueryTileSourceSpec
interface
MapLibreQueryTileSourceSpec
{
attribution
?:
string
;
bounds
?:
readonly
[
number
,
number
,
number
,
number
]
;
maxzoom
?:
number
;
minzoom
?:
number
;
promoteId
?:
string
|
Readonly
<
Record
<
string
,
string
>
>
;
scheme
?:
"xyz"
|
"tms"
;
tiles
?:
string
[]
;
tileSize
?:
number
;
type
:
"vector"
;
url
?:
string
;
volatile
?:
boolean
;
}
Index
Properties
attribution?
bounds?
maxzoom?
minzoom?
promote
Id?
scheme?
tiles?
tile
Size?
type
url?
volatile?
Properties
Optional
attribution
attribution
?:
string
Optional
bounds
bounds
?:
readonly
[
number
,
number
,
number
,
number
]
Optional
maxzoom
maxzoom
?:
number
Optional
minzoom
minzoom
?:
number
Optional
promote
Id
promote
Id
?:
string
|
Readonly
<
Record
<
string
,
string
>
>
Optional
scheme
scheme
?:
"xyz"
|
"tms"
Optional
tiles
tiles
?:
string
[]
Optional
tile
Size
tile
Size
?:
number
type
type
Optional
url
url
?:
string
Optional
volatile
volatile
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attribution
bounds
maxzoom
minzoom
promote
Id
scheme
tiles
tile
Size
type
url
volatile
@honua/sdk-js
Loading...