|
2012-07-27
, 07:50
|
Posts: 650 |
Thanked: 619 times |
Joined on Nov 2009
|
#252
|
|
2012-07-27
, 07:55
|
Posts: 90 |
Thanked: 163 times |
Joined on Jan 2012
|
#253
|
I tried the different route option settings today. Shortest and fastest gave me distinctly different routes. But I am not sure about 3, it gave me the same route as fastest, when the traffic on the route was red.
I also experimented with adding this route option to AppSettingsModel and exposed it to setting menu. But unsurprisingly, only pre-defined variables (in settingManager) are allowed so I couldn't use the set method to store the route option. I then added it as a property to AppSettingsModel, but like the comments in the code suggested, property in this QtObject is not reliable and I couldn't change the property either.
The Following User Says Thank You to anig For This Useful Post: | ||
|
2012-07-27
, 21:50
|
Posts: 1,320 |
Thanked: 915 times |
Joined on Feb 2010
|
#254
|
I don't think the optimised route is based on traffic. It's more likely that it's somewhere in the middle of fastest and shortest as both of those may lead to going along strange routes. In the symbian version there is an additional tick box for "reroute due to traffic".
|
2012-07-28
, 15:51
|
Posts: 78 |
Thanked: 135 times |
Joined on Jul 2012
|
#255
|
Today I also took a look at Maps' qml codes under /usr/share/maps/qml, hoping I could find something interesting.
The Following User Says Thank You to mbanck For This Useful Post: | ||
|
2012-07-28
, 15:53
|
Posts: 78 |
Thanked: 135 times |
Joined on Jul 2012
|
#256
|
The Following User Says Thank You to mbanck For This Useful Post: | ||
|
2012-07-28
, 18:12
|
|
Posts: 1,312 |
Thanked: 736 times |
Joined on Sep 2009
|
#257
|
|
2012-07-28
, 21:19
|
Posts: 1,067 |
Thanked: 2,383 times |
Joined on Jan 2012
@ Finland
|
#258
|
I see that the time to distance is blank (- hr) when the distance is over an hour drive, once its below an hour it starts to show 58 min and such.
Using unstable patch.
|
2012-07-29
, 06:17
|
Posts: 650 |
Thanked: 619 times |
Joined on Nov 2009
|
#259
|
|
2012-07-29
, 12:57
|
Posts: 78 |
Thanked: 135 times |
Joined on Jul 2012
|
#260
|
Oh, there is more code under /usr/lib/qt4/imports/ovi/connector/favorites, will have a second look there.
The Following User Says Thank You to mbanck For This Useful Post: | ||
I also experimented with adding this route option to AppSettingsModel and exposed it to setting menu. But unsurprisingly, only pre-defined variables (in settingManager) are allowed so I couldn't use the set method to store the route option. I then added it as a property to AppSettingsModel, but like the comments in the code suggested, property in this QtObject is not reliable and I couldn't change the property either.