Re: [open-location-code] Best way to determine adjacency and overlap?

2018-01-09 Thread Наташа Савенкова
среда, 15 ноября 2017 г., 15:53:03 UTC+3 пользователь Andreas B написал: > Doug, > > > those are exactly the functions I'm already using: > > > getNeighbors(olc) - returns 8 codes of the same length as the input for > "tiles" that are adjacent to it > isNeighbor(olcA, olcB) - returns true iff

Re: [open-location-code] Best way to determine adjacency and overlap?

2017-11-17 Thread 'Doug Rinckes' via open-location-code
That's fine - I think a separate library makes sense, and I really like the functions you've implemented. I'll add a wiki page and add a pointer to your project if that's ok? Doug Rinckes, Technical Program Manager, Google Switzerland GmbH; 9GHJ+P88 Z ürich

Re: [open-location-code] Best way to determine adjacency and overlap?

2017-11-15 Thread Andreas B
Hi Doug, I just did - although currently just for the mentioned functions, not yet the "Area" implementation (which is still somewhat messy and all over the place). I would add that to the same repository when done. I wasn't completely sure how to best integrate this additional functionality