new resizemapDirective($window)
Provides a directive that resizes the map in an animation loop during 1 second when the value of "state" changes. This is especially useful when changing the size of other elements with a transition leads to a change of the map size.
Example:
 <div ng-class="ctrl.open ? 'open' : 'close' ngeo-resizemap="ctrl.map"
   ngeo-resizemap-state="open">
 <div>
 <input type="checkbox" ng-model="ctrl.open" />See our live example: ../examples/animation.html
Returns:
    angular.Directive
    
    
    
    The directive specs.