Class MMLocationWidgetOptions

Object
   |
   +--MMLocationWidgetOptions

class MMLocationWidgetOptions



Defined in MultimapAPI


Field Summary
 String post
          If assigned a value, will cause an extra tag to be added to the widget after the location containing the value of this option.
 String pre
          If assigned a value, will cause an extra tag to be added to the widget before the location containing the value of this option.
 boolean reverse
          Reverse the order of elements in the widget (for example, "Boston / Massachusetts / United States" instead of "United States / Massachusetts / Boston ), false by default.
 String separator
          A HTML string to be used to separate each element of the location - default is ' / '.
 
Constructor Summary
MMLocationWidgetOptions ( )
            This class represents the optional arguments that can be passed to an MMLocationWidget constructor - it has no constructor, but is instantiated as an object literal, e.g., { 'reverse' : true }.
 

Field Detail

post

String post

pre

String pre

reverse

boolean reverse

separator

String separator

Constructor Detail

MMLocationWidgetOptions

MMLocationWidgetOptions( )


Documentation generated by JSDoc on Tue Jun 30 13:55:23 2009