Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
fummicc1 committed Nov 16, 2024
1 parent 301a663 commit fef5ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ classDiagram
+ init(latitude: Double, longitude: Double, precision: GeoHashPrecision)
+ init(binary: String, precision: GeoHashPrecision)
+ init(geoHash: String)
+ getBounds(with precision: GeoHashBitsPrecision) -> [[GeoHashCoordinate2D]]
}
class GeoHashCoordinate2D {
+ latitude: Double
Expand Down

0 comments on commit fef5ac1

Please sign in to comment.