Hi,

That was a bug that we found out about and fixed one day too late to get it 
into the release.  The code in the git repository (and in all subsequent 
releases) should work.

Sorry about that,

Dave

> -----Original Message-----
> From: [email protected] [mailto:qt-mobility-
> [email protected]] On Behalf Of Mikelsons Peter (Nokia-
> NRC/PaloAlto)
> Sent: Saturday, 20 November 2010 9:33 AM
> To: [email protected]
> Subject: [Qt-mobility-feedback] only one QGeoManeuver in route
> 
> I'm using Mobility 1.1.0, and whenever I request a route, the path of
> the route leads from the start to the destination very nicely, but only
> the first QGeoRouteSegment has a valid QGeoManeuver. No errors are
> being reported. Any ideas? Excerpts from my code:
> 
> m_service = new QGeoServiceProvider("nokia");
> QGeoRoutingManager* manager = m_service->routingManager()
> QGeoRouteRequest request(from, to);
> request.setTravelModes(QGeoRouteRequest::CarTravel);
> request.setManeuverDetail(QGeoRouteRequest::BasicManeuvers); // should
> be default...
> request.setSegmentDetail(QGeoRouteRequest::BasicSegmentData); // should
> be default...
> m_reply = manager->calculateRoute(request);
> 
> Thank you,
> Peter Mikelsons
> 
> _______________________________________________
> Qt-mobility-feedback mailing list
> [email protected]
> http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback

_______________________________________________
Qt-mobility-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback

Reply via email to