Package com.mapquest

Interface Summary
TextAlignment Describes the alignment of the TextPrimitive to be placed on the map.
 

Class Summary
Address Contains information for geocoding and routing to and from addresses.
AutoGeocodeCovSwitch Stores geocode coverage switching parameters.
AutoMapCovSwitch Stores map coverage switching parameters.
AutoRouteCovSwitch Stores route coverage switching parameters.
BaseDTStyle This is the base class for the DTStyle and DTStyleEx objects.
BestFit Calculates the best scale and center point of a map for the given set of features in the Session.
BestFitLL Calculates the best scale and center point of a map for the given collection Lat/Lngs.
CatToDTMap Defines the characteristics of a map.
CatToDTMapCollection A collection of CatToDTMap objects.
Center Centers a map based on a mouse click.
CenterLatLng Stores data to center the maps on a given point specified with a latitude/longitude point.
ColorStyle Constants used for specifying color values.
ContentType Map Image Data Formats.
CoordinateType Constants to specify the type of coordinate the primitives should use.
CorridorSearchCriteria Defines the criteria for a Corridor search.
CoverageStyle A collection of DTStyle objects.
DataVendorCode Constants used for specifying data vendor.
DBFieldType Constants for the data types for fields in the database.
DBLayerCatToDTMapQuery Adds points of interest (such as banks, hotels, etc.) to a map.
DBLayerQuery Adds points of interest (such as banks, hotels, etc.) to a map.
DBLayerQueryCollection A collection of DBLayerQuery objects.
DefaultTrigger Deprecated. Use DrawTrigger instead.
DisplayState Defines the Map Drawing State.
DistanceUnits Constants to specify the type of units to use when calculating distance.
DrawTrigger Constants for trigger DTs.
DTCollection Contains a collection of display type codes.
DTFeatureStyleEx Contains the appearance characteristics of all features for a given Contains the appearance characteristics of all features for a given display type.
DTStyle Contains the appearance characteristics of all features for a given display type.
DTStyleEx Contains the appearance characteristics of all features for a given display type.
EllipsePrimitive Describes circle annotations to be placed on the map.
EncryptionType Constants for the types for encryption.
Exec Provides communication layer for requests to a server.
Feature An abstract parent class for objects which refer to map features.
FeatureCollection A collection of Feature objects.
FeatureSpeciferAttributeType Constants for the attribute type of a FeatureSpecifier object.
FeatureSpecifier Describes FeatureSpecifier annotations to be placed on the map.
FeatureSpecifierCollection A collection of FeatureSpecifier objects which are used to annotate the map.
FillStyle Fill styles for Rectangle and Polygon primitives.
FontStyle Constants for the font style in a DTStyle.
GeoAddress Contains the results of geocoding an address.
GeocodeOptions Class for specifying geocode parameters.
GeocodeOptionsCollection Contains a collection of GeocodeOptions objects.
IdentifyCriteria Finds a list of features which are near a specified location.
IntCollection Contains a collection of Integers.
LatLng Contains a latitude/longitude pair.
LatLngCollection Contains a collection of LatLng objects.
LineFeature Describes a map feature which is best represented as a line.
LinePrimitive Describes linear annotations to be placed on the map.
Location Contains properties common to both Address and SingleLineAddress objects.
LocationCollection Contains a collection of Location objects, usually Geocode results.
LocationCollectionCollection A Collection that holds a collection of LocationCollection objects.
Maneuver This object will hold each maneuver of a trekroute returned from a route
ManeuverCollection A collection of Maneuver objects which are used to annotate the map.
MapCommand Allows actions (such as panning, zooming in, and zooming out) to be performed on a map.
MapState Defines the characteristics of a map.
MatchType Constants to specify the type of geocode results wanted.
MQObject Is the root of the class hierarchy.
MQObjectCollection An abstract collection of MQObject objects.
NarrativeType Constants to specify the type of narrative to generate.
ObjectCollection An abstract collection of Object objects.
Pan Stores data to center the map on a given point without changing its scale.
PenStyle Pen styles for Rectangle and Line primitives.
Point Encapsulates X and Y coordinates.
PointCollection A collection of Point objects.
PointFeature Describes a point of interest (POI) which is best represented as a simple point on the map.
PolygonFeature Describes a map feature that is represented as a polygon.
PolygonPrimitive Describes polygons to be placed on a map.
PolySearchCriteria Defines the criteria for a radius search.
Primitive The base class for drawing objects that can be added to the map.
PrimitiveCollection A collection of Primitive objects which are used to annotate the map.
QualityType Constants to specify the type of geocode results wanted.
RadiusSearchCriteria Defines the criteria for a radius search.
RecordSet Class for retrieving record attribute information.
RectanglePrimitive Describes rectangular annotations to be placed on the map.
RectSearchCriteria Defines the criteria for a rectangle search.
RouteMatrixResults Contains the results of a route matrix request.
RouteMatrixResultsCode Constants used to define return codes from a doRouteMatrix call.
RouteOptions This class is used to set various options that will affect the type of route result returned from the DoRoute function.
RouteResults Contains the results of a routing request.
RouteResultsCode Constants used to define return codes from a doRoute call.
RouteType Constants to specify the type of route wanted.
SearchCriteria Base class to define the criteria for a search.
Session Maintains the state of the current user's requests.
Sign A class that contains all of the attributes and behaviors of a sign.
SignCollection A collection of Sign objects.
SingleLineAddress Contains information for geocoding and routing to and from addresses.
StringCollection Contains a collection of String objects.
SymbolPrimitive Describes a SymbolPrimitive to be placed on a map.
SymbolType Constants for the symbol type in a DTStyle.
TextPrimitive Describes text to be placed on the map.
TrekRoute Class to hold the results from one leg of a route
TrekRouteCollection A collection of TrekRoute objects which are used to annotate the map.
ZoomIn Stores data to zoom in one level and center the map on a given point.
ZoomOut Stores data to zoom out one level and center the map on a given point.
ZoomTo Stores data to zoom to specified level and center the map on a given point.
ZoomToRect Stores data to zoom to a rectangle specified with pixel coordinates.
ZoomToRectLatLng Stores data to zoom to a rectangle specified with latitude/longitude points.
 

Exception Summary
HTTPException Class to extend a normal exception with an extra string for the HTTP response status.
MQException Class to extend a normal exception.