Contacts — различия между версиями

Материал из Star-Staff
Перейти к: навигация, поиск
Строка 5: Строка 5:
  
 
'''адрес:''' Москва, метро Академическая, ул. Кедрова, д. 14, корп. 1, офис 321
 
'''адрес:''' Москва, метро Академическая, ул. Кедрова, д. 14, корп. 1, офис 321
</center>
 
  
 
<html>
 
<html>
    <script src="http://api-maps.yandex.ru/1.1/index.xml?key=AOpmUk4BAAAAWVbxAwIA7ZcBxRmqtn48QppND1O8EUnm3MkAAAAAAAAAAAC--EY3n6HUsdfFLNiSlfBDfoU8oA==" type="text/javascript"></script>
+
<script src="http://api-maps.yandex.ru/1.1/?key=AOpmUk4BAAAAWVbxAwIA7ZcBxRmqtn48QppND1O8EUnm3MkAAAAAAAAAAAC--EY3n6HUsdfFLNiSlfBDfoU8oA==&modules=pmap&wizard=constructor" type="text/javascript"></script>
    <script type="text/javascript">
+
<script type="text/javascript">
        // Создание обработчика для события window.onLoad
+
    YMaps.jQuery(window).load(function () {
        YMaps.jQuery(function () {
+
        var map = new YMaps.Map(YMaps.jQuery("#YMapsID-4410")[0]);
            // Создание экземпляра карты и его привязка к созданному контейнеру
+
        map.setCenter(new YMaps.GeoPoint(37.570908,55.684325), 16, YMaps.MapType.MAP);
            var map = new YMaps.Map(YMaps.jQuery("#YMapsID")[0]);
+
        map.addControl(new YMaps.Zoom());
 +
        map.addControl(new YMaps.ToolBar());
 +
        YMaps.MapType.PMAP.getName = function () { return "Народная"; };
 +
        map.addControl(new YMaps.TypeControl([
 +
            YMaps.MapType.MAP,
 +
            YMaps.MapType.SATELLITE,
 +
            YMaps.MapType.HYBRID,
 +
            YMaps.MapType.PMAP
 +
        ], [0, 1, 2, 3]));
  
             // Установка для карты ее центра и масштаба
+
        YMaps.Styles.add("constructor#pmlbmPlacemark", {
             map.setCenter(new YMaps.GeoPoint(37.64, 55.76), 10);
+
             iconStyle : {
         })
+
                href : "http://api-maps.yandex.ru/i/0.3/placemarks/pmlbm.png",
     </script>
+
                size : new YMaps.Point(28,29),
<div id="YMapsID" style="width:600px;height:400px"></div>
+
                offset: new YMaps.Point(-8,-27)
 +
             }
 +
        });
 +
 
 +
      map.addOverlay(createObject("Placemark", new YMaps.GeoPoint(37.571981,55.683489), "constructor#pmlbmPlacemark", "Мы здесь"));
 +
          
 +
        function createObject (type, point, style, description) {
 +
            var allowObjects = ["Placemark", "Polyline", "Polygon"],
 +
                index = YMaps.jQuery.inArray( type, allowObjects),
 +
                constructor = allowObjects[(index == -1) ? 0 : index];
 +
                description = description || "";
 +
           
 +
            var object = new YMaps[constructor](point, {style: style, hasBalloon : !!description});
 +
            object.description = description;
 +
           
 +
            return object;
 +
        }
 +
     });
 +
</script>
 +
 
 +
<div id="YMapsID-4410" style="width:450px;height:350px"></div>
 +
<div style="width:450px;text-align:right;font-family:Arial"><a href="http://api.yandex.ru/maps/tools/constructor/" style="color:#1A3DC1">Создано с помощью инструментов Яндекс.Карт</a></div>
 
</html>
 
</html>
 +
 +
</center>

Версия 17:44, 22 августа 2011

телефон: (499) 124-67-10

e-mail:

адрес: Москва, метро Академическая, ул. Кедрова, д. 14, корп. 1, офис 321

Создано с помощью инструментов Яндекс.Карт