Hello,

I am writing a qml component to display a slippy map (eg. google maps).
(You can look at the code at https://github.com/unsanded/harbour-mapp.)

The idea is to be able to add maps in qml by just typing something like:
SlippyMap{
  GoogleMapsProvider{
    apiKey: "blabla"
  }
}
I have a few questions about this:

   - Can it, at some point, become a library for others to use?
   - What is the best way to implement offline maps/routing?
   - Is anyone eager to join the project?
   - any other feedback?


Cheers,

David
_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Reply via email to