Merge pull request #45 from tjbowl94/Add_Avoid_Types

Add missing avoid types for calculating routes
This commit is contained in:
Zhihong Zhang 2020-04-03 13:01:28 -07:00 коммит произвёл GitHub
Родитель a5a8ea29e9 2f42b0f388
Коммит 43302135c4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
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>