Main Page | Namespace List | Class Hierarchy | Class List | Class Members

MQClientInterface::CenterLatLng Class Reference

Inheritance diagram for MQClientInterface::CenterLatLng:

MQClientInterface::MapCommand MQClientInterface::MQObject List of all members.

Public Member Functions

 CenterLatLng ()
 CenterLatLng (CenterLatLng copy)
override void Init ()
override bool Equals (System.Object obj)
bool Equals (CenterLatLng otherObject)
override int GetHashCode ()

Static Public Member Functions

static bool operator== (CenterLatLng obj1, CenterLatLng obj2)
static bool operator!= (CenterLatLng obj1, CenterLatLng obj2)

Properties

override System.String ClassName
override int ClassID
virtual LatLng CenterLL

Detailed Description

Stores data to center the maps on a given point specified with a latitude/longitude point.

See also:
LatLng


Constructor & Destructor Documentation

MQClientInterface::CenterLatLng::CenterLatLng  )  [inline]
 

Default constructor.

MQClientInterface::CenterLatLng::CenterLatLng CenterLatLng  copy  )  [inline]
 

Copy constructor.

Parameters:
copy The latitude/longitude point that this CenterLatLng is to be set to.


Member Function Documentation

bool MQClientInterface::CenterLatLng::Equals CenterLatLng  otherObject  )  [inline]
 

Equals(type)

Parameters:
otherObject the object to compare this CenterLatLng against.
Returns:
true if the CenterLatLng objects are equal; false otherwise.

override bool MQClientInterface::CenterLatLng::Equals System.Object  obj  )  [inline]
 

Equals(object)

Parameters:
obj the object to compare this CenterLatLng against.
Returns:
true if the CenterLatLng objects are equal; false otherwise.

Reimplemented from MQClientInterface::MQObject.

override int MQClientInterface::CenterLatLng::GetHashCode  )  [inline]
 

Returns a hash code for this CenterLatLng.

Returns:
a hash code value for this CenterLatLng.

Reimplemented from MQClientInterface::MQObject.

override void MQClientInterface::CenterLatLng::Init  )  [inline, virtual]
 

Initializes this CenterLatLng point.

Reimplemented from MQClientInterface::MapCommand.

static bool MQClientInterface::CenterLatLng::operator!= CenterLatLng  obj1,
CenterLatLng  obj2
[inline, static]
 

Inequality operator

Parameters:
obj1 CenterLatLng 1 to compare
obj2 CenterLatLng 2 to compare

static bool MQClientInterface::CenterLatLng::operator== CenterLatLng  obj1,
CenterLatLng  obj2
[inline, static]
 

Equality operator

Parameters:
obj1 CenterLatLng 1 to compare
obj2 CenterLatLng 2 to compare


Property Documentation

virtual LatLng MQClientInterface::CenterLatLng::CenterLL [get, set]
 

Center lat,lng property.

override int MQClientInterface::CenterLatLng::ClassID [get]
 

Class ID property

Reimplemented from MQClientInterface::MQObject.

override System.String MQClientInterface::CenterLatLng::ClassName [get]
 

Class Name property

Reimplemented from MQClientInterface::MQObject.


The documentation for this class was generated from the following file:
Generated on Wed Oct 10 22:12:30 2007 for MapQuest Advantage .NET(C#) API Reference by  doxygen 1.4.1