MapChart.getRegionName

Syntax

getRegionName (id);

Parameters

id. Region ID.

Description

The getRegionName method returns region name by its identifier.

Example

To execute the example the HTML page must contain the MapChart component named map (see Example of Creating the MapChart Component).

map.getRegionName("RU-LEN");

After executing the example, name of the area with the RU-LEN identifier is returned. Area name is contained in the Areas Names Dictionary.

See also:

MapChart