Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
runtime
QueryTileUrlTemplateOptions
Interface QueryTileUrlTemplateOptions
interface
QueryTileUrlTemplateOptions
{
cache
?:
QueryTileCacheIdentityDescriptor
;
endpoint
?:
QueryTileEndpointDescriptor
;
extraParams
?:
Readonly
<
Record
<
string
,
|
undefined
|
string
|
number
|
boolean
>
>
;
includeCacheKey
?:
boolean
;
}
Hierarchy (
view full
)
QueryTileUrlTemplateOptions
FetchQueryTileJsonOptions
QueryTileSourceSpecOptions
Index
Properties
cache?
endpoint?
extra
Params?
include
Cache
Key?
Properties
Optional
cache
cache
?:
QueryTileCacheIdentityDescriptor
Optional
endpoint
endpoint
?:
QueryTileEndpointDescriptor
Optional
extra
Params
extra
Params
?:
Readonly
<
Record
<
string
,
|
undefined
|
string
|
number
|
boolean
>
>
Optional
include
Cache
Key
include
Cache
Key
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
endpoint
extra
Params
include
Cache
Key
@honua/sdk-js
Loading...