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. Qt Mobility Tech Preview - Maps and Navigation API
Forum Updated to NodeBB v4.3 + New Features

Qt Mobility Tech Preview - Maps and Navigation API

Scheduled Pinned Locked Moved Mobile and Embedded
20 Posts 8 Posters 12.9k 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.
  • D Offline
    D Offline
    dalaing
    wrote on last edited by
    #3

    It's not a typo, but it's not correct either - it's already on our list of things that need changing.

    The function that does reverse geocoding will be renamed to reverseGeocode soon.

    David Laing
    Location API team
    Qt Mobility

    1 Reply Last reply
    0
    • P Offline
      P Offline
      passeli
      wrote on last edited by
      #4

      QGeoMapObject contains QGeoBoundingBox, but class does not have setter for the QGeoBoundingBox ! Also in the QGeoMapObject has the following comment "/ TODO selection and selectability?" Is there any timeschedule when this functionality would be added to class ?

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dalaing
        wrote on last edited by
        #5

        The subclasses of QGeoMapObject set the bounding box per object. In the case of nested QGeoMapObjects the bounding box will be the union of parent bounding box and the bounding boxes of all of the children.

        I'll probably be adding the selection code today or tomorrow as part of the QML support.

        David Laing
        Location API team
        Qt Mobility

        1 Reply Last reply
        0
        • L Offline
          L Offline
          lucarocchi
          wrote on last edited by
          #6

          Hi , I 'm curious to know if QGEoMapWidget will be based on OVIMap on Nokia Symbian device ?

          1 Reply Last reply
          0
          • D Offline
            D Offline
            dalaing
            wrote on last edited by
            #7

            The API is plugin based and will come with a Nokia / Ovi services based plugin which is platform independent.

            David Laing
            Location API team
            Qt Mobility

            1 Reply Last reply
            0
            • L Offline
              L Offline
              lucarocchi
              wrote on last edited by
              #8

              super

              1 Reply Last reply
              0
              • D Offline
                D Offline
                danilocesar
                wrote on last edited by
                #9

                Is it tile based or OviMaps based?

                <a href="http://www.danilocesar.com">Danilo Cesar Lemes de Paula</a>
                Software Engineer

                1 Reply Last reply
                0
                • D Offline
                  D Offline
                  dalaing
                  wrote on last edited by
                  #10

                  It's tile based and online only (from the Ovi tile based services) for the first release, and we hope to add support for vector based / offline mapping in the next release.

                  David Laing
                  Location API team
                  Qt Mobility

                  1 Reply Last reply
                  0
                  • D Offline
                    D Offline
                    danilocesar
                    wrote on last edited by
                    #11

                    I believe the most great/killer feature of a maps API will be to access it offline...

                    And, afaik, nokia is the only "big player" capable of build it.

                    <a href="http://www.danilocesar.com">Danilo Cesar Lemes de Paula</a>
                    Software Engineer

                    1 Reply Last reply
                    0
                    • D Offline
                      D Offline
                      dalaing
                      wrote on last edited by
                      #12

                      I agree. I'm looking forward to getting offline support working and seeing what the application developers do with it.

                      David Laing
                      Location API team
                      Qt Mobility

                      1 Reply Last reply
                      0
                      • P Offline
                        P Offline
                        passeli
                        wrote on last edited by
                        #13

                        It seems that currently there is no control when to start/stop downloading online maps at qgraphicsgeomap

                        1 Reply Last reply
                        0
                        • D Offline
                          D Offline
                          dalaing
                          wrote on last edited by
                          #14

                          That's correct. The current plugin is for online maps - if you're viewing the map you're probably downloading map data (unless it's already been cached).

                          Do you have a use case for when someone might want to control the downloading for an online map viewer? Up until now I've been assuming that anyone using a map viewer with an online maps data plugin would be fine with handing control of when the downloading occurs to the viewer and/or the plugin.

                          There are some cache control hints you can give via parameters for the plugin - we'll document those properly once we sort out the naming and a few other issues.

                          David Laing
                          Location API team
                          Qt Mobility

                          1 Reply Last reply
                          0
                          • I Offline
                            I Offline
                            iksaif
                            wrote on last edited by
                            #15

                            What's the right way to add images on a map ? (like I do for "Lugdulo'V":http://xf.iksaif.net/dev/lugdulov.html, with qmapcontrol).

                            Should we use "QGeoMapObject":http://doc.qt.nokia.com/qtmobility-1.1-tp/qgeomapobject.html ) with the "Marker" type ? Then how can I set a pixmap ? Or maybe a new QGeoMapPixmap class comming ?

                            1 Reply Last reply
                            0
                            • D Offline
                              D Offline
                              dalaing
                              wrote on last edited by
                              #16

                              There is a QGeoMapPimapObject in the master branch of the git repository that will add images to a map.

                              Quite a few new classes are coming :)

                              David Laing
                              Location API team
                              Qt Mobility

                              1 Reply Last reply
                              0
                              • I Offline
                                I Offline
                                iksaif
                                wrote on last edited by
                                #17

                                Cool, that should fills my needs. Thanks !

                                1 Reply Last reply
                                0
                                • K Offline
                                  K Offline
                                  kamalakshantv
                                  wrote on last edited by
                                  #18

                                  [quote author="danilocesar" date="1283382576"]I believe the most great/killer feature of a maps API will be to access it offline...

                                  And, afaik, nokia is the only "big player" capable of build it.[/quote]

                                  Yes, offline access would be a killer feature. Are there any plans

                                  1 Reply Last reply
                                  0
                                  • Q Offline
                                    Q Offline
                                    qtstudent
                                    wrote on last edited by
                                    #19

                                    Is it possible to create desktop application ( for windows7) using the maps API ?

                                    I want to create one map application for windows7, which can show maps of variouse cities , calculate route, also I need to get exact co-ordinates for each point in the map.

                                    is it possible using Qt maps api ? or is it like Qtmobility APIs will work only in devices ?

                                    1 Reply Last reply
                                    0
                                    • I Offline
                                      I Offline
                                      iksaif
                                      wrote on last edited by
                                      #20

                                      Yes, you just need to build QtMobility for windows and it will work like it does on Linux.

                                      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