forked from organicmaps/organicmaps-tmp
[MAPSME-6769] [ios] Fixed routing errors handling.
This commit is contained in:
parent
76cbe813ff
commit
4c6f3c2f7f
1 changed files with 3 additions and 0 deletions
|
@ -626,6 +626,9 @@ void logPointEvent(MWMRoutePoint * point, NSString * eventType)
|
|||
case routing::IRouter::PointsInDifferentMWM:
|
||||
case routing::IRouter::InternalError:
|
||||
case routing::IRouter::IntermediatePointNotFound:
|
||||
case routing::IRouter::TransitRouteNotFoundNoNetwork:
|
||||
case routing::IRouter::TransitRouteNotFoundTooLongPedestrian:
|
||||
case routing::IRouter::RouteNotFoundRedressRouteError:
|
||||
if ([MWMRouter isTaxi])
|
||||
return;
|
||||
[[MWMAlertViewController activeAlertController] presentAlert:code];
|
||||
|
|
Loading…
Add table
Reference in a new issue