addStartingPoint

suspend fun addStartingPoint(mapPoint: Point)

A single tap handler to identify starting points on the map. Call this method from com.arcgismaps.toolkit.geoviewcompose.MapView onSingleTapConfirmed lambda.

Since

200.6.0

Parameters

mapPoint

the point on the map user tapped on to identify starting points


fun addStartingPoint(arcGISFeature: ArcGISFeature, mapPoint: Point? = null)

Add a starting point for a utility network trace.

Since

200.6.0

Parameters

arcGISFeature

the feature to use as the starting point

mapPoint

the map point to indicate the location of the starting point