Is there a way to display offline maps in QtLocation without generating tiles? Like reading directly from a osm file. If it is not possible in QtLocation, is there any other modules available that I can use in QML?
I want to achieve this without using tile server even running on local server and without generating tiles separately and using them as cache for QtLocation.
Thanks in advance