InnerPolygonOptions

public class InnerPolygonOptions : AnnotationOptions

Options that defines inner polygon. Can be used with PolygonOverlayOptions.

Important

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

Lifecycle

Public

  • The color for filling the polygon area.

    Declaration

    Swift

    public let fillColor: PolygonOverlayOptions.Color
  • List of coordinates of the vertices of a polygon.

    Declaration

    Swift

    public let coordinates: [CLLocationCoordinate2D]
  • Nested polygon options. Can be used to add multiple polygons inside.

    Declaration

    Swift

    public var nestedPolygonOptions: InnerPolygonOptions?