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