DirectMapTiltEvent constructor
- Parameter delta: Изменение угла наклона в градусах.
- Parameter timestamp: Время генерации системного события.
Implementation
factory DirectMapTiltEvent(
double delta,
Duration timestamp
) {
var _a1 = timestamp._copyFromDartTo_CTimeInterval();
_CDirectMapTiltEvent res = _CDirectMapTiltEvent_C_createWith_float_CTimeInterval(delta, _a1);
return DirectMapTiltEvent._create(res._impl);
}