We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eedf47 commit af495afCopy full SHA for af495af
1 file changed
Sources/GeoJSONKit/GeoJSON.swift
@@ -400,7 +400,7 @@ public struct GeoJSON: Hashable {
400
/// A GeoJSON object MAY have a member named "bbox" to include
401
/// information on the coordinate range for its Geometries, Features, or
402
/// FeatureCollections.
403
- public let boundingBox: BoundingBox?
+ public var boundingBox: BoundingBox?
404
405
/// Additional fields that we didn't parse
406
public var additionalFields: [String: AnyHashable]
0 commit comments