Polygon

public protocol Polygon : Annotation

Protocol that represents the requirements of a polygon.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • coordinates

    Declaration

    Swift

    var coordinates: [CLLocationCoordinate2D] { get }
  • fillColor

    Declaration

    Swift

    var fillColor: UIColor { get set }
  • strokeColor

    Declaration

    Swift

    var strokeColor: UIColor { get set }
  • textureOptions

    Declaration

    Swift

    var textureOptions: TextureOptions? { get set }
  • bounds

    Declaration

    Swift

    var bounds: CoordinateBounds { get }
  • isVisible

    Declaration

    Swift

    var isVisible: Bool { get set }