Show contents 

Working with Express Report > PP.Exp > Classes > EaxAnalyzer > EaxAnalyzer.getMapId

EaxAnalyzer.getMapId

Syntax

getMapId();

Description

The getMapId method returns identifier of the Map view of the express report data.

Comments

The method returns a JSON object with the field identifier - string identifier that looks like {session_identifier}!{object_identifier} for an express report map.

Example

The example of use is given on the page with description of the EaxAnalyzer.getBubbleChartId method.

See also:

EaxAnalyzer