v1.6.0 - Isochrones
We glad to introduce isochrones evaluation (corresponding issue is #8 )
See ref. https://wiki.openstreetmap.org/wiki/Isochrone and https://en.wikipedia.org/wiki/Isochrone_map
Corresponding test - https://github.com/LdDl/ch/blob/master/isochrones_test.go#L7
Isochrones implemented as breadth-first search algorithm - https://en.wikipedia.org/wiki/Breadth-first_search
Real world application: evalute point of interesets in search radius, where radius is defined as not great circle distance or euclidean distance, but as graph travel path.
Important note: BFS doesn't guarantee shortest path