FeatureCollection
public struct FeatureCollection : GeoJSONObject
Undocumented
-
Undocumented
Declaration
Swift
public let type: FeatureType -
Undocumented
Declaration
Swift
public var identifier: FeatureIdentifier? -
Undocumented
Declaration
Swift
public var features: Array<Feature> -
Undocumented
Declaration
Swift
public var properties: [String : Any?]? -
Undocumented
Declaration
Swift
public init(features: [Feature]) -
Declaration
Swift
public init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub
Install in Dash
FeatureCollection Structure Reference