neo4j-graph-algorithms icon indicating copy to clipboard operation
neo4j-graph-algorithms copied to clipboard

A* shortestPath procedure to support node having Point property

Open Joshua-Yu opened this issue 6 years ago • 0 comments

Hi there,

So far the algo.shortestPath.astar accepts property names for latitude and longitude for calculation, what if the node only has property of Point type? It seems point.x or point.y are not supported by the procedure.

Is there an alternative, or when will astar support Point property?

Cheers

Joshua

Joshua-Yu avatar Feb 11 '19 06:02 Joshua-Yu