I have a problem using QGeoPositionInfoSource (or I'm not understanding something correctly).
I'm using it as follows:
QGeoPositionInfoSource *source =...
Type: Posts; User: davkaplan; Keyword(s):
I have a problem using QGeoPositionInfoSource (or I'm not understanding something correctly).
I'm using it as follows:
QGeoPositionInfoSource *source =...
i've installed the nokia qt sdk.
It comes with Qt 4.6.3.
I would like to use 4.6.2 instead so i downloaded the 4.6.2 for symbian sdk.
How do i get qt creator to use the 4.6.2 sdk instead of the...
I'm having this issue as well trying to run my app on my E52 (supposedly 3rd FP2).
This happens when I use the QtMobility Location API (which is meant to be usable with self-signing on this...
Ok, I get this - issue is that I don't think the mobility apis can do what I need - and I'd like to use Qt for interface + networking.
Specifically I'd like to return current location data...
How do I use the LBS API within a Qt Creator project?
What do I need to add to .pro?
Currently Qt Creator doesn't seem to locate any of the LBS headers (e.g. lbs.h, etc.)
Hi
I'm looking for a good example regarding simply getting current long/lat location data from the backend regardless of what tech is used to get it (gps/network-based, etc.).
All the examples...
I would like to get location data through cell tower triangulation (Ovi Maps seems to manage this).
Is this available at all in the API?
I can see how to do it with GPS location but can't find...