DirectMapShiftEvent class

Событие прямого сдвига карты. События прямого управления картой описаны в DirectMapControlBeginEvent.

Inheritance
Implemented types

Constructors

DirectMapShiftEvent(ScreenShift screenShift, ScreenPoint shiftedPoint, Duration timestamp)
  • Parameter screenShift: Изменение экранной позиции карты относительно предыдущей, в пикселях.
  • Parameter shiftedPoint: Центральная точка, от которой производится смещение карты.
  • Parameter timestamp: Время генерации системного события.
  • factory

    Properties

    hashCode int
    The hash code for this object.
    no setteroverride
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited
    screenShift ScreenShift
    Изменение экранной позиции карты.
    no setter
    shiftedPoint ScreenPoint
    Центральная точка, от которой производится смещение карты.
    no setter
    timestamp Duration
    Получение времени регистрации события ввода.
    no setterinherited

    Methods

    noSuchMethod(Invocation invocation) → dynamic
    Invoked when a nonexistent method or property is accessed.
    inherited
    toString() String
    A string representation of this object.
    inherited

    Operators

    operator ==(Object other) bool
    The equality operator.
    override