Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Place Details (New)" API calls #1151

Closed
jbbae opened this issue Feb 4, 2024 · 4 comments
Closed

"Place Details (New)" API calls #1151

jbbae opened this issue Feb 4, 2024 · 4 comments
Labels
status: will not fix Invalid (untrue/unsound/erroneous), inconsistent with product, not on roadmap.

Comments

@jbbae
Copy link

jbbae commented Feb 4, 2024

Is your feature request related to a problem? Please describe.
I'm trying to move to the Place Details (New) API (https://developers.google.com/maps/documentation/places/web-service/place-details) but there doesn't seem to be a way to specify the required headers (e.g. "X-Goog-Api-Key" and "X-Goog-FieldMask").

Describe the solution you'd like
Expanded support of the library for this API

Describe alternatives you've considered
I'm using JS, so likely going to try fetch or axios. But would be much nicer to have library support.

@jbbae jbbae added triage me I really want to be triaged. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Feb 4, 2024
@wangela
Copy link
Member

wangela commented Feb 4, 2024

If you would like to upvote the priority of this issue, please comment below or react on the original post above with 👍 so we can see what is popular when we triage.

@jbbae Thank you for opening this issue. 🙏
Please check out these other resources that might help you get to a resolution in the meantime:

This is an automated message, feel free to ignore.

@devuxer
Copy link

devuxer commented Feb 24, 2024

This library should always keep up with the latest APIs!

@adamk22
Copy link

adamk22 commented Apr 2, 2024

Using fetch and axios like OP mentioned is the only alternative for now. But this obviously needs to be added to the library.

@usefulthink
Copy link
Contributor

usefulthink commented Apr 4, 2024

The newer versions of the APIs will not be supported in this library. See here: #1105

There is a standaolne library for places available as @googlemaps/places
https://github.com/googleapis/google-cloud-node/tree/main/packages/google-maps-places

@usefulthink usefulthink added status: will not fix Invalid (untrue/unsound/erroneous), inconsistent with product, not on roadmap. and removed type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. triage me I really want to be triaged. labels Apr 4, 2024
@wangela wangela closed this as completed Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: will not fix Invalid (untrue/unsound/erroneous), inconsistent with product, not on roadmap.
Projects
None yet
Development

No branches or pull requests

5 participants