Packagecom.google.maps
Classpublic final class MapAction

Constants used to identify map actions.



Public Constants
 ConstantDefined 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
Constant detail
ACTION_NOTHINGconstant
public static const ACTION_NOTHING:Number = 3

No action.

ACTION_PANconstant 
public static const ACTION_PAN:Number = 0

Pan action.

ACTION_PAN_ZOOM_INconstant 
public static const ACTION_PAN_ZOOM_IN:Number = 2

Pan and zoom-in action.

ACTION_ZOOM_INconstant 
public static const ACTION_ZOOM_IN:Number = 1

Zoom-in action.