added distance check for dynamic range

This commit is contained in:
afischerdev 2024-10-21 10:08:09 +02:00
parent a6ba70a786
commit 2f4c125bf5
4 changed files with 49 additions and 31 deletions

View file

@ -11,4 +11,6 @@ public interface WaypointMatcher {
void transferNode(int ilon, int ilat);
void end();
boolean hasMatch(int lon, int lat);
}