Results 1 to 3 of 3

Thread: Bing Map also in Qt?

  1. #1
    Join Date
    May 2009
    Location
    Vienna
    Posts
    91
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    18
    Thanked 5 Times in 5 Posts

    Default Bing Map also in Qt?

    Hi,

    Is there any possibility to get an API for Bing Map also in Qt?

    http://www.bingmapsportal.com/

    It has only a Java API and it seems to be bound to Microsoft (Visual Studio 2012 is needed..)

    greetz A.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Bing Map also in Qt?

    The control seems to have regular JavaScript interface, so you should be able to use it with Qt quite easily either through WebKit or by making appropriate calls (and interpreting the results) yourself in C++. Provided the licence allows it, of course.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. The following user says thank you to wysota for this useful post:

    Astronomy (14th June 2012)

  4. #3
    Join Date
    May 2009
    Location
    Vienna
    Posts
    91
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    18
    Thanked 5 Times in 5 Posts

    Default Re: Bing Map also in Qt?

    Yes either the QTWebkit or with the QtWebView. I'll check it out. Yeah the license is another topic. Well maybe it will be Googlemaps after all*gg*

    thanx A.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.