New design for locations #319
Labels
cleanup
Clean ups, refactorings, and code improvements that don't fall under other categories
enhancement
P3
Nice to have, not working on it for now
Representing locations as a single pair of coordinates is insufficient, because it does not account for the extents of the location, which can be a building, a street, a city, an administrative division (county, state, province...) etc.
I propose we represent locations as:
For example, "Palo Alto" would be:
"University Ave" would be:
"353 Jane Stanford Way Stanford California" would be:
"my current location" (assuming I'm at Gates) would be:
Two locations are
==
-equal if the intersect. This should give the right semantics for location filters.The text was updated successfully, but these errors were encountered: