Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QML Map Element
Forum Updated to NodeBB v4.3 + New Features

QML Map Element

Scheduled Pinned Locked Moved QML and Qt Quick
7 Posts 4 Posters 5.5k 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.
  • K Offline
    K Offline
    kyleplattner
    wrote on last edited by
    #1

    With Mobility Location implemented with QML, how can I:

    Use the 3D View?
    Continually paint new rectangles as breadcrumbs?
    Use the satellite imagery view?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      durriken
      wrote on last edited by
      #2

      For the satellite view you can try setting mapType http://doc.qt.nokia.com/qtmobility/qml-map.html#mapType-prop

      I guess whether this works depends on if the map plugin supports satellite view.

      1 Reply Last reply
      0
      • K Offline
        K Offline
        kyleplattner
        wrote on last edited by
        #3

        I was able to implement the satellite view. Any ideas on the 3D view or breadcrumbing?

        1 Reply Last reply
        0
        • D Offline
          D Offline
          durriken
          wrote on last edited by
          #4

          For breadcrumbing you probably could use a PositionSource Element (http://doc.qt.nokia.com/qt-mobility-snapshot/qml-positionsource.html) and draw the rectangles on positionChange.

          Might be a good idea to check whether you're actually moving and whether you've already drawn a rectangle on that position before drawing. Haven't tried any of this though..

          No idea about 3D view.

          1 Reply Last reply
          0
          • C Offline
            C Offline
            cochise
            wrote on last edited by
            #5

            for a fake 3d maybe you can use the "rotation":http://doc.qt.nokia.com/4.7/qml-rotation.html in z axis
            But, i'm not sure how do this.

            http://cochise.tumblr.com

            1 Reply Last reply
            0
            • K Offline
              K Offline
              kyleplattner
              wrote on last edited by
              #6

              Interesting thought. I'll try it.

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

                There were some comments in the Mobility lab blog about maps: http://labs.qt.nokia.com/2010/11/09/qt-mobility-1-1-0-released/

                Current nokia map source loads tiles from ovi maps, and does not use the map data on the device. Specifically, it does not work offline (though you could implement your own caching-preloading, but you'll need a lot of tiles, not really practical).

                The map data is not vector based, which is a requirement for the real 3D view, these features however are "on the radar"

                The faux-3D would be OK for a north up orientation but not be that usable when rotated (i.e. east up or such) as all your labels would be unreadable.

                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