MapChart.getTopobase

Syntax

getTopobase ();

Description

The getTopobase method returns map topobase.

Example

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

map.getTopobase().setId("Russia");

After executing the example the current map topobase is assigned the Russia identifier.

See also:

MapChart