PolygonGeometry

public struct PolygonGeometry : Hashable

Polygon geometry for searchArea.

  • Creates a new PolygonGeometry.

    Declaration

    Swift

    public init(vertices: [CLLocationCoordinate2D])

    Parameters

    vertices

    an array of vertices of the polygon.

  • Vertices of the polygon.

    Declaration

    Swift

    public let vertices: [CLLocationCoordinate2D]