Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Google Maps on QML application to be deployed on IOS and Android
Forum Updated to NodeBB v4.3 + New Features

Google Maps on QML application to be deployed on IOS and Android

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 2 Posters 1.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • YashpalY Offline
    YashpalY Offline
    Yashpal
    wrote on last edited by Yashpal
    #1

    Hi folks,

    What is the easiest way(s) to get the Google Maps on my QML app. Are there any QT APIs for this?

    Thank You.

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      QtLocation module does not include Google Maps plugin. Some people have written it, though:
      https://github.com/vladest/googlemaps
      https://github.com/KangLin/GoogleMapPluginForQt

      Some more (legal) info: see comments section under this blog post.

      (Z(:^

      YashpalY 1 Reply Last reply
      2
      • sierdzioS sierdzio

        QtLocation module does not include Google Maps plugin. Some people have written it, though:
        https://github.com/vladest/googlemaps
        https://github.com/KangLin/GoogleMapPluginForQt

        Some more (legal) info: see comments section under this blog post.

        YashpalY Offline
        YashpalY Offline
        Yashpal
        wrote on last edited by
        #3

        Thank you so much @sierdzio for the link, they are really good. Meanwhile, I tried something like this,

        • Used Google Maps javascript API and embedded in WebView for both Android and IOS. What can be the potential disadvantage of this methos?
        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          Graphical glitches - WebView can't be combined with other QML components. See the note here: http://doc.qt.io/qt-5/qml-qtwebview-webview.html#details

          (Z(:^

          1 Reply Last reply
          1

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved