|
MapQuest Advantage JavaScript API Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--MQObject
|
+--MQPrimitive
The base class for drawing objects that can be added to the map.
See:
| Field Summary | |
<private> MQCoordinateType |
m_CoordinateType
Value to represent the coordinate type to be used |
<private> MQDrawTrigger |
m_DrawTrigger
Value to represent the draw trigger to be used |
| Fields inherited from class MQObject |
m_xmlDoc, m_xpath
|
| Constructor Summary | |
MQPrimitive
()
Constructs a new MQPrimitive object. |
|
| Method Summary | |
String
|
getClassName()
Returns the text name of this class. |
MQCoordinateType
|
getCoordinateType()
Gets the CoordinateType |
MQDrawTrigger
|
getDrawTrigger()
Gets the DrawTrigger |
String
|
getKey()
Gets the key. |
int
|
getObjectVersion()
Returns the version of this class. |
String
|
getOpacity()
Gets the Opacity. |
void
|
setCoordinateType(<MQCoordinateType> dt)
Sets the CoordinateType |
void
|
setDrawTrigger(<MQDrawTrigger> dt)
Sets the DrawTrigger |
void
|
setKey(<String> strKey)
Sets the key. |
void
|
setOpacity(<String> strOpacity)
Sets the Opacity. |
| Methods inherited from class MQObject |
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
|
| Field Detail |
<private> MQCoordinateType m_CoordinateType
<private> MQDrawTrigger m_DrawTrigger
| Constructor Detail |
MQPrimitive()
| Method Detail |
String getClassName()
MQCoordinateType getCoordinateType()
MQDrawTrigger getDrawTrigger()
String getKey()
int getObjectVersion()
String getOpacity()
void setCoordinateType(<MQCoordinateType> dt)
dt - the MQCoordinateType to set m_CoordinateType to.
void setDrawTrigger(<MQDrawTrigger> dt)
dt - the MQDrawTrigger to set m_DrawTrigger to.
void setKey(<String> strKey)
strKey - The new key to be assigned to this object.
void setOpacity(<String> strOpacity)
strOpacity - The new Opacity to be assigned to this object.
|
MapQuest Advantage JavaScript API Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||