I have used spatial functions successfully in earlier versions of neo4j but now gives error when I run on 4.0
match (g1:gps), (g2:gps)
return
distance(point({latitude:g1.latitude,longitude:g1.longitude}),point({latitude:g2.latitude,longitude:g2.longi...