[gnome-maps] geoclue: New location accuracy enum added
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] geoclue: New location accuracy enum added
- Date: Sat, 25 Jan 2014 22:46:12 +0000 (UTC)
commit b35d041ea4da33a27c8604fbd35f932f7eccabf9
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Sat Jan 25 22:42:58 2014 +0000
geoclue: New location accuracy enum added
Although we don't use this right now but its good to keep the enum in
sync.
src/geoclue.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/geoclue.js b/src/geoclue.js
index ed31ddf..ae178e0 100644
--- a/src/geoclue.js
+++ b/src/geoclue.js
@@ -62,6 +62,7 @@ const ClientProxy = Gio.DBusProxy.makeProxyWrapper(ClientInterface);
const AccuracyLevel = {
COUNTRY: 1,
CITY: 4,
+ NEIGHBORHOOD: 5,
STREET: 6,
EXACT: 8,
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]