Re: [Ubuntu-phone] Using LocationService from C++

2014-04-22 Thread Thomas Voß
Hey Michael, I think: http://bazaar.launchpad.net/~phablet-team/qtubuntu-sensors/trunk/files/head:/plugins/position/ is what you are searching for. Please refer to the platform-api to interact with the location service on Ubuntu Touch directly. Please feel free to ping me in case of question

Re: [Ubuntu-phone] Using LocationService from C++

2014-04-22 Thread Michal Karnicki
On Tue, Apr 22, 2014 at 2:47 PM, Michal Karnicki < michal.karni...@canonical.com> wrote: > Bonus question, does anyone know how can I make use of > ubuntu-location-service-examples, which seems to not contain any examples? > (No irony, legitimate question.) > ​Thanks to Chris, this is the answer

[Ubuntu-phone] Using LocationService from C++

2014-04-22 Thread Michal Karnicki
Hi all, Before I spend more time trying to wrap my head around ​/usr/share/LocationService/doc (from ubuntu-location-service-doc) which is basically a list of classes and interfaces, has anyone used Ubuntu location service from C++ or knows of piece of C++ code that makes use of it, that I could