MapVisualItem.getToolTipValues

Syntax

getToolTipValues(noData: Boolean);

Parameters

noData. Attribute to receive values of the tooltip for which data is not defined. Available values:

Description

The getToolTipValues method returns values of the data used to be shown in the tooltip of the map layer area factor.

Comments

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.

Example

The example of use is given on the page with description of the PP.MapBar class constructor.

See also:

MapVisualItem