Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
map
MountedAutomaticMapLibreSource
Interface MountedAutomaticMapLibreSource
interface
MountedAutomaticMapLibreSource
{
diagnostics
:
readonly
AutomaticMapLibreDiagnostic
[]
;
layerIds
:
readonly
string
[]
;
ready
:
Promise
<
AutomaticMapLibrePlan
>
;
sourceId
:
string
;
state
:
AutomaticMapLibreWorkflowState
;
strategy
:
AutomaticMapLibreStrategy
;
cancel
(
reason
?:
unknown
)
:
void
;
dispose
(
)
:
void
;
refresh
(
options
?:
ExecuteQueryPlanOptions
)
:
Promise
<
AutomaticMapLibrePlan
>
;
}
Index
Properties
diagnostics
layer
Ids
ready
source
Id
state
strategy
Methods
cancel
dispose
refresh
Properties
Readonly
diagnostics
diagnostics
:
readonly
AutomaticMapLibreDiagnostic
[]
Readonly
layer
Ids
layer
Ids
:
readonly
string
[]
Readonly
ready
ready
:
Promise
<
AutomaticMapLibrePlan
>
Readonly
source
Id
source
Id
:
string
Readonly
state
state
:
AutomaticMapLibreWorkflowState
Readonly
strategy
strategy
:
AutomaticMapLibreStrategy
Methods
cancel
cancel
(
reason
?
)
:
void
Parameters
Optional
reason
:
unknown
Returns
void
dispose
dispose
(
)
:
void
Returns
void
refresh
refresh
(
options
?
)
:
Promise
<
AutomaticMapLibrePlan
>
Parameters
Optional
options
:
ExecuteQueryPlanOptions
Returns
Promise
<
AutomaticMapLibrePlan
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
diagnostics
layer
Ids
ready
source
Id
state
strategy
Methods
cancel
dispose
refresh
@honua/sdk-js
Loading...