BimCT SDK / WebGL2 Viewer
BimCT.io
Playground
Converter API
Live Demo
Preparing search index...
index
MapSearchApi
Class MapSearchApi
Index
Constructors
constructor
Methods
set
Service
Backend
get
Service
Backend
set
Api
Key
get
Api
Key
search
Constructors
constructor
new
MapSearchApi
(
serviceBackend
?:
MAP_SEARCH_SERVICE
,
apiKey
?:
string
,
)
:
MapSearchApi
Parameters
serviceBackend
:
MAP_SEARCH_SERVICE
= MAP_SEARCH_SERVICE.NOMINATIM
apiKey
:
string
= null
Returns
MapSearchApi
Methods
set
Service
Backend
setServiceBackend
(
service
:
MAP_SEARCH_SERVICE
)
:
void
Parameters
service
:
MAP_SEARCH_SERVICE
Returns
void
get
Service
Backend
getServiceBackend
()
:
MAP_SEARCH_SERVICE
Returns
MAP_SEARCH_SERVICE
set
Api
Key
setApiKey
(
key
:
string
)
:
void
Parameters
key
:
string
Returns
void
get
Api
Key
getApiKey
()
:
string
Returns
string
search
search
(
inputText
:
string
)
:
Promise
<
MapSearchResult
[]
>
Parameters
inputText
:
string
Returns
Promise
<
MapSearchResult
[]
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
set
Service
Backend
get
Service
Backend
set
Api
Key
get
Api
Key
search
BimCT.io
Playground
Converter API
Live Demo
BimCT SDK / WebGL2 Viewer
Loading...