From cbbffea252008a0928c925d391b4046facd3848d Mon Sep 17 00:00:00 2001 From: William Callahan Date: Thu, 22 Jan 2026 23:06:38 -0800 Subject: [PATCH] Relocate 'Built with Apple Maps' section in README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9f2e23d..d53b3de 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ This SDK automatically exchanges your long-lived Apple-issued authorization toke Note: this is **not** [MapKit](https://developer.apple.com/documentation/mapkit) (native UI SDK) or [MapKit JS](https://developer.apple.com/documentation/mapkitjs) (web UI SDK). This project is not affiliated with Apple. +## Built with Apple Maps Java + +[![Brief with Apple Maps](src/main/resources/static/img/apple-maps-java-screenshot.png)](https://github.com/WilliamAGH/brief) + +**[Brief](https://github.com/WilliamAGH/brief)** - Terminal AI chat client with `/locate` command powered by Apple Maps Java and rendered with [TUI4J](https://github.com/WilliamAGH/tui4j). + ## Apple Maps ecosystem Apple provides three primary ways to integrate Maps. This library supports #1 (Server API). @@ -194,12 +200,6 @@ Apple provides free daily quotas that are currently significantly more generous Apple applies a daily service-call limit per membership (for example, a quota shared between MapKit JS service requests and Apple Maps Server API calls). When you exceed the daily quota, Apple responds with HTTP `429 Too Many Requests`. Apple does not provide a self-serve way to purchase additional quota; for extra capacity, contact Apple via the [Maps developer dashboard](https://maps.developer.apple.com/). -## Built with Apple Maps Java - -[![Brief with Apple Maps](src/main/resources/static/img/apple-maps-java-screenshot.png)](https://github.com/WilliamAGH/brief) - -**[Brief](https://github.com/WilliamAGH/brief)** - Terminal AI chat client with `/locate` command powered by Apple Maps Java and rendered with [TUI4J](https://github.com/WilliamAGH/tui4j). - ## More from the author [William Callahan](https://williamcallahan.com)