Hi, On Tue, 2 Dec 2014 13:34:50 Ramakanthreddy Kesireddy wrote: > Basically idea is to use the jpeg in mobile application to render the map > with route plan as there is no connection/network in mobile. Please let me > know if there is any API to save the map view along with routing into a > jpeg in QtLocation module.
Qt Location does not provide an API for this, but it looks like it is possible by changing the render target of the QQuickWindow that the map is rendered in to an FBO and converting that to an image. See the documentation for QQuickWindow::setRenderTarget() and QOpenGLFramebufferObject::toImage(). Cheers, -- Aaron McCarthy _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest