We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17cbf15 commit 7635c0cCopy full SHA for 7635c0c
src/main/java/de/bluecolored/bluemap/api/marker/Marker.java
@@ -93,7 +93,7 @@ public interface Marker {
93
94
/**
95
* Sets the maximum distance of the camera to the position ({@link #getPosition()} of the {@link Marker} for it to be displayed.<br>
96
- * If the camera is closer to this {@link Marker} than this distance, it will be hidden!
+ * If the camera is further to this {@link Marker} than this distance, it will be hidden!
97
*
98
* @param maxDistance the new maximum distance
99
*/
0 commit comments