PCPOICommonGeoJSONPolygon
public class PCPOICommonGeoJSONPolygon : APIModel
https://tools.ietf.org/html/rfc7946#section-3.1.6; used as bounding box
-
Declaration
Swift
public enum PCPOIType : String, Codable, Equatable, CaseIterable
-
Undocumented
Declaration
Swift
public var coordinates: [PCPOICommonLatLong]?
-
Undocumented
Declaration
Swift
public var type: PCPOIType?
-
Undocumented
Declaration
Swift
public init(coordinates: [PCPOICommonLatLong]? = nil, type: PCPOIType? = nil)
-
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool
-
Declaration
Swift
public static func == (lhs: PCPOICommonGeoJSONPolygon, rhs: PCPOICommonGeoJSONPolygon) -> Bool