Class AWSWFMarkerStyle

Object
   |
   +--AWSWFMarkerStyle

class AWSWFMarkerStyle


This style renders a marker as an SWF object on the map. Using this style, an application can define a SWF object source.


Defined in awxapi-1.0.js.


Field Summary
 Number anchorX
          The horizontal anchor location in pixels within the SWF object.
 Number anchorY
          The vertical anchor location in pixels within the SWF object.
 Number height
          The height in pixels of the canvas available to the SWF object.
 String id
          The style identifier.
 String source
          The source URL for the SWF file.
 Number width
          The width in pixels of the canvas available to the SWF object.
 
Constructor Summary
AWSWFMarkerStyle ()
            Construct a new AWSWFMarkerStyle object.
 

Field Detail

anchorX

Number anchorX

anchorY

Number anchorY

height

Number height

id

String id

source

String source

width

Number width

Constructor Detail

AWSWFMarkerStyle

AWSWFMarkerStyle()