Contacts — различия между версиями
Материал из Star-Staff
Serd (обсуждение | вклад) |
Serd (обсуждение | вклад) |
||
Строка 5: | Строка 5: | ||
'''адрес:''' Москва, метро Академическая, ул. Кедрова, д. 14, корп. 1, офис 321 | '''адрес:''' Москва, метро Академическая, ул. Кедрова, д. 14, корп. 1, офис 321 | ||
− | |||
<html> | <html> | ||
− | + | <script src="http://api-maps.yandex.ru/1.1/?key=AOpmUk4BAAAAWVbxAwIA7ZcBxRmqtn48QppND1O8EUnm3MkAAAAAAAAAAAC--EY3n6HUsdfFLNiSlfBDfoU8oA==&modules=pmap&wizard=constructor" type="text/javascript"></script> | |
− | + | <script type="text/javascript"> | |
− | + | YMaps.jQuery(window).load(function () { | |
− | + | var map = new YMaps.Map(YMaps.jQuery("#YMapsID-4410")[0]); | |
− | + | map.setCenter(new YMaps.GeoPoint(37.570908,55.684325), 16, YMaps.MapType.MAP); | |
− | + | 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. | + | 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: | + | 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