aboutsummaryrefslogtreecommitdiff
path: root/web/app/model
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/model')
-rw-r--r--web/app/model/Position.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/app/model/Position.js b/web/app/model/Position.js
index 362ca58..3b85a1b 100644
--- a/web/app/model/Position.js
+++ b/web/app/model/Position.js
@@ -44,6 +44,9 @@ Ext.define('Traccar.model.Position', {
name: 'valid',
type: 'boolean'
}, {
+ name: 'accuracy',
+ type: 'float'
+ }, {
name: 'latitude',
type: 'float'
}, {