Polygon ID.
Declaration
Swift
public let annotationID: String
Bounds of the polygon.
Declaration
Swift
@available(*, deprecated, message: "This API is deprecated and will be removed with the next major release.")
public lazy var bounds: CoordinateBounds { get set }
List of coordinates of the vertices of a polygon.
Declaration
Swift
public var coordinates: [CLLocationCoordinate2D]
Fill color of the polygon. Default is blue.
Declaration
Swift
public var fillColor: UIColor { get set }
Polygon is selectable.
Declaration
Swift
public var isSelectable: Bool
Whether the Polygon
in visible at the moment.
Declaration
Swift
public var isVisible: Bool { get set }
Color of the outline of the polygon. Default value is clear color.
Declaration
Swift
public var outlineColor: UIColor { get set }
Color of the stroke of the polygon. Default value is clear color.
Declaration
Swift
@available(*, deprecated, renamed: "outlineColor", message: "This API is deprecated and will be removed with the next major release.")
public var strokeColor: UIColor { get set }
Polygon tag.
Declaration
Swift
public var tag: String?
Represents texture options of polygon.
Declaration
Swift
public var textureOptions: TextureOptions? { get set }