Клуб API Карт

Как добавить слой на яндекс карту?

Пост в архиве.

Всем доброго времени суток!!! Подключил карту,  

 

**************************************************************

 <script src="http://api-maps.yandex.ru/1.1/?key=мой_API_ключ&wizard=constructor&modules=pmap" type="text/javascript"></script>
<script type="text/javascript">
    window.onload = function () {
        layers.init("#layers", "#map", 56.423471, 58.4631, 14);
        editor.init("#editor", 56.423471, 58.4631, 14);
    }
</script>



<!-- "layer viewer" component -->
<script type="text/javascript">
    var layers = {
        data : [],
        init : function(layersDivId, mapDivId, longitude, latitude, zoom) {
            // ya map:
            this.map = new YMaps.Map(YMaps.jQuery(mapDivId)[0]);
            this.map.setCenter(new YMaps.GeoPoint(longitude, latitude), zoom, YMaps.MapType.PMAP);
            this.map.addControl(new YMaps.Zoom());
            this.map.addControl(new YMaps.ToolBar());
            this.map.addControl(new YMaps.ScaleLine());
            this.map.enableScrollZoom({smooth:true});
            this.map.enableHotKeys();          
          
        }

//Начало моей жалкой попытки
        this.map.addOverlay({"name":"прпрпрпп",
"center":{"lng":56.42553096637133,"lat":58.46301006966067,"zoom":14},
"styles":[],
      "objects":[{
           "style":"default#redPoint",
           "name":"точка",
           "description":"ролмьл ьлчка",
           "type":"Placemark",
           "points":{"lng":56.423033292812775,"lat":58.466142537209045}}]});

//Конец моей жалкой попытки
    };
</script>
карта =):
<div>

    <div id="map" style="width:80%;height:550px"></div>
</div>

<hr />

*********************************************************************************

 Вот такими данными о слое я располагаю

********************************************************************

{"name":"прпрпрпп",
"center":{"lng":56.42553096637133,"lat":58.46301006966067,"zoom":14},
"styles":[],
      "objects":[{
           "style":"default#redPoint",
           "name":"точка",
           "description":"ролмьл ьлчка",
           "type":"Placemark",
           "points":{"lng":56.423033292812775,"lat":58.466142537209045}}]}

*********************************************************************

 

Как вставить слой ума не приложу, уже битый час сижу и гуглю.... Прошу помогите.

P.S в первый раз задаю вопрос в клубе разработчиков, надеюсь помогут