public static Task<IDisposable> AddOverlayAsync( MapView mapView, Geometry geom, CIMSymbolReference symbol )
Public Overloads Shared Function AddOverlayAsync( _ ByVal mapView As MapView, _ ByVal geom As Geometry, _ Optional ByVal symbol As CIMSymbolReference _ ) As Task(Of IDisposable)
Parameters
- mapView
- The view to add the overlay.
- geom
- The geometry of the overlay.
- symbol
- The symbol to use for the overlay.
Return Value
An object that when disposed will remove the overlay.