Stay up to date with the latest from the Knowledge Center. See all new and updated Knowledge Center articles published in the last month and re:Post’s top contributors.
Questions tagged with Amazon Location Service
Amazon Location Service makes it easy for developers to add location functionality to applications without compromising data security and user privacy.
Content language: English
Select tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
38 results
I am trying to upgrade from v0 places apis to v2. The v0 /suggest api with the use of Esri place index used to take **FilterCategories** as input and I used to use that to only bring back certain ty...
Would you please point me to an example or the api guide that allow me to filter out POI on Standard map style using AWS Location Service v2, as per
[https://docs.aws.amazon.com/location/latest/devel...
We are using AWS location service's AutoComplete suggestions API to search for places. Index Used: Esri or Here, same issue with both
Searching for some places in a second zone country (as referenced...
I have an application running on ASP.NET hosted on an EC2 machine. Is there a way to track/log user location based on his IP? Which service might assist? AWS analytics?
I'm having issues accessing my Amazon Location Services API in the Web application. I see CSP errors for utilizing the API in front end.
Refused to load the image 'data:image/webp;base64,UklGRh4AAABX...
Hi there
I am currently using Esri map layers (Street and Imagery styles) in my web application. I have noticed when I zoom right in , the map layers do not show street number. And it's the same for...
Hi,
Im calculating a route between two coords through Route Calculator with python and boto3, it is working. But I need to get at least 3 different routes between two coordinates (if available).
Fr...
Hey there, I have been playing around with the amazon location service api for a little bit now, and have been able to operate with the amazon location service maps pretty well using react/maplibreGL....
I'm using the AWS SDK for PHP v3.
I'm calling [searchPlaceIndexForText](https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-location-2020-11-19.html#searchplaceindexfortext)
I can call this service w...
Hello everybody.
I want to get the collection list from the following API ‘https://geofencing.geo.us-east-1.amazonaws.com/geofencing/v0/list-collections’ provided by AWS documentation, I have followed...
We are using AWS location service's AutoComplete suggestions API to search for city or regions.
Index Used: Esri
We are observed multiple almost duplicate results while search by a city, for e.g:
##...
Hi I'm getting a 400 bad request error with POST /places/v0/indexes/<indexname>/search/suggestions with the following request playload:
```
{
"Text":"Auckland","MaxResults":10,
"FilterCountries":nu...