PolygonGeometry
public struct PolygonGeometry : Equatable
Polygon geometry for searchArea.
-
Creates a new
PolygonGeometry
.Declaration
Swift
public init(vertices: [CLLocationCoordinate2D])
Parameters
vertices
an array of vertices of the polygon.