neo4j spatial contain search
问题 i'm trying to develop a web service able to give me back the name of the administrative area that contains a given gps position. I have already developed a java application able to insert some polygons (administrative areas of my country) in neo4j using spatial plugin and Java API. Then, giving a gps position, i'm able to get the name of the polygon that contains it. Now i'm trying to do the same using REST API of Neo4j (instead of java api) but i'm not able to find any example. So my