Scale: Double
The Scale property sets map scale.
Default value is 1.
To execute the example the HTML page must contain the MapChart component named map (see Example of Creating the MapChart Component), XML file containing map settings, and the topobase Russia.svg.
map.setScale(0.5);
After executing the example, the map scale changes: the map size is decreased by half.
See also: