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
For those who are coming across this question now -- don't use setInterval
, it's been shown to cause serious memory leaks.
Use Ember's own Ember.run.later instead.
See also:
Edit: Feb 3, 2019 - Update broken links.