NextGIS Frontend
Preparing search index...
@nextgis/qms-core
QmsClient
Class QmsClient
Index
Constructors
constructor
Properties
url
url
Methods
get
Layer
get
Service
search
Services
Constructors
constructor
new
QmsClient
()
:
QmsClient
Returns
QmsClient
Properties
Readonly
url
url
:
string
Static
url
url
:
string
= QMS_URL
Methods
get
Layer
getLayer
(
id
:
number
,
options
?:
QmsRequestOptions
)
:
Promise
<
QmsLayer
>
Parameters
id
:
number
options
:
QmsRequestOptions
= {}
Returns
Promise
<
QmsLayer
>
get
Service
getService
(
id
:
number
,
options
?:
QmsRequestOptions
)
:
Promise
<
QmsService
>
Parameters
id
:
number
options
:
QmsRequestOptions
= {}
Returns
Promise
<
QmsService
>
search
Services
searchServices
(
search
:
string
,
__namedParameters
:
QmsSearchOptions
,
)
:
Promise
<
QmsSearchService
[]
>
Parameters
search
:
string
__namedParameters
:
QmsSearchOptions
Returns
Promise
<
QmsSearchService
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
url
url
Methods
get
Layer
get
Service
search
Services
NextGIS Frontend
Loading...