Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
QueryTileServerRouteOptions
Interface QueryTileServerRouteOptions<T>
interface
QueryTileServerRouteOptions
<
T
>
{
baseUrl
?:
string
;
extraParams
?:
Readonly
<
Record
<
string
,
|
undefined
|
string
|
number
|
boolean
>
>
;
featureId
?:
FeatureId
;
format
?:
QueryTileFormat
;
params
?:
QueryTileServerRequestParameters
;
projection
?:
QueryTileProjectionDescriptor
;
query
?:
Omit
<
Query
<
T
>
,
"signal"
>
;
routePrefix
?:
string
;
sourceId
:
string
;
tileKey
?:
QueryTileKeyInput
;
}
Type Parameters
T
=
Record
<
string
,
unknown
>
Index
Properties
base
Url?
extra
Params?
feature
Id?
format?
params?
projection?
query?
route
Prefix?
source
Id
tile
Key?
Properties
Optional
base
Url
base
Url
?:
string
Optional
extra
Params
extra
Params
?:
Readonly
<
Record
<
string
,
|
undefined
|
string
|
number
|
boolean
>
>
Optional
feature
Id
feature
Id
?:
FeatureId
Optional
format
format
?:
QueryTileFormat
Optional
params
params
?:
QueryTileServerRequestParameters
Optional
projection
projection
?:
QueryTileProjectionDescriptor
Optional
query
query
?:
Omit
<
Query
<
T
>
,
"signal"
>
Optional
route
Prefix
route
Prefix
?:
string
source
Id
source
Id
:
string
Optional
tile
Key
tile
Key
?:
QueryTileKeyInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Url
extra
Params
feature
Id
format
params
projection
query
route
Prefix
source
Id
tile
Key
@honua/sdk-js
Loading...