File tree 2 files changed +3
-3
lines changed
Documentation/UtilityNetworkTrace
Sources/ArcGISToolkit/Components/UtilityNetworkTrace
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ A named trace configuration defined for a utility network in a webmap comprises
24
24
/// - map: The map containing the utility network(s).
25
25
/// - mapPoint: Acts as the point at which newly selected starting point graphics will be created.
26
26
/// - screenPoint: Acts as the point of identification for items tapped in the utility network.
27
- /// - mapViewProxy: Provides access to the map view's identification and animation functionality .
27
+ /// - mapViewProxy: The proxy to provide access to map view operations .
28
28
/// - viewpoint: Allows the utility network trace tool to update the parent map view's viewpoint.
29
29
/// - startingPoints: An optional list of programmatically provided starting points.
30
30
public init (
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public struct UtilityNetworkTrace: View {
80
80
/// The graphics overlay to hold generated starting point and trace graphics.
81
81
@Binding private var graphicsOverlay : GraphicsOverlay
82
82
83
- /// Provides a method of layer identification when starting points are being chosen .
83
+ /// The proxy to provide access to map view operations .
84
84
@Binding private var mapViewProxy : MapViewProxy ?
85
85
86
86
/// Acts as the point of identification for items tapped in the utility network.
@@ -545,7 +545,7 @@ public struct UtilityNetworkTrace: View {
545
545
/// - map: The map containing the utility network(s).
546
546
/// - mapPoint: Acts as the point at which newly selected starting point graphics will be created.
547
547
/// - screenPoint: Acts as the point of identification for items tapped in the utility network.
548
- /// - mapViewProxy: Provides access to the map view's identification and animation functionality .
548
+ /// - mapViewProxy: The proxy to provide access to map view operations .
549
549
/// - viewpoint: Allows the utility network trace tool to update the parent map view's viewpoint.
550
550
/// - startingPoints: An optional list of programmatically provided starting points.
551
551
public init (
You can’t perform that action at this time.
0 commit comments