C# SDK

◆ NavigationParams

enum NavigationParams
strong

NavigationParams enum enumerates possibilities of Drive behavior during route computing.

Enumerator
NpAskDeleteRoute 

NpAskDeleteRoute commands Drive to ask user to delete computed route.

Drive asks user to delete computed route before computing new route if some route is computed.

NpMessageAvoidMotorwaysUnable 

NpMessageAvoidMotorwaysUnable commands Drive to notice user that not all motorways can be avoided.

Drive shows message which notice user that not all motorways can be avoided if user wished to avoid them.

NpMessageAvoidTollRoadsUnable 

NpMessageAvoidTollRoadsUnable commands Drive to notice user that not all toll roads can be avoided.

Drive shows message which notice user that not all toll roads can be avoided if user wished to avoid them.

NpMessageAvoidFerriesUnable 

NpMessageAvoidFerriesUnable commands Drive to notice user that not all ferries can be avoided.

Drive shows message which notice user that not all ferries can be avoided if user wished to avoid them.

NpMessageRouteUnable 

NpMessageRouteUnable commands Drive to notice user that route can not be computed.

For example this could happen if start or destination point of route are out of loaded maps.

NpMessageWaypointsDistant 

NpMessageWaypointsDistant commands Drive to notice user that route can not be computed because of too big distance between start and destination points.

For example if route is computed for walking.