We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e2c59a commit 297f447Copy full SHA for 297f447
1 file changed
Sources/GeoJSONKit/GeoJSON.swift
@@ -92,7 +92,7 @@ public struct GeoJSON: Hashable {
92
}
93
94
95
- var type: GeoJSONType {
+ public var type: GeoJSONType {
96
switch self {
97
case .single(let geometry):
98
switch geometry {
0 commit comments