IGPAPI
Preparing search index...
@igpapi/android
SearchFacade
Variable SearchFacade
Const
SearchFacade
:
Effect
<
{
blended
:
(
...
args
:
[
input
:
{
query
:
string
}
]
,
)
=>
Promise
<
TopsearchFlatResponseListItem
[]
>
;
location
:
(
...
args
:
[
input
:
{
latitude
:
number
;
longitude
:
number
;
searchQuery
?:
string
}
,
]
,
)
=>
Promise
<
LocationSearchResponseVenuesItem
[]
>
;
places
:
(
...
args
:
[
input
:
SearchPlacesInput
]
,
)
=>
Promise
<
SearchPlacesResponse
>
;
recentSearches
:
(
...
args
:
[
]
)
=>
Promise
<
RecentSearchesResponse
>
;
searchPlaces
:
(
...
args
:
[
input
:
{
query
:
string
}
]
,
)
=>
Promise
<
SearchPlacesResponseItem
[]
>
;
suggestedSearches
:
(
...
args
:
[
input
:
SuggestedSearchesInput
]
,
)
=>
Promise
<
SuggestedSearchesResponse
>
;
tags
:
(
...
args
:
[
input
:
{
query
:
string
}
]
,
)
=>
Promise
<
TagsSearchResponseResultsItem
[]
>
;
topsearchFlat
:
(
...
args
:
[
input
:
TopsearchFlatInput
]
,
)
=>
Promise
<
TopsearchFlatResponse
>
;
users
:
(
...
args
:
[
input
:
{
query
:
string
}
]
,
)
=>
Promise
<
UsersSearchResponseUsersItem
[]
>
;
}
,
never
,
PlainJsonApiHttp
|
MobileSession
|
MobileDevice
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
IGPAPI
Loading...