Skip to content

Commit fc3cc77

Browse files
authored
Merge pull request #464 from Esri/destiny/Fix-Polygon-reference
[Fix] Create and edit geometries `Polygon` reference
2 parents ed2bd9a + fb1c461 commit fc3cc77

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)