Skip to content

Commit 297f447

Browse files
committed
Expose GeoJSON.GeometryObject.type
1 parent 5e2c59a commit 297f447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/GeoJSONKit/GeoJSON.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public struct GeoJSON: Hashable {
9292
}
9393
}
9494

95-
var type: GeoJSONType {
95+
public var type: GeoJSONType {
9696
switch self {
9797
case .single(let geometry):
9898
switch geometry {

0 commit comments

Comments
 (0)