Open tillnagel opened 9 years ago
Only on map change events, but not for all internal map update methods (e.g. direct map.pan does not use internal event system and thus does not trigger the mapChanged call)
Related problem: For maps with tweening (via map.setTweening(true)) the mapChanged is called before the animation starts.
map.setTweening(true)
See also #9
Only on map change events, but not for all internal map update methods (e.g. direct map.pan does not use internal event system and thus does not trigger the mapChanged call)