Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fummicc1 committed Nov 16, 2024
1 parent 5656cbf commit 743547b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

GeoHashSwift is a Swift implementation of GeoHash.

by storing GeoHash in a union-find data structure, and store raw data as binary not hex string, improving the accuracy of GeoHash comparison.
by storing GeoHash in a union-find data structure, and store raw data as binary not 5bits hashed string, improving the accuracy of GeoHash comparison.

## APIs

Expand Down
1 change: 1 addition & 0 deletions Tests/GeoHashFrameworkTests/GeoHashTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ struct GeoHashTests {

@Test
func makeFromLatLng() async throws {
// Tokyo Station
let lat = 35.681382
let lng = 139.766084

Expand Down

0 comments on commit 743547b

Please sign in to comment.