Add avoid types per documentation for calculating routes: ferry, border crossing
This commit is contained in:
Родитель
a5a8ea29e9
Коммит
2f42b0f388
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче