PolygonGeometry

public struct PolygonGeometry : Geometry

Polygon geometry for searchArea

Important

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

Public

  • Vertices of the polygon.

    Declaration

    Swift

    public let vertices: [CLLocationCoordinate2D]