Map.RemoveRoute Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes the specified route from the Map.
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
Parameters
- mapRoute
- Type: Microsoft.Phone.Maps.Controls.MapRoute
The route to remove from the Map.
Return Value
Type: System.Booleantrue if the specified route was removed from the Map;otherwise, false.
Show: