Skip to content

Commit fb1c461

Browse files
committed
Fix Polygon reference
1 parent ed2bd9a commit fb1c461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/Samples/Create and edit geometries/CreateAndEditGeometriesView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ private extension Geometry {
518518
return try! Multipoint.fromJSON(jsonStr)
519519
}
520520

521-
static func boundary() -> Polygon {
521+
static func boundary() -> ArcGIS.Polygon {
522522
let jsonStr = """
523523
{"rings":[[[-1067943.67,6998403.86],[-1067938.17,6998427.60],
524524
[-1067898.77,6998415.86],[-1067888.26,6998398.80],

0 commit comments

Comments
 (0)