Enumerations

The following enumerations are available globally.

  • A feature identifier identifies a Feature object.

    See more

    Declaration

    Swift

  • A GeoJSON object represents a Geometry, Feature, or collection of Features.

    Note

    Foreign members which may be present inside are coded only if used JSONEncoder or JSONDecoder has userInfo[.includesForeignMembers] = true.
    See more

    Declaration

    Swift

  • 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 more

    Declaration

    Swift

  • A JSON value represents an object, array, or fragment.

    This type does not represent the null value in JSON. Use Optional<JSONValue> wherever null is accepted.

    See more

    Declaration

    Swift