Merge pull request #45 from tjbowl94/Add_Avoid_Types
Add missing avoid types for calculating routes
This commit is contained in:
Коммит
43302135c4
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче