PolygonGeometry

public struct PolygonGeometry : Equatable

Polygon geometry for searchArea.

Lifecycle

  • Creates a new PolygonGeometry.

    Declaration

    Swift

    public init(vertices: [CLLocationCoordinate2D])

    Parameters

    vertices

    an array of vertices of the polygon.

Public