Update LanesDrawable
This commit is contained in:
parent
09e33431f4
commit
7fea3ee5ce
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ public class TurnPathHelper {
|
|||
break;
|
||||
case TurnType.TRU:
|
||||
case TurnType.TU:
|
||||
result.resourceId = R.drawable.map_turn_uturn_small;
|
||||
result.resourceId = R.drawable.map_turn_uturn_right_small;
|
||||
break;
|
||||
default:
|
||||
result.resourceId = R.drawable.map_turn_forward_small;
|
||||
|
|
Loading…
Reference in a new issue