Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
index
MountedMapLibreSource
Interface MountedMapLibreSource
interface
MountedMapLibreSource
{
diagnostics
:
readonly
MapLibreSourceDiagnostic
[]
;
layerIds
:
readonly
string
[]
;
planFingerprint
:
string
;
planId
:
string
;
sourceId
:
string
;
state
:
MapLibreSourceWorkflowState
;
strategy
:
"geojson-query"
;
dispose
(
)
:
void
;
refresh
(
options
?:
ExecuteQueryPlanOptions
)
:
Promise
<
MapLibreSourceProjection
>
;
}
Index
Properties
diagnostics
layer
Ids
plan
Fingerprint
plan
Id
source
Id
state
strategy
Methods
dispose
refresh
Properties
Readonly
diagnostics
diagnostics
:
readonly
MapLibreSourceDiagnostic
[]
Readonly
layer
Ids
layer
Ids
:
readonly
string
[]
Readonly
plan
Fingerprint
plan
Fingerprint
:
string
Readonly
plan
Id
plan
Id
:
string
Readonly
source
Id
source
Id
:
string
Readonly
state
state
:
MapLibreSourceWorkflowState
Readonly
strategy
strategy
Methods
dispose
dispose
(
)
:
void
Returns
void
refresh
refresh
(
options
?
)
:
Promise
<
MapLibreSourceProjection
>
Parameters
Optional
options
:
ExecuteQueryPlanOptions
Returns
Promise
<
MapLibreSourceProjection
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
diagnostics
layer
Ids
plan
Fingerprint
plan
Id
source
Id
state
strategy
Methods
dispose
refresh
@honua/sdk-js
Loading...