MapQuest Advantage JavaScript API Reference Documentation

Class MQEllipsePrimitive

Object
   |
   +--MQObject
         |
         +--MQPrimitive
               |
               +--MQRectanglePrimitive
                     |
                     +--MQEllipsePrimitive

class MQEllipsePrimitive
extends MQRectanglePrimitive


Describes circle annotations to be placed on the map. The ellipse is positioned by the Upper Left and Lower Right coordinates of a bounding rectangle. The coordinates are converted into latitude/longitude points so the annotation can be placed in the same geographical location after the map is manipulated.
Defined in mqobjects.js


 
Fields inherited from class MQRectanglePrimitive
m_Color, m_Style, m_FillColor, m_FillStyle, m_UpperLeftLL, m_LowerRightLL, m_UpperLeftPT, m_LowerRightPT
   
Fields inherited from class MQPrimitive
m_DrawTrigger, m_CoordinateType
   
Fields inherited from class MQObject
m_xmlDoc, m_xpath
 
Constructor Summary
MQEllipsePrimitive ()
            Constructs a new MQEllipsePrimitive object.
 
Method Summary
 String getClassName()
           Returns the text name of this class.
 int getObjectVersion()
           Returns the version of this class.
 
Methods inherited from class MQRectanglePrimitive
getColor, setColor, getStyle, setStyle, getFillColor, setFillColor, getFillStyle, setFillStyle, getUpperLeftLatLng, setUpperLeftLatLng, getLowerRightLatLng, setLowerRightLatLng, getUpperLeftPoint, setUpperLeftPoint, getLowerRightPoint, setLowerRightPoint, loadXml, saveXml, setWidth, getWidth
   
Methods inherited from class MQPrimitive
getDrawTrigger, setDrawTrigger, getCoordinateType, setCoordinateType, setKey, getKey, setOpacity, getOpacity
   
Methods inherited from class MQObject
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
 

Constructor Detail

MQEllipsePrimitive

MQEllipsePrimitive()

Method Detail

getClassName

String getClassName()

getObjectVersion

int getObjectVersion()

MapQuest Advantage JavaScript API Reference Documentation

Documentation generated by JSDoc on Tue Oct 16 08:04:12 2007