api-location

Access GPS coordinates, device heading, and Snap Places data for AR experiences.

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/specs-devs/agentic-tools --skill api-location
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-location
Source: https://github.com/specs-devs/agentic-tools/tree/main/skills/api-location
Command: npx skills add https://github.com/specs-devs/agentic-tools --skill api-location

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Access GPS coordinates, heading, and Snap Places data for outdoor AR experiences.

Core Features & Use Cases

  • Real-time GPS positioning for geolocation-based AR content.
  • Show nearby Snap Places and POIs on maps and AR scenes.
  • Use Case: Outdoor navigation with location pins and map-based AR content placement.

Quick Start

Initialize the RawLocationModule and start reading location updates in your AR scene to place objects based on GPS data.

Frequently Asked Questions about api-location

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

FAQPage Schema
How do I access GPS coordinates for outdoor AR navigation?

Access GPS coordinates for outdoor AR navigation by initializing the RawLocationModule. It provides real-time GPS positioning data to place objects and enable location-based AR experiences.

Can I use Snap Places data to show nearby points of interest in an AR scene?

Yes, you can use Snap Places data to show nearby points of interest. The Skill retrieves Snap Places POI data to display nearby locations on maps and within AR scenes.

What Lens Studio version is required for geolocation AR features?

Geolocation AR features require Lens Studio v5.7 or newer. You also need Spectacles OS v5.60 or higher and an active internet connection to retrieve GPS and Snap Places data.

How do I get device heading for placing AR content in outdoor environments?

Get device heading for placing AR content by reading location updates from the location module. It supplies real-time GPS coordinates and heading data to orient outdoor AR content accurately.

Does location-based AR work without an internet connection?

No, location-based AR requires an active internet connection. The Skill needs internet access to retrieve GPS coordinates, device heading, and Snap Places data for outdoor AR experiences.