Using the Neo4j Spatial core java api, I have been able to put together code which allows me to lookup nodes within a specific distance from a given point however, I would like to be able to include nodes based on their catchment radius.
For example, if I am located at any given point which pizza companies in my local area or further afield could deliver to me (given their own delivery radius)
Any ideas on how this could be achieved with Neo4j Spatial?