Occurs when the pointer is touched on the map view.
Use this event to write code that performs the action when a user touches the pointer on the map view.
As this event is being handled, the script can retrieve the current pointer coordinates from the Map object. For example, the current pointer coordinates in the current map projection would be retrieved using Map.PointerX and Map.PointerY.