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?

Codable

  • Declaration

    Swift

    public init(from decoder: Decoder) throws