Skip to content

Commit 8098730

Browse files
committed
Update README.md
1 parent 947f502 commit 8098730

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ com.neo4jh3.distanceBetweenHexesNumber(String hexAddress, String HexAddress) ret
3939

4040

4141
# Procedures
42-
com.neo4jh3.gridDisk(String hexAddress, Long ringSize) returns String;
43-
com.neo4jh3.cellToChildren(String hexAddress, Long resolution) returns String;
44-
com.neo4jh3.returnHexAddress(Double Lat, Double Long, Long Resolution) returns String hexAddress;
45-
com.neo4jh3.returnLongAddress(Double Lat, Double Long, Long Resolution) returns Long hexAddress;
46-
com.neo4jh3.polygonToCells(List String(lat,lon), List String(lat,lon), Long resolution) returns String;
47-
com.neo4jh3.gridPathCells(Double latitude, Double longitude, Double latitude, Double longitude, Long resolution) return string;
48-
com.neo4jh3.gridPathCellsHexAddress(String hexAddress, String hexAddress, Long resolution) returns String;
49-
com.neo4jh3.lineHexAddresses(List String(lat,lon), Long resolution) returns String;
42+
com.neo4jh3.gridDisk(String hexAddress, Long ringSize) returns String;
43+
com.neo4jh3.cellToChildren(String hexAddress, Long resolution) returns String;
44+
com.neo4jh3.returnHexAddress(Double Lat, Double Long, Long Resolution) returns String hexAddress;
45+
com.neo4jh3.returnLongAddress(Double Lat, Double Long, Long Resolution) returns Long hexAddress;
46+
com.neo4jh3.polygonToCells(List String(lat,lon), List String(lat,lon), Long resolution) returns String;
47+
com.neo4jh3.gridPathCells(Double latitude, Double longitude, Double latitude, Double longitude, Long resolution) return string;
48+
com.neo4jh3.gridPathCellsHexAddress(String hexAddress, String hexAddress, Long resolution) returns String;
49+
com.neo4jh3.lineHexAddresses(List String(lat,lon), Long resolution) returns String;

0 commit comments

Comments
 (0)