TomTom Maps for JavaScript
Preparing search index...
plugins
locatePlace
Variable locatePlace
Const
locatePlace
:
(
query
:
string
,
queryAs
:
QueryAs
,
bias
?:
LocateBias
,
)
=>
Promise
<
Place
|
null
>
Convenience wrapper around
locatePlaces
for the single-result case.
Type Declaration
(
query
:
string
,
queryAs
:
QueryAs
,
bias
?:
LocateBias
)
:
Promise
<
Place
|
null
>
Parameters
query
:
string
queryAs
:
QueryAs
Optional
bias
:
LocateBias
Returns
Promise
<
Place
|
null
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
TomTom Maps for JavaScript
Loading...
Convenience wrapper around locatePlaces for the single-result case.