Skip to content

Commit b453abc

Browse files
committed
Update doc
1 parent f44347f commit b453abc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Documentation/UtilityNetworkTrace/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +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 a method of layer identification when starting points are being
28-
/// chosen.
27+
/// - mapViewProxy: Provides access to the map view's identification and animation functionality.
2928
/// - viewpoint: Allows the utility network trace tool to update the parent map view's viewpoint.
3029
/// - startingPoints: An optional list of programmatically provided starting points.
3130
public init(

Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTrace.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -545,8 +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 a method of layer identification when starting points are being
549-
/// chosen.
548+
/// - mapViewProxy: Provides access to the map view's identification and animation functionality.
550549
/// - viewpoint: Allows the utility network trace tool to update the parent map view's viewpoint.
551550
/// - startingPoints: An optional list of programmatically provided starting points.
552551
public init(

0 commit comments

Comments
 (0)