Flag indicating that the object that returns this value handled the event.
Indicates an event was ignored. This corresponds to a HandleEventResult value with all flags cleared.
Flag indicating that the object that returned this value wishes to be deactivated. This is different
from the REQUEST_FINISH
flag because this flag does not necessarily mean the end of the current
user interaction. For example, in a composite controller solution, a controller may request to be
deactivated so other controllers in the composite can be considered to handle subsequent events.
Flag indicating that the object that returned this value wishes to terminate the current user interaction. This usually means that the controller that was configured on the map will be removed and normal navigation controls will be active again.
HandleEventResult constants are flags that may be combined using bit-wise Boolean operations. For convenience, a number of helper methods are provided to manage these flags.