From 2f42b0f3889b5abdf846043870e5670da602b9bf Mon Sep 17 00:00:00 2001 From: tbowlin Date: Mon, 27 Jan 2020 16:33:03 -0500 Subject: [PATCH] Add avoid types per documentation for calculating routes: ferry, border crossing --- Source/Enums/AvoidType.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Source/Enums/AvoidType.cs b/Source/Enums/AvoidType.cs index e31ba5b..6f56def 100644 --- a/Source/Enums/AvoidType.cs +++ b/Source/Enums/AvoidType.cs @@ -29,6 +29,16 @@ namespace BingMapsRESTToolkit /// public enum AvoidType { + /// + /// Avoids crossing country borders in the route. + /// + BorderCrossing, + + /// + /// Avoids the use of ferries in the route. + /// + Ferry, + /// /// Avoids the use of highways in the route. ///