Class MMDeclutterOptions

Object
   |
   +--MMDeclutterOptions

class MMDeclutterOptions



Defined in MultimapOpenAPI


Field Summary
 MMIcon cluster_icon
          This is the icon to display for clusters of markers; the default is MM_DEFAULT_CLUSTER_ICON.
 String hide_index
          If set to "true", an index page for a cluster marker's info box is not shown: instead, the content of the first marker's info box is displayed.
 String index_title
          This title is displayed on the index page for a cluster marker's info box.
 
Constructor Summary
MMDeclutterOptions ( )
            This class represents the optional arguments that can be passed to the MultimapViewer.declutterGroup() method - it has no constructor, but is instantiated as an object literal, e.g., { 'hide_index' : false, 'index_title' : 'Select a store' }.
 

Field Detail

cluster_icon

MMIcon cluster_icon

hide_index

String hide_index

index_title

String index_title

Constructor Detail

MMDeclutterOptions

MMDeclutterOptions( )


Documentation generated by JSDoc on Tue Feb 26 16:25:19 2008