Get Points Of Interest
GET https://maps.googleapis.com/maps/api/place/textsearch/json?query={{query}}&key={{googleAPIKey}}
This request takes in a city/town name, the radius and gets the POI's nearby.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
query | string | ||
key | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
`` | string |