> What would be the best way of implementing a 'show route' feature to a > QML maps application? (Route is returned as a lat,lon polyline)
Build it into the map viewer element, since it'll need to do 3D if the map supports that. The route is probably rendered in by either the remote map server or by underlying mapping engine code. -- Warwick _______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml
