getToolTipValues(noData: Boolean);
noData. Attribute to receive values of the tooltip for which data is not defined. Available values:
true. For the tooltip without data, values will be returned (default).
false. For the tooltip without data, values will not be returned.
The getToolTipValues method returns values of the data used to be shown in the tooltip of the map layer area factor.
The method returns JSON object with following properties: Name - name of the map layer area with linked factor, TimelineStep - current value of the time axis, HeightValue - value mapped to factor height, HeightTitle - name of the mapping.
The example of use is given on the page with description of the PP.MapBar class constructor.
See also: