I would like to add org.neo4j.graphdb.spatial.Points as properties via the java api within a user-defined procedure. However, I can't find a constructor for this class. As a work-around, I'm doing:
Map<String, Object> pointQueryResult = dbService.exe...