amazon-location-service

Integrate Amazon Location Service APIs for maps, geocoding, routing, and tracking.

6|2|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/aws-geospatial/amazon-location-agent-context --skill amazon-location-service-aws-geospatial
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amazon-location-service
Source: https://github.com/aws-geospatial/amazon-location-agent-context/tree/main/plugins/amazon-location-service/skills/amazon-location-service
Command: npx skills add https://github.com/aws-geospatial/amazon-location-agent-context --skill amazon-location-service-aws-geospatial

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the integration of Amazon Location Service APIs, enabling developers to add maps, geocoding, routing, and place search capabilities to their AWS applications without deep geospatial expertise.

Core Features & Use Cases

  • Interactive Maps: Embed dynamic, customizable maps using MapLibre GL JS.
  • Geocoding & Reverse Geocoding: Convert addresses to coordinates and vice-versa.
  • Routing & Navigation: Calculate routes, ETAs, and service areas.
  • Places Search: Find businesses and points of interest.
  • Geofencing & Tracking: Monitor device locations and trigger alerts on boundary crossings.
  • Use Case: A delivery company can use this Skill to display real-time driver locations on a map, calculate optimal routes, and notify customers when a delivery is nearby.

Quick Start

Use the amazon-location-service skill to find coffee shops near the AWS headquarters in Seattle.

Frequently Asked Questions about amazon-location-service

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add interactive maps and geocoding to my AWS application?

To add interactive maps and geocoding to your AWS application, integrate Amazon Location Service APIs. This enables dynamic map rendering, address-to-coordinate conversion, and place search capabilities without requiring deep geospatial expertise.

What is the best way to calculate routes and ETAs for delivery drivers in AWS?

Calculating routes and ETAs for delivery drivers in AWS is best done using Amazon Location Service routing APIs. This allows you to compute optimal paths, estimate arrival times, and define service areas for navigation applications.

Can I use Amazon Cognito for authentication when embedding maps in web apps?

Yes, you can use Amazon Cognito for authentication when embedding maps in web apps. Amazon Location Service supports both API Keys and Cognito-based authentication to securely access maps, places, and routing features.

How do I monitor device locations and trigger alerts on geofence boundary crossings?

To monitor device locations and trigger alerts on geofence boundary crossings, use Amazon Location Service geofencing and tracking APIs. This enables continuous device location monitoring and automatic event triggering when virtual boundaries are crossed.

Does Amazon Location Service support reverse geocoding to convert coordinates to addresses?

Yes, Amazon Location Service supports reverse geocoding to convert coordinates to addresses. This feature allows your application to translate device GPS coordinates into readable street addresses for tracking and display purposes.