renders html map tag
id | id | id which will be assigned to related html section |
points | array | array of points |
userdata | string | extra data string ( used by series ) |
map.addRect("11", [10,10, 10,100, 100,100, 100,10], "serie1");
Back to top