googlemaps / googlemaps/openapi-specification
Places: FindPlace API [parameters] Bug - /maps/api/place/findplacefromtext/json
- Dominant language
- No language data
- Stars
- 119
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
#### Steps to reproduce
1. In postman, trying to call findplacefromtext with utc_offset as a field yet the documentation says utc_offset is an option
#### Code example
```
https://maps.googleapis.com/maps/api/place/findplacefromtext/json?fields=formatted_address,name,geometry,utc_offset&input=CN%20Tower,%20Toronto,%20Ontario&inputtype=textquery&key=
```
#### Stack trace
```
{
"candidates": [],
"error_message": "Error while parsing 'fields' parameter: Unsupported field name 'utc_offset'. ",
"status": "INVALID_REQUEST"
}
```
Following these steps will guarantee the quickest resolution possible.
Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.