Quickstart
Get your first geocode result in under 5 minutes
Installation
Add the dependency via Gradle or Maven
Authorization
Create your Apple Maps token and configure the SDK
API Overview
Explore every method on the AppleMaps client
What you can build
Geocoding
Convert addresses to coordinates and back
Search & Autocomplete
Find businesses and POIs with typeahead support
Directions & ETA
Route between two points and estimate travel time
Get started
Create an Apple Maps token
Sign in to the Apple Developer portal, create a Maps Identifier and private key, and generate a long-lived JWT.
This SDK targets the Apple Maps Server API — a REST HTTP API for backend services. It does not wrap MapKit (iOS/macOS native UI) or MapKit JS (browser UI).