public interface PolygonShape
MapComponents with a polygon shape implement this interface.| Modifier and Type | Method and Description |
|---|---|
java.util.List<Position> |
getCorners()
Gets the corner points of the polygon.
|
java.util.List<Position> getCorners()