A method that exports the map.
Parameter |
Value |
---|---|
config (optional): |
Configuration. |
width: integer (optional) |
Width of map in pixels. |
height: integer (optional) |
Height of map in pixels. |
Example:
map.exportMap();
Or
map.exportMap(640, 480);