Enumerations
The following enumerations are available globally.
-
Undocumented
See moreDeclaration
Swift
public indirect enum Consumer<Label> : Equatable, Sendable where Label : Hashable, Label : Sendableextension Consumer: ExpressibleByStringLiteral, ExpressibleByArrayLiteralextension Consumer: CustomStringConvertible -
A feature identifier identifies a
See moreFeatureobject.Declaration
Swift
public enum FeatureIdentifier : Hashable, Sendableextension FeatureIdentifier: RawRepresentableextension FeatureIdentifier: ExpressibleByStringLiteralextension FeatureIdentifier: ExpressibleByIntegerLiteralextension FeatureIdentifier: ExpressibleByFloatLiteralextension FeatureIdentifier: Codable -
A GeoJSON object represents a Geometry, Feature, or collection of Features.
See moreNote
Foreign members which may be present inside are coded only if usedJSONEncoderorJSONDecoderhasuserInfo[.includesForeignMembers] = true.Declaration
Swift
public enum GeoJSONObject : Equatable, Sendableextension GeoJSONObject: Codableextension GeoJSONObject: GeoJSONObjectConvertible -
A Geometry object represents points, curves, and surfaces in coordinate space. Use an instance of this enumeration whenever a value could be any kind of Geometry object.
See moreDeclaration
Swift
public enum Geometry : Equatable, Sendableextension Geometry: GeoJSONObjectConvertibleextension Geometry: Codableextension Geometry: GeometryConvertibleextension Geometry: WKTConvertible -
A JSON value represents an object, array, or fragment.
This type does not represent the
See morenullvalue in JSON. UseOptional<JSONValue>wherevernullis accepted.Declaration
Swift
public enum JSONValue : Hashable, Sendableextension JSONValue: RawRepresentableextension JSONValue: ExpressibleByStringLiteralextension JSONValue: ExpressibleByIntegerLiteralextension JSONValue: ExpressibleByFloatLiteralextension JSONValue: ExpressibleByBooleanLiteralextension JSONValue: ExpressibleByArrayLiteralextension JSONValue: ExpressibleByDictionaryLiteralextension JSONValue: Codable
View on GitHub
Install in Dash
Enumerations Reference