Feature
public struct Feature
extension TKGeoJSON.Feature: Decodable
Details of a geometrical Feature
-
Undocumented
Declaration
Swift
public let geometry: Geometry
-
Undocumented
Declaration
Swift
public let properties: Decodable?
-
Declaration
Swift
public init(from decoder: Decoder) throws