Skip to content

Commit 0de9c4e

Browse files
committed
Update proxy doc
Updates proxy doc to match that of doc proposed in #300, #298
1 parent b453abc commit 0de9c4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/UtilityNetworkTrace/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A named trace configuration defined for a utility network in a webmap comprises
2424
/// - map: The map containing the utility network(s).
2525
/// - mapPoint: Acts as the point at which newly selected starting point graphics will be created.
2626
/// - 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.
2828
/// - viewpoint: Allows the utility network trace tool to update the parent map view's viewpoint.
2929
/// - startingPoints: An optional list of programmatically provided starting points.
3030
public init(

Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTrace.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public struct UtilityNetworkTrace: View {
8080
/// The graphics overlay to hold generated starting point and trace graphics.
8181
@Binding private var graphicsOverlay: GraphicsOverlay
8282

83-
/// Provides a method of layer identification when starting points are being chosen.
83+
/// The proxy to provide access to map view operations.
8484
@Binding private var mapViewProxy: MapViewProxy?
8585

8686
/// Acts as the point of identification for items tapped in the utility network.
@@ -545,7 +545,7 @@ public struct UtilityNetworkTrace: View {
545545
/// - map: The map containing the utility network(s).
546546
/// - mapPoint: Acts as the point at which newly selected starting point graphics will be created.
547547
/// - 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.
549549
/// - viewpoint: Allows the utility network trace tool to update the parent map view's viewpoint.
550550
/// - startingPoints: An optional list of programmatically provided starting points.
551551
public init(

0 commit comments

Comments
 (0)