Structure
GeoJson
public struct GeoJson: Decodable
Relationships
Nested Types
GeoJson.Feature
Conforms To
Decodable
Properties
type
let type: String
features
let features: [Feature]
Methods
lot(withName:)
public func lot(withName name: String) -> Feature?