Class: IWMapActionMove

IWMapActionMove

A map action used when the map is moved.

new IWMapActionMove(offset)

Creates a new map movement action.
Parameters:
Name Type Description
offset IWPoint the distance of the movement in pixels

Extends

Methods


isMapAction()

This method will always return true.
Inherited From:
Returns:
Type
boolean

redo()

Redo the last move action.
Overrides:
Returns:
Type
void

toString()

Returns a string representation of this action.
Overrides:
Returns:
Type
String

undo()

Undo the last move action.
Overrides:
Returns:
Type
void