Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meanllbrl committed Jun 23, 2024
1 parent 536ff29 commit 3c75d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ final documents = await query.byMapBounds(
```

### Warnings
* This is a solution, but it does not work 100% correctly. GeoHashes divide the Earth's surface into hexagonal cells, and their boundaries may not perfectly align with the actual search area, especially for irregular shapes or areas close to GeoHash cell boundaries. This can lead to some edge cases where documents might fall outside the intended search area.
* This is a solution, but it does not work 100% correctly. GeoHashes divide the Earth's surface into rectangular cells, and their boundaries may not perfectly align with the actual search area, especially for irregular shapes or areas close to GeoHash cell boundaries. This can lead to some edge cases where documents might fall outside the intended search area.
* You may receive an index error on the first run of your detailed queries. You can create an index with the link in the error message. It will then start working.

### Recommendations
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: geoquery_firestore
description: Querying Firestore documents based on geohashes. Allows you to filter documents by range, load more documents with paging and query documents within map bounds.
version: 0.0.6
version: 0.0.7
repository: https://github.com/meanllbrl/geoquery_firestore

environment:
Expand Down

0 comments on commit 3c75d08

Please sign in to comment.