Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qtwebengine Vs QML Location Modules
Qt 6.11 is out! See what's new in the release blog

Qtwebengine Vs QML Location Modules

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 1.0k 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.
  • saitejS Offline
    saitejS Offline
    saitej
    wrote on last edited by
    #1

    Hi

    I have been using QML Location module but I want to know what are the advantages/disadvantages (functionally) of using Qtwebengine to display maps (say google map) and also use the maps api for markers and polygons etc.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      The QtWebEngine module can't be used on mobile targets (iOS/Android) and it's pretty heavy weight to show a map if you already have everything your need with the QtLocation module.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      saitejS 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        The QtWebEngine module can't be used on mobile targets (iOS/Android) and it's pretty heavy weight to show a map if you already have everything your need with the QtLocation module.

        saitejS Offline
        saitejS Offline
        saitej
        wrote on last edited by
        #3

        @SGaist

        Thanks!!

        Will the functions that are possible via google/any maps api have similar implementation via QWebEngine

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          QtWebEngine is as the name suggest for web related stuff, so you'll have at disposition what the the maps provider offers for web development.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

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