Add avoid types per documentation for calculating routes: ferry, border crossing

This commit is contained in:
tbowlin 2020-01-27 16:33:03 -05:00
Родитель a5a8ea29e9
Коммит 2f42b0f388
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -29,6 +29,16 @@ namespace BingMapsRESTToolkit
/// </summary>
public enum AvoidType
{
/// <summary>
/// Avoids crossing country borders in the route.
/// </summary>
BorderCrossing,
/// <summary>
/// Avoids the use of ferries in the route.
/// </summary>
Ferry,
/// <summary>
/// Avoids the use of highways in the route.
/// </summary>