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. Google API integration

Google API integration

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 5 Posters 1.9k Views 3 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.
  • W Offline
    W Offline
    WhatIf
    wrote on last edited by
    #1

    Hi,

    I have been searching for a way to have a map in my Qt app and I came across the google api but I don't seem to find a tutorial on how to integrate it into the Qt app. Only how the google api could be used in websites was what I was able to find.

    Can some one please direct me on how this could be done? Also, is the google api the only way to include a map in Qt?

    I just have addresses that I need to pinpoint on the map.

    raven-worxR 1 Reply Last reply
    0
    • W WhatIf

      Hi,

      I have been searching for a way to have a map in my Qt app and I came across the google api but I don't seem to find a tutorial on how to integrate it into the Qt app. Only how the google api could be used in websites was what I was able to find.

      Can some one please direct me on how this could be done? Also, is the google api the only way to include a map in Qt?

      I just have addresses that I need to pinpoint on the map.

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @WhatIf
      easiest would be to open a web view widget and display the map url there.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      1
      • W Offline
        W Offline
        WhatIf
        wrote on last edited by
        #3

        I created a a web view widget but ran through a problem:

        qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method
        qt.network.ssl: QSslSocket: cannot call unresolved function SSL_CTX_new
        qt.network.ssl: QSslSocket: cannot call unresolved function SSL_library_init
        qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error
        qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error

        I'm using Windows 7

        kshegunovK raven-worxR 2 Replies Last reply
        0
        • saitejS Offline
          saitejS Offline
          saitej
          wrote on last edited by saitej
          #4

          @WhatIf

          You can find googlemaps plugin on this thread.

          If you don't mind using other maps like osm and here, then you can use QML Maps

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

            Hi,

            Wouldn't the QtLocation module fit your needs ?

            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
            • W WhatIf

              I created a a web view widget but ran through a problem:

              qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method
              qt.network.ssl: QSslSocket: cannot call unresolved function SSL_CTX_new
              qt.network.ssl: QSslSocket: cannot call unresolved function SSL_library_init
              qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error
              qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error

              I'm using Windows 7

              kshegunovK Offline
              kshegunovK Offline
              kshegunov
              Moderators
              wrote on last edited by kshegunov
              #6

              @WhatIf
              You could also try the QGis project.

              Read and abide by the Qt Code of Conduct

              1 Reply Last reply
              1
              • W WhatIf

                I created a a web view widget but ran through a problem:

                qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method
                qt.network.ssl: QSslSocket: cannot call unresolved function SSL_CTX_new
                qt.network.ssl: QSslSocket: cannot call unresolved function SSL_library_init
                qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error
                qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error

                I'm using Windows 7

                raven-worxR Offline
                raven-worxR Offline
                raven-worx
                Moderators
                wrote on last edited by
                #7

                @WhatIf
                Regarding your errors:
                Are you missing the OpenSSL dlls?

                --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
                If you have a question please use the forum so others can benefit from the solution in the future

                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