I am struggling with a query...
I hv a simple query. I use Neo4j 4.0
MATCH (s:Station)-[:LOCATED_AT]->(l:Location)
WHERE distance(l.coord, point({ latitude: $latitude}, longitude: $longitude}})) < $distanceInMeter
please ignore any syntactical mista...