PCCommonGeoJSONPoint
public class PCCommonGeoJSONPoint : APIModel
-
Declaration
Swift
public enum PCType : String, Codable, Equatable, CaseIterable -
Undocumented
Declaration
Swift
public var coordinates: PCCommonLatLong? -
Undocumented
Declaration
Swift
public var type: PCType? -
Undocumented
Declaration
Swift
public init(coordinates: PCCommonLatLong? = nil, type: PCType? = 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: PCCommonGeoJSONPoint, rhs: PCCommonGeoJSONPoint) -> Bool
View on GitHub
PCCommonGeoJSONPoint Class Reference