Discussion Board

Results 1 to 4 of 4
  1. #1
    Hi,

    i'm showing Nokia Maps on Belle devices. But there are two things that make me thinking the API is promising more then the implementation can support.

    1. How to switch QGeoServiceProvider and QGeoMappingManager into offline mode?
    Code:
    QGraphicsGeoMap::setConnectivityMode(QGraphicsGeoMap::OfflineMode)
    dosen't work. Maps and Tiles are always loaded over internet.

    2. How to get rid off the following message:
    Code:
    [Qt Message] Qt Location requires usage of app_id and token parameters obtained from: 
    [Qt Message] https://api.forum.nokia.com/ovi-api/ui/registration 
    [Qt Message] For more information about app_id and token please consult: 
    [Qt Message] http://doc.qt.nokia.com/qtmobility-latest/location-overview.html#the-nokia-plugin
    I set app_id and token before calling QGeoServiceProvider. But the message won't go away
    Code:
    QMap<QString, QVariant> parameters;
    parameters["mapping.app_id"] = "my_super_special_secret_id";
    parameters["mapping.token"]  = "my_super_special_secret_token";
    QGeoServiceProvider  *prov = new QGeoServiceProvider("nokia", parameters);
    Please help !!!

    Best regards
    T.

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,667
    AFAIK the current version of the API does not support offline.

    second issue has been discussed in: http://www.developer.nokia.com/Commu...aps-API-for-Qt

  3. #3
    Hi,

    thanks for your fast anwser !!!

    Are there any plans/roadmap to support offline maps?

    Best regards
    T.

  4. #4
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,667
    I have not seen any public road map publiced which would have had any indication that the support for offline map and/or mapservices would be coming, so could not make any comments on any plans/roadmaps for this issue.

Similar Threads

  1. Replies: 7
    Last Post: 2011-01-22, 12:54
  2. DLL Questions
    By nmnir in forum Symbian C++
    Replies: 6
    Last Post: 2009-07-05, 11:14
  3. IAP questions
    By xchewy in forum Symbian Networking & Messaging (Closed)
    Replies: 2
    Last Post: 2008-08-14, 16:49
  4. I have so many questions what to ask~Thanks
    By e160 in forum Streaming and Video
    Replies: 0
    Last Post: 2004-01-28, 16:43

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved