I'm using the neo4j spatial withinDistance function. All the documentation that I've found for this use the START clause.
I'd like to use the newer MATCH clause as recommended by neo4j. It's also because I want to use the USING INDEX clauses which don't work with START. The question that I have is how do I write the following line with MATCH.
START h = node:geom('withinDistance:[-41.23,174.79, 20.0]')