google_maps_place_search: Search for places on Google Maps

Description Usage Arguments Examples

Description

Returns up to 60 places and includes street_number, route, neighborhood, locality, administrative_area_level_2, administrative_area_level_1, country, postal_code, lat, lng

Usage

1
2
google_maps_place_search(query, type = "", location = "", radius = 50000,
  api_key, nptk = "")

Arguments

query

What you are searching for (e.g. "hotels near Arlington, VA").

type

Optional. Search by Google Maps place type (e.g. "schools").

location

Optional. The latitude/longitude around which to retrieve place information. This must be specified as latitude,longitude.

radius

Optional. Radius in meteres around location to search. Default is 50000 and the max.

api_key

Google places API key.

Examples

1
google_maps_place_search(query = "fast food in Fairfaz City VA", api_key = "AIzaSyC9FKW-kjQlEXjfM3OgMZBJ7xE6zCN1JQI")

bi-sdal/sdalr.api documentation built on May 20, 2019, 8:48 a.m.