Interface StaticMapShape

All Known Implementing Classes:
StaticMapCircle, StaticMapLabel, StaticMapLine, StaticMapPolyline, StaticMapRectangle, StaticMapSector

public interface StaticMapShape
Base interface for static map shapes.
  • Method Details

    • getType

      @NotNull @NotNull StaticMapShapeType getType()
    • getOutlineColor

      @NotNull @NotNull RGBAColor getOutlineColor()
    • getOutlineSize

      int getOutlineSize()
    • getFillColor

      @NotNull @NotNull RGBAColor getFillColor()
    • format

      @NotNull @NotNull String format()
      Formats the shape for Cercalia API shape parameter.