com.mapquest
Class MapCommand

java.lang.Object
  extended bycom.mapquest.MQObject
      extended bycom.mapquest.MapCommand
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
BestFit, BestFitLL, Center, CenterLatLng, Pan, ZoomIn, ZoomOut, ZoomTo, ZoomToRect, ZoomToRectLatLng

public abstract class MapCommand
extends MQObject

Allows actions (such as panning, zooming in, and zooming out) to be performed on a map.

See Also:
Point

Field Summary
 
Fields inherited from class com.mapquest.MQObject
CLASS_ID, CLASS_NAME, DEFAULT_ID, DEFAULT_NAME, DEFAULT_VERSION, FORMAT_NUMERIC_ID, FORMAT_TEXT_NAME, INVALID_ID, INVALID_NAME, INVALID_VERSION
 
Constructor Summary
MapCommand()
          Default constructor.
 
Method Summary
 void init()
          Initializes object.
 
Methods inherited from class com.mapquest.MQObject
clone, equals, getClassId, getClassName, getFormat, getIdWithVersion, getNameWithVersion, getObjectVersion, getTypeId, getTypeName, getVerboseConsoleOutput, hashCode, setFormat, setObjectVersion, setVerboseConsoleOutput, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapCommand

public MapCommand()
Default constructor.

Method Detail

init

public void init()
Initializes object.

Overrides:
init in class MQObject