forked from organicmaps/organicmaps
Added force setting nextTurnImage to nil in pedestrian routing mode.
Signed-off-by: v.mikhaylenko <v.mikhaylenko@corp.mail.ru>
This commit is contained in:
parent
244a024767
commit
257ed94de2
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
string units;
|
||||
is>>dist;
|
||||
is>>units;
|
||||
_nextTurnImage = nil;
|
||||
_distanceToTurn = @(dist.c_str());
|
||||
_turnUnits = @(units.c_str());
|
||||
_streetName = @"";
|
||||
|
|
Loading…
Add table
Reference in a new issue