MapRotationEndEvent constructor
MapRotationEndEvent()
Implementation
factory MapRotationEndEvent() {
_CMapRotationEndEvent res = _CMapRotationEndEvent_C_create();
return MapRotationEndEvent._create(res._impl);
}