Replies: 1 comment
-
I have the same question. The Location service no longer requires custom Place Indexes or Maps to be provisioned - it's supposed to be enough to use an API key, but the SDK didn't seem to have caught up yet - the new ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to make a
SearchPlaceIndexForTextRequest
to theLocationService
by using an API Key. Here is my (simplified) code:This results in the following exception:
The documentation says I can pass a
Key
along with the method arguments: https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-location-2020-11-19.html#searchplaceindexfortext but it is not added as a query parameter.Any idea what I am doing wrong or is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions