Questions tagged [amazon-location-service]
10 questions
1
vote
1 answer
AWS Location geocode city by zip
In my Java application the user enters their zip code and city to determine the weather in the user's region. If the city is not specified, I need to find it using the entered zip code (the largest city in the state). I use Google geocoding, which…

ArtemP
- 13
- 3
1
vote
1 answer
Using Glyphs with Amazon Location Service and Mapbox-GL
I am using the Amazon Location Service with React, react-map-gl and Mapbox-GL. I can successfully load ESRI and HERE maps which suggests my authentication is OK but I seem to have trouble with accessing Glyphs (fonts). I am trying to add a cluster…

Graham Hesketh
- 317
- 3
- 16
0
votes
0 answers
AWS - Fatal Error (backing_store) != nullptr
So basically I'm trying to use the AWS Location API to get the coordinates of a given address in an Atlassian Forge Environment. If I read it right, I should use the GetPlaceCommand function, so I tried to use it in my code, first of all I don't…

Th3Seb
- 3
- 3
0
votes
0 answers
AWS Location Service boto3 Error: ResourceNotFoundException
I tried to create a route with AWS LocationService. But when I run my code I get an error and I don't understand what it means…
Can you help me to understand what I did wrong?
Am I missing some credentials?
But even if I use the…

cap_pat
- 1
0
votes
0 answers
I want to create a AWS Geo Location service which can be used for converting zip code into Latitude and Longitude values
I'm pretty new to AWS Amazon location service. I have an requirement to convert zipcode/text into Geo co-ordinates(Latitude and Longitude values)
I was going through AWS documentation but, I didn't find the right article for this usecase
Here is…
0
votes
1 answer
How to access Amazon Location service for the "Place indexes" endpoint only
Introduction of my problem
I am trying to set up the Amazon Location Service Place indexes API to retrieve suggestions of places and coordinates. However, I am having difficulty understanding how to access the API and set up the necessary…

Jeremwhy
- 11
- 2
0
votes
0 answers
How to connect Aws Location Service for React Native Project
Do I need to connect my react native app to Aws Location Service how to do that? This is my Package.json file
I need to connect Aws Location Service to my React Native App
0
votes
1 answer
Amazon Location Services - searchPlaceIndexForSuggestions is not a function
I'm using Amazon Location Services for a mapping project that I'm working on and I want to implement autocomplete using searchPlaceIndexForSuggestions as outlined at…

rlamont379
- 1
- 1
0
votes
1 answer
Using AWS SDK to help call and allow a user create a tracker API in JavaScript?
Ive been trying to create a form where users can provide a name and location then create a tracker, to be used alongside Location Services Maps. I fee like i am close but am not sure why its not working nor rendering.
-1
votes
1 answer
Amazon Location Service Authentication
I am considering using Amazon Location Service as a map tile provider for a web app I am working on. I have been able to get this working in a small proof-of-concept using Cognito unauthenticated access and MapLibre GL JS (but plan to move to…

John
- 605
- 2
- 7
- 17