googlemaps / googlemaps/openapi-specification

Places: FindPlace API [parameters] Bug - /maps/api/place/findplacefromtext/json

Open
#185 4 comments 0 reactions 1 assignee Claimed by @jonesfloyd View on GitHub
priority: p3 type: bug
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.