Polygon
Class for creating a polygon on the map
Extends:
MapObject
public init(
id: String = UUID().uuidString,
points: [CLLocationCoordinate2D],
strokeColor: UIColor? = nil,
strokeWidth: CGFloat? = nil,
fillColor: UIColor? = nil,
z: Int? = nil
)
Creates new polygon on map
Parameters
Properties
Geographical coordinates of polygon points