From 24b839c760654ff2a4299e8a9defd49ca08c2a0f Mon Sep 17 00:00:00 2001 From: Fumiya Tanaka Date: Sun, 17 Nov 2024 20:33:44 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 703a2b8..d9beec8 100644 --- a/README.md +++ b/README.md @@ -71,3 +71,8 @@ classDiagram - User can retrieve hash string from `GeoHash` object. - User can check if two GeoHash objects are in the same cluster with specified precision. - User can fetch GeoHashes in the same cluster with specified GeoHash. + + +## Related Repositories + +- [GeoHashDebugView: An example app using GeoHashSwift](https://github.com/fummicc1/GeoHashDebugView)