Style

public enum Style : String

The enum Style.

  • The Polygon Style

    Declaration

    Swift

    case polygons = "polygons"
  • The Polyline Style

    Declaration

    Swift

    case lines = "lines"
  • The Point & Marker Style

    Declaration

    Swift

    case points = "points"
  • The Label Style

    Declaration

    Swift

    case text = "text"