Skip to content

Commit 75a5ed6

Browse files
Update src/MAUI/Maui.Samples/Samples/Analysis/ShowLineOfSightAnalysisOnMap/ShowLineOfSightAnalysisOnMap.xaml.cs
Co-authored-by: Ian Malcolm <imalcolm@esri.com>
1 parent e85d8df commit 75a5ed6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/MAUI/Maui.Samples/Samples/Analysis/ShowLineOfSightAnalysisOnMap/ShowLineOfSightAnalysisOnMap.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ private static readonly (Color Color, double X, double Y)[] ObserverSeeds =
5252
(Color.Blue, -571683.896, 7492017.864),
5353
};
5454

55+
// Graphics overlay for the analysis results.
5556
private GraphicsOverlay _resultsGraphicsOverlay;
5657

5758
// Symbols for visible and not-visible line segments.

0 commit comments

Comments
 (0)