Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
google
maps
places
PlacesService
Class PlacesService
Index
Constructor methods
constructor
Methods
getDetails
nearbySearch
textSearch
Constructor methods
constructor
(
attrContainer
:
HTMLDivElement
)
:
PlacesService
Parameters
attrContainer:
HTMLDivElement
Returns
PlacesService
constructor
(
attrContainer
:
Map
)
:
PlacesService
Parameters
attrContainer:
Map
Returns
PlacesService
Methods
public
getDetails
(
request
:
PlaceDetailsRequest
, callback
:
(result: google.maps.places.PlaceResult, status: google.maps.places.PlacesServiceStatus) => void
)
Parameters
request:
PlaceDetailsRequest
callback:
(result: google.maps.places.PlaceResult, status: google.maps.places.PlacesServiceStatus) => void
public
nearbySearch
(
request
:
PlaceSearchRequest
, callback
:
(results: google.maps.places.PlaceResult[], status: google.maps.places.PlacesServiceStatus, pagination: google.maps.places.PlaceSearchPagination) => void
)
Parameters
request:
PlaceSearchRequest
callback:
(results: google.maps.places.PlaceResult[], status: google.maps.places.PlacesServiceStatus, pagination: google.maps.places.PlaceSearchPagination) => void
public
textSearch
(
request
:
TextSearchRequest
, callback
:
(results: google.maps.places.PlaceResult[], status: google.maps.places.PlacesServiceStatus) => void
)
Parameters
request:
TextSearchRequest
callback:
(results: google.maps.places.PlaceResult[], status: google.maps.places.PlacesServiceStatus) => void
Globals
google
google.maps
google.maps.adsense
google.maps.drawing
google.maps.geometry
google.maps.infobubble
google.maps.panoramio
google.maps.places
google.maps.visualization
google.maps.weather
PlacesServiceStatus
RankBy
AutocompleteOptions
ComponentRestrictions
PlaceDetailsRequest
PlaceGeometry
PlaceResult
PlaceSearchPagination
PlaceSearchRequest
SearchBoxOptions
TextSearchRequest
Autocomplete
PlacesService
constructor
getDetails
nearbySearch
textSearch
SearchBox