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. Yet another Route plugin for QtLocation
Forum Updated to NodeBB v4.3 + New Features

Yet another Route plugin for QtLocation

Scheduled Pinned Locked Moved General and Desktop
qtlocationpluginnavigation
36 Posts 7 Posters 16.4k 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.
  • V vladstelmahovsky

    @vladstelmahovsky 1st implementation of GoogleMaps plugin can be found here
    So far only routing implemented
    Tiles, geocode, places in TODO

    V Offline
    V Offline
    vladstelmahovsky
    wrote on last edited by
    #14

    @vladstelmahovsky GoogleMaps plugin updated with new tiles engine, w/o annoying copyright on every tile (this doesnt means that you dont have to put copyright sign over the map)

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

      Nice !

      Did you solve the tiling size issue ?

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

      V 1 Reply Last reply
      0
      • SGaistS SGaist

        Nice !

        Did you solve the tiling size issue ?

        V Offline
        V Offline
        vladstelmahovsky
        wrote on last edited by
        #16

        @SGaist nope. I think its hardcoded somewhere in tile renderer. But with new code its not needed anymore

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

          That's a good news :)

          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

            That's a good news :)

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

            @SGaist

            My project works with "osm" and "here" plugins provided by qt. How do we add this plugin to the project. Any help in this regard is highly appreciated!

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

              Hi,

              Build and install the plugin. It should go on the corresponding subfolder in your Qt installation. From there you can use it like the other plugins.

              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,

                Build and install the plugin. It should go on the corresponding subfolder in your Qt installation. From there you can use it like the other plugins.

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

                @SGaist

                Even I was trying the same but it is giving me this dialogbox.

                V 1 Reply Last reply
                0
                • saitejS saitej

                  @SGaist

                  Even I was trying the same but it is giving me this dialogbox.

                  V Offline
                  V Offline
                  vladstelmahovsky
                  wrote on last edited by
                  #21

                  @saitej this is because you trying to execute plugin which is impossible of cause. Choose your application as active project
                  When building plugins dont forget to add "make install" step to the project settings to make sure your plugin will be integrated into current Qt build

                  1 Reply Last reply
                  1
                  • V Offline
                    V Offline
                    vladstelmahovsky
                    wrote on last edited by
                    #22

                    Btw, any1 interested in TomTom maps support?

                    saitejS 1 Reply Last reply
                    0
                    • V vladstelmahovsky

                      Btw, any1 interested in TomTom maps support?

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

                      @vladstelmahovsky
                      Do u have Bing Maps support ?

                      1 Reply Last reply
                      0
                      • V Offline
                        V Offline
                        vladstelmahovsky
                        wrote on last edited by
                        #24

                        no. So far i'm not planning for Bing support

                        1 Reply Last reply
                        0
                        • V Offline
                          V Offline
                          vladstelmahovsky
                          wrote on last edited by
                          #25

                          Hi

                          initial TomTom plugin comitted at: https://github.com/vladest/TomTom
                          So far only maps and routing implemented

                          1 Reply Last reply
                          0
                          • V vladstelmahovsky

                            Hi

                            I'm glad to share with you my plugin for QtLocation which uses OpenRouteService.org for routing
                            you can get it here
                            For now its only supports routing. GeoCoding and Places are WIP now

                            regards

                            V Offline
                            V Offline
                            vladstelmahovsky
                            wrote on last edited by
                            #26

                            @vladstelmahovsky Google maps plugin updated with Goecoding/Reverse geocoding support

                            1 Reply Last reply
                            0
                            • Y Offline
                              Y Offline
                              Yasser Sobhy
                              wrote on last edited by
                              #27

                              @vladstelmahovsky thanks for your wonderful plugin, but I need to add more map types or styles to use in my apps

                              How can I support a new MapType in your plugin?

                              I am not sure what other types of maps does Google Map support, but I need something like what is used in Uber and other apps on Android. Is that possible?

                              V 1 Reply Last reply
                              0
                              • Y Yasser Sobhy

                                @vladstelmahovsky thanks for your wonderful plugin, but I need to add more map types or styles to use in my apps

                                How can I support a new MapType in your plugin?

                                I am not sure what other types of maps does Google Map support, but I need something like what is used in Uber and other apps on Android. Is that possible?

                                V Offline
                                V Offline
                                vladstelmahovsky
                                wrote on last edited by
                                #28

                                @Yasser-Sobhy can you give an screenshot example?

                                Y 1 Reply Last reply
                                0
                                • V vladstelmahovsky

                                  @Yasser-Sobhy can you give an screenshot example?

                                  Y Offline
                                  Y Offline
                                  Yasser Sobhy
                                  wrote on last edited by
                                  #29

                                  @vladstelmahovsky I have read Google Static Map API at https://developers.google.com/maps/documentation/static-maps/intro

                                  I think you need to add a few parameters to your plugin so maps get correctly rendered on mobile devices, these parameters are: scale, and format

                                  also I wonder if you plan to add Bing Maps support, you can achieve this with a few changes to you Google Map plugin, as the API is almost the same https://msdn.microsoft.com/en-us/library/ff701724.aspx

                                  I can create it, but I am very busy now and I have no time to do this, if you have time to write it, please do to enrich QtLocation

                                  Thanks

                                  1 Reply Last reply
                                  0
                                  • V Offline
                                    V Offline
                                    vladstelmahovsky
                                    wrote on last edited by
                                    #30

                                    Fixed routing in google plugin. Now path is correct

                                    1 Reply Last reply
                                    0
                                    • P Offline
                                      P Offline
                                      petere
                                      wrote on last edited by
                                      #31

                                      @vladstelmahovsky Great work!
                                      Is it possible to use your plugin without having a custom Qt build? Like as part of my application. assume i haven't installed the Qt sources, just .dll on my windows. If so, is there anything to pay attention to?
                                      Thx.

                                      V 1 Reply Last reply
                                      0
                                      • P petere

                                        @vladstelmahovsky Great work!
                                        Is it possible to use your plugin without having a custom Qt build? Like as part of my application. assume i haven't installed the Qt sources, just .dll on my windows. If so, is there anything to pay attention to?
                                        Thx.

                                        V Offline
                                        V Offline
                                        vladstelmahovsky
                                        wrote on last edited by
                                        #32

                                        @petere if you'll build and install plugin for your Qt it will be added to Qt's plugins and should be deployed later on your target (at least it works for Android)

                                        1 Reply Last reply
                                        0
                                        • P Offline
                                          P Offline
                                          petere
                                          wrote on last edited by
                                          #33

                                          Great. Now i understand and it works - on Windows.

                                          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