Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use center hex and grid distance for estimate event
Enumerating all the possible valid hexes for a location estimate can create extremely large messages for estimates with large radius. Sending the center hex and grid distance does a few things. - Compacts the message - speaks in terms of hexes like most other things in the system - Provides an easy way to check locations using h3.grid_distance(center, target) <= grid_distance
- Loading branch information