Reputation: 1511
I need to get geolocation for phones without gps. The only way to do is through mobile network information. I can get few required information like cellid and signal strength for google's api http://code.google.com/p/gears/wiki/GeolocationAPI unfortunately its deprecated.
Is there any way in Nokia Qt to get S60 phone location without GPS
Upvotes: 0
Views: 259
Reputation: 2129
For this purpose you can use Qt Mobility Project API.
In QtMobility package there is a API called "Location".
The Location API provides a library for distributing and receiving location data using arbitrary data sources.
For more details please check this..
http://doc.qt.nokia.com/qtmobility-1.0-tp/
Upvotes: 1