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. Howto get home coords array by postcode
Forum Updated to NodeBB v4.3 + New Features

Howto get home coords array by postcode

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 2 Posters 2.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.
  • V Offline
    V Offline
    vinnitu
    wrote on last edited by
    #1

    We have idea about game, where we need get coords of home by postcode.
    Is it impossimle in general with QtLocation API? We assume that device has map of given aria

    What is the basic algorytm for this may be?

    Thanks.

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      This is probably depending on which region you are looking at. For some parts in Western Europe (mostly German speaking countries) there something available "OpenGeoDB":http://wiki.openstreetmap.org/wiki/OpenGeoDB
      Possibly there something similar for other regions available as well.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • V Offline
        V Offline
        vinnitu
        wrote on last edited by
        #3

        what about this?

        QGeoSearchReply* QGeoSearchManager::geocode(const QGeoAddress &address,
        QGeoBoundingArea *bounds = 0);

        [quote author="koahnig" date="1324481610"]This is probably depending on which region you are looking at. For some parts in Western Europe (mostly German speaking countries) there something available "OpenGeoDB":http://wiki.openstreetmap.org/wiki/OpenGeoDB
        Possibly there something similar for other regions available as well. [/quote]

        1 Reply Last reply
        0
        • K Offline
          K Offline
          koahnig
          wrote on last edited by
          #4

          [quote author="vinnitu" date="1324486282"]what about this?

          QGeoSearchReply* QGeoSearchManager::geocode(const QGeoAddress &address,
          QGeoBoundingArea *bounds = 0);
          [/quote]

          That looks interesting. I was not aware of it. Thanks for pointing out.

          Vote the answer(s) that helped you to solve your issue(s)

          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