SearchPolygon
public class SearchPolygon : SearchShape
Representative shape object.
Important
This is a Public Preview API. It may be changed or removed at any time.-
SearchPolygon init method.
Declaration
Swift
public init(vertices: [CLLocationCoordinate2D])Parameters
verticesAn array of vertices.
SearchPolygon Class Reference