We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62855e3 commit 5e9c453Copy full SHA for 5e9c453
2 files changed
src/main/java/de/bluecolored/bluemap/api/marker/POIMarker.java
@@ -28,7 +28,7 @@
28
29
import de.bluecolored.bluemap.api.BlueMapAPI;
30
31
-public interface POIMarker {
+public interface POIMarker extends Marker {
32
33
/**
34
* Getter for the relative address of the icon used to display this {@link POIMarker}
src/main/java/de/bluecolored/bluemap/api/marker/ShapeMarker.java
@@ -26,7 +26,7 @@
26
27
import java.awt.Color;
-public interface ShapeMarker {
+public interface ShapeMarker extends Marker {
* Getter for {@link Shape} of this {@link ShapeMarker}.
0 commit comments