neo4j-graph-algorithms
neo4j-graph-algorithms copied to clipboard
A* shortestPath procedure to support node having Point property
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