|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--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 |
String post
String pre
boolean reverse
String separator
| Constructor Detail |
MMLocationWidgetOptions( )
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||