I have a User model, which has latitude and longitude properties, which are used to show current user location on map.
App.User = DS.Model.extend({ firstName
The model has a .reload() method now, which you could use in a setInterval callback. See https://stackoverflow.com/a/14183507/363073
.reload()
setInterval
P.S. Watch #545.