Samples
Forum
Support
Documentation
addPoly
addRect
addSector
render
Start
API Reference
Mixins
HtmlMap
Methods
render
renders html map tag
void
render
(
HTMLElement
html
);
Parameters
html
HTMLElement
html element in which map need to be rendered
Example
map.
render
(
document.
getElementById
(
"mydiv"
)
)
;
Back to top