Google Maps V3 API Events google.maps.Map Demo, , , , . . , bounds_changed, dragend events. , dragend.
, :
google.maps.event.addListener(map, 'dragend', function(){
console.log('drag ended');
});
- .
bounds_changed, dragend-, , , :
google.maps.event.addListener( map, 'bounds_changed', function(e){ console.log('bound changed');} );
google.maps.event.addListener( map, 'dragend', function(){ google.maps.event.trigger(this, 'bounds_changed');} );
bounds_changed , (, ), bounds_changed , , . , dragend , Mobile. ( dragend) .