as most BackboneJs apps are single page application, is there anyway we can manage this event listeners attached to the map ``` this.bindMapEvents({ 'position_changed': 'updateModelPosition' }); ``` perhaps need a function to unbind it properly