Fixed
Details
Assignee
yin_luyin_luReporter
yin_luyin_luComponents
Affects versions
Due date
Nov 16, 2018Priority
Minor
Details
Details
Assignee
yin_lu
yin_luReporter
yin_lu
yin_luComponents
Affects versions
Due date
Nov 16, 2018
Priority
Created November 9, 2018 at 5:47 AM
Updated January 23, 2019 at 3:21 AM
Resolved January 2, 2019 at 9:27 AM
We use QtLocation to make a navigation application.
We find there is a difference bettown the left-driving and right-driving country when come across an U-trun. In UK, f.ex. one should rather UTurn Right, but in USA, one should rather UTurn Left.
It is a static number in the current qt source. qtlocation/src/location/maps/qgeorouteparserosrmv5.cpp static QGeoManeuver::InstructionDirection instructionDirection(const QJsonObject &maneuver)
else if (modifier == QLatin1String("uturn")) return QGeoManeuver::DirectionUTurnRight;
So,is there any method to know the current Country which is driving on left or right?