getToolTipValues();
The getToolTipValues method returns values of data used to be shown in a tooltip for the arrow on the map.
The method returns JSON object with following properties: StartShape - name of the map layer area which is the arrow departure point, EndShape - name of the map layer area which is the arrow arrival point, TimelineStep - current tick mark of the time axis, ColorValue - value mapped with arrow fill color, ColorTitle - name of data mapping with arrow fill color, WidthValue - value mapped with arrow width, WidthTitle - name of data mapping with arrow width.
The example of use is given on the page with description of the PP.MapFilledArrow class constructor.
See also: