Class MVInfoWindowTab
MVInfoWindowTab creates an information window tab. An array of instances of this class can be passed as the tabs argument to MVMapview.displayTabbedInfoWindow
Constructor Attributes | Constructor Name and Description |
---|---|
MVInfoWindowTab(title, content)
|
Class Detail
MVInfoWindowTab(title, content)
- Parameters:
- {string} title
- the title of tab.
- {string} content
- an HTML content string to be displayed inside the tab.