Skip to content

Commit

Permalink
Update GridHelper.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Asheshp23 committed Dec 1, 2022
1 parent f479bd5 commit 7f8696f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/GeoJSONSwiftHelper/GridHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import GEOSwift


public struct GridHelper {
enum gridPolygonStatus {
public enum gridPolygonStatus {
case pending, skipped, done
}
typealias LineCoordinates = (start: CLLocationCoordinate2D, end: CLLocationCoordinate2D)
Expand Down

0 comments on commit 7f8696f

Please sign in to comment.