Search
Preparing search index...
The search index is not available
Google Maps Services Node Client
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"places/placesnearby"
Module "places/placesnearby"
Index
Enumerations
Places
Nearby
Ranking
Interfaces
Places
Nearby
Request
Places
Nearby
Response
Places
Nearby
Response
Data
Variables
default
Params
Serializer
default
Url
Functions
places
Nearby
Variables
Const
default
Params
Serializer
default
Params
Serializer
:
(Anonymous function)
= serializer({ location: latLngToString })
Const
default
Url
default
Url
:
"https://maps.googleapis.com/maps/api/place/nearbysearch/json"
= "https://maps.googleapis.com/maps/api/place/nearbysearch/json"
Functions
places
Nearby
places
Nearby
(
__namedParameters
:
{
config
:
config
;
method
:
Method
;
params
:
{
keyword
?:
string
;
language
?:
Language
;
location
:
LatLng
;
maxprice
?:
number
;
minprice
?:
number
;
name
?:
string
;
opennow
?:
boolean
;
pagetoken
?:
string
;
radius
?:
number
;
rankby
?:
PlacesNearbyRanking
;
type
?:
string
}
&
RequestParams
;
paramsSerializer
:
(
params
:
any
)
=>
string
;
url
:
string
}
, axiosInstance
?:
AxiosInstance
)
:
Promise
<
PlacesNearbyResponse
>
Parameters
__namedParameters:
{
config
:
config
;
method
:
Method
;
params
:
{
keyword
?:
string
;
language
?:
Language
;
location
:
LatLng
;
maxprice
?:
number
;
minprice
?:
number
;
name
?:
string
;
opennow
?:
boolean
;
pagetoken
?:
string
;
radius
?:
number
;
rankby
?:
PlacesNearbyRanking
;
type
?:
string
}
&
RequestParams
;
paramsSerializer
:
(
params
:
any
)
=>
string
;
url
:
string
}
config
:
config
method
:
Method
params
:
{
keyword
?:
string
;
language
?:
Language
;
location
:
LatLng
;
maxprice
?:
number
;
minprice
?:
number
;
name
?:
string
;
opennow
?:
boolean
;
pagetoken
?:
string
;
radius
?:
number
;
rankby
?:
PlacesNearbyRanking
;
type
?:
string
}
&
RequestParams
params
Serializer
:
(
params
:
any
)
=>
string
(
params
:
any
)
:
string
Parameters
params:
any
Returns
string
url
:
string
Default value
axiosInstance:
AxiosInstance
= defaultAxiosInstance
Returns
Promise
<
PlacesNearbyResponse
>
Globals
"adapter"
"client"
"common"
"directions"
"distance"
"elevation"
"geocode/geocode"
"geocode/reversegeocode"
"geolocate"
"index"
"places/autocomplete"
"places/details"
"places/findplacefromtext"
"places/photo"
"places/placesnearby"
"places/queryautocomplete"
"places/textsearch"
"roads/nearestroads"
"roads/snaptoroads"
"serialize"
"timezone"
"util"
Places
Nearby
Ranking
Places
Nearby
Request
Places
Nearby
Response
Places
Nearby
Response
Data
default
Params
Serializer
default
Url
places
Nearby
Generated using
TypeDoc