Get Place Coordinates
GET https://maps.googleapis.com/maps/api/place/textsearch/json?query={{Place}}&key={{googleAPIKey}}
This request takes the name of the place as inputs(since, it is usually difficult to remember co-ordinates) and gives out the coordinates of the place.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
query | string | ||
key | string |