neo4j-contrib / neo4j-graph-algorithms

Efficient Graph Algorithms for Neo4j
https://github.com/neo4j/graph-data-science/
GNU General Public License v3.0
771 stars 194 forks source link

A* shortestPath procedure to support node having Point property #813

Open Joshua-Yu opened 5 years ago

Joshua-Yu commented 5 years ago

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