EaxMdService.setMapDrillDown

Syntax

setMapDrillDown(report: PP.Exp.EaxDocument, territoryId: Number, method: PP.Mb.DrillMethod, callback: PP.Delegate);

Parameters

report. Express report document.

territoryId. Map territory identifier.

method. Method of map level change, that defines movement direction.

callback. Callback function.

Description

The setMapDrillDown method changes level of express report map in selected direction.

Comments

Territory map level can be changed (drilled up or down) under the following conditions:

More details are given in the Map Territories Detailing page.

Example

The example of event use is given on the page with description of the EaxMapBox.getService method.

See also:

EaxMdService