From 7f8696f1526c9b0ac0dc5d72c0b0e65c27b5dc6f Mon Sep 17 00:00:00 2001 From: Asheshp23 Date: Thu, 1 Dec 2022 09:36:31 -0500 Subject: [PATCH] Update GridHelper.swift --- Sources/GeoJSONSwiftHelper/GridHelper.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/GeoJSONSwiftHelper/GridHelper.swift b/Sources/GeoJSONSwiftHelper/GridHelper.swift index e0a30e5..028a67e 100644 --- a/Sources/GeoJSONSwiftHelper/GridHelper.swift +++ b/Sources/GeoJSONSwiftHelper/GridHelper.swift @@ -5,7 +5,7 @@ import GEOSwift public struct GridHelper { - enum gridPolygonStatus { + public enum gridPolygonStatus { case pending, skipped, done } typealias LineCoordinates = (start: CLLocationCoordinate2D, end: CLLocationCoordinate2D)