GOOGLEMAP view is a component which is used for integration Google map. It inherits from view.
Related sample: 11_others/06_google_map.html
To init the component you need to perform 2 steps:
<script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>
dhx.ui({ view:"googlemap", id:"map", zoom:6, center:{ x:48.724, y: 8.215}, mapType:"ROADMAP" })
Specify id if you're going to refer to GOOGLEMAP later.
To use ui functionality, touchui.css and touchui.js files must be included.