Constant | Defined by | ||
---|---|---|---|
ACTION_NOTHING : Number = 3 [static]
No action.
| MapAction | ||
ACTION_PAN : Number = 0 [static]
Pan action.
| MapAction | ||
ACTION_PAN_ZOOM_IN : Number = 2 [static]
Pan and zoom-in action.
| MapAction | ||
ACTION_ZOOM_IN : Number = 1 [static]
Zoom-in action.
| MapAction |
ACTION_NOTHING | constant |
public static const ACTION_NOTHING:Number = 3
No action.
ACTION_PAN | constant |
public static const ACTION_PAN:Number = 0
Pan action.
ACTION_PAN_ZOOM_IN | constant |
public static const ACTION_PAN_ZOOM_IN:Number = 2
Pan and zoom-in action.
ACTION_ZOOM_IN | constant |
public static const ACTION_ZOOM_IN:Number = 1
Zoom-in action.