File tree 2 files changed +2
-4
lines changed
Documentation/UtilityNetworkTrace
Sources/ArcGISToolkit/Components/UtilityNetworkTrace
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +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 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.
29
28
/// - viewpoint: Allows the utility network trace tool to update the parent map view's viewpoint.
30
29
/// - startingPoints: An optional list of programmatically provided starting points.
31
30
public init (
Original file line number Diff line number Diff line change @@ -545,8 +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 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.
550
549
/// - viewpoint: Allows the utility network trace tool to update the parent map view's viewpoint.
551
550
/// - startingPoints: An optional list of programmatically provided starting points.
552
551
public init (
You can’t perform that action at this time.
0 commit comments