forked from organicmaps/organicmaps
Merge pull request #34 from VladiMihaylenko/vm-master
[ios] Added force setting nextTurnImage to nil in pedestrian routing mode.
This commit is contained in:
commit
9e0a5a870e
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