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. ///