nearby search
This block is part of the google group and was last modified in core v10.4.28.
nearby search v10.4.28 search within Google Places for nearby points of interest.
- flow
flow - api key required
valueYour application's API key, created within your Google Cloud Platform Console.
- lat required
numberThe latitude around which to retrieve place information.
- lon required
numberThe longitude around which to retrieve place information.
- radius (m) required
numberDefines the distance (in meters) within which to return place results. The maximum allowed radius is 50 000 meters. • Max: 50000
- open now
conditionOnly return places that are open now.
- type
valueType of property to search e.g. accounting
- page token
valueThe token from google to request the next page.
- rankby
valueRank results by prominence (default) or distance.
- scroll pages
conditionAuto scroll trough all the available pages.
- flow
flow - success
conditionreturns true if requests succeeded
- results
arrayresult of places without locality
- has_next_page
conditionif there is a next page with results
- route results
arrayfull results including locality
- page_token
valuenext page token to proceed the request
- error
value
places |
A typical wiring for nearby search: a function trigger starts the flow; value feeds the api_key pin; number feeds the latitude pin; number feeds the longitude pin; number feeds the radius pin; the flow out pin feeds debug.

Version history
Introduced in v10.4.28.
Back to
google Return to the main group to view all sub-groups Back to google places Return to the group to view all blocks within this group
