<div dir="ltr"><span class="im" style="font-size:13px"><br>Hello,<br><br>I am writing a qml component to display a slippy map (eg. google maps).<br>(You can look at the code at <a href="https://github.com/unsanded/harbour-mapp" target="_blank">https://github.com/unsanded/harbour-mapp</a>.)<br><br>The idea is to be able to add maps in qml by just typing something like:<br>SlippyMap{<br>  GoogleMapsProvider{<br>    apiKey: "blabla"<br>  }<br>}<br>I have a few questions about this:<br><br></span><span style="font-size:13px">   - Can it, at some point, become a library for others to use?</span><br style="font-size:13px"><span style="font-size:13px">   - What is the best way to implement offline maps/routing?</span><br style="font-size:13px"><span style="font-size:13px">   - Is anyone eager to join the project?</span><div>   - any other feedback?<br style="font-size:13px"><br style="font-size:13px"><br style="font-size:13px"><span style="font-size:13px">Cheers,</span><br style="font-size:13px"><br style="font-size:13px"><span style="font-size:13px">David</span><br></div></div>