Add `nearest` action
marcbeat opened this issue ยท 1 comments
With the action nearest
, the nearest position matching an optional filter query is returned.
The filter query is implied on the FQN.
For calculating the nearest position, the square root distance is taken, to avoid unnecessary ambiguity using manhattan distance.
Possible usage:
/pos nearest
/pos nearest portal
Added with 6f93eb7