Ref Getdiv
# Map API getDiv() Method
[ Map() Constructor](#)
## Example
Return the DOM object containing the map:
map.getDiv();
[Try it Β»](#)
* * *
## Definition and Usage
The getDiv() method returns the DOM object containing the map.
* * *
## Syntax
_mapvariable_.getDiv();
* * *
## Return Value
| Value | Description |
| --- | --- |
| _DOMobject_ | The DOM object containing the map. |
* * Map() Constructor](#)
YouTip