CG.MapArea Class
CG.MapArea. Support now for name and the bound values.
var ma = new CG.MapArea({
name: obj.name,
bound: new CG.Bound({
x: parseInt(obj.x),
y: parseInt(obj.y),
width: parseInt(obj.width),
height: parseInt(obj.height)
}),
mapOffset: this.position,
type: obj.properties.type
})