diff options
author | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2008-12-12 05:07:55 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-06-01 23:35:29 +0800 |
commit | 82e42143ae2ad688045554abaa686ed5a19f454d (patch) | |
tree | 2eaae7d398b870d74400de7eb58cd317e3c9fa21 /libempathy/empathy-location.h | |
parent | b89200b47a145f288a35a81625a73bb76a054599 (diff) | |
download | gsoc2013-empathy-82e42143ae2ad688045554abaa686ed5a19f454d.tar gsoc2013-empathy-82e42143ae2ad688045554abaa686ed5a19f454d.tar.gz gsoc2013-empathy-82e42143ae2ad688045554abaa686ed5a19f454d.tar.bz2 gsoc2013-empathy-82e42143ae2ad688045554abaa686ed5a19f454d.tar.lz gsoc2013-empathy-82e42143ae2ad688045554abaa686ed5a19f454d.tar.xz gsoc2013-empathy-82e42143ae2ad688045554abaa686ed5a19f454d.tar.zst gsoc2013-empathy-82e42143ae2ad688045554abaa686ed5a19f454d.zip |
Support all position fields
Diffstat (limited to 'libempathy/empathy-location.h')
-rw-r--r-- | libempathy/empathy-location.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-location.h b/libempathy/empathy-location.h index a5d62d3a6..0feb0e527 100644 --- a/libempathy/empathy-location.h +++ b/libempathy/empathy-location.h @@ -42,6 +42,7 @@ G_BEGIN_DECLS #define EMPATHY_LOCATION_LAT "lat" #define EMPATHY_LOCATION_LON "lon" #define EMPATHY_LOCATION_ALT "alt" +#define EMPATHY_LOCATION_ACCURACY "accuracy" #define EMPATHY_LOCATION_ACCURACY_LEVEL "accuracy-level" #define EMPATHY_LOCATION_ERROR "error" #define EMPATHY_LOCATION_VERTICAL_ERROR_M "vertical-error-m" |