Constructor
new ThematicMapMarker(data)
An object used for automation verification of thematic map markers.
Applications should not create this object.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | An object containing verification data |
- Source:
Methods
-
getColor() → {String}
-
Returns the color of a thematic map marker
- Source:
- ojthematicmap/ThematicMapMarker.js, line 17
Returns:
The marker color- Type
- String
-
getLabel() → {String}
-
Returns the tooltip of a thematic map marker
- Source:
- ojthematicmap/ThematicMapMarker.js, line 35
Returns:
The marker tooltip- Type
- String
-
getTooltip() → {String}
-
Returns the label of a thematic map marker
- Source:
- ojthematicmap/ThematicMapMarker.js, line 26
Returns:
The marker tooltip- Type
- String