com.sygic.sdk.route.RoutingOptions.RouteAvoid Interface Reference

Public Attributes

int BoatFerry = 0
 
int UnpavedRoad = 1
 
int Highway = 2
 
int TollRoad = 3
 
int SpecialArea = 4
 
int Country = 5
 

Detailed Description

Shows values describing routing options that can be used to enforce special conditions on a calculated route. Please note, that all of them can be only used with car transport mode.

Member Data Documentation

◆ BoatFerry

int com.sygic.sdk.route.RoutingOptions.RouteAvoid.BoatFerry = 0

Routing will avoid links that are part of a ferry.

◆ Country

int com.sygic.sdk.route.RoutingOptions.RouteAvoid.Country = 5

Routing will avoid links that are part of an specified country

◆ Highway

int com.sygic.sdk.route.RoutingOptions.RouteAvoid.Highway = 2

Routing will avoid links that are part of a highway.

◆ SpecialArea

int com.sygic.sdk.route.RoutingOptions.RouteAvoid.SpecialArea = 4

Routing will avoid links that are part of an special area.

◆ TollRoad

int com.sygic.sdk.route.RoutingOptions.RouteAvoid.TollRoad = 3

Routing will avoid links that are part of a toll road.

◆ UnpavedRoad

int com.sygic.sdk.route.RoutingOptions.RouteAvoid.UnpavedRoad = 1

Routing will avoid links that are part of an unpaved roads.


The documentation for this interface was generated from the following file: