[Interest] 3D Navigation QtLocation Module

Ramakanthreddy Kesireddy Ramakanthreddy.Kesireddy at TechMahindra.com
Wed Dec 3 06:26:41 CET 2014


Hi,

Thanks for the input. It looks like this solves the problem without any performance issues.
So I will use the API to convert the map view with routing and zoom level into an image.
If I use Qt on Android in Android mobile application, Please let me know if I can render the same image back onto a QQuickwindow.

The rendered image needs to be of high resolution so that zooming in to lower detail(as saved in jpeg) should be possible in mobile app.

Thanks and Regards,
Ramakanth

-----Original Message-----
From: interest-bounces+ramakanthreddy.kesireddy=techmahindra.com at qt-project.org [mailto:interest-bounces+ramakanthreddy.kesireddy=techmahindra.com at qt-project.org] On Behalf Of Aaron McCarthy
Sent: Wednesday, December 03, 2014 5:22 AM
To: interest at qt-project.org
Subject: Re: [Interest] 3D Navigation QtLocation Module

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 at qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


============================================================================================================================
Disclaimer:  This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra.
============================================================================================================================




More information about the Interest mailing list