Yandex Static Map Maker

Marker [[pushpin.coordinates]]
Yandex Map

Treat the code like an image — you can use HTML or CSS to display it.

https://static-maps.yandex.ru/1.x/?lang=[[base.language]][[base.autoCenter ==
true && ' ' || '&ll=' + base.location + '&z=' + base.zoom | nospace ]]&l=[[
layers != '' && layers.join(',') ||
base.mapType]]&size=[[base.width]],[[base.height]][[ pushpinSet() ]]

HTML

<img width="[[base.width]]" src="https://static-maps.yandex.ru/1.x/?lang=[[base.language]][[base.autoCenter ==
true && ' ' || '&ll=' + base.location + '&z=' + base.zoom | nospace ]]&l=[[
layers != '' && layers.join(',') ||
base.mapType]]&size=[[base.width]],[[base.height]][[ pushpinSet() ]]" alt="Yandex Map[[base.auto != true && ' of '+ base.location || '' ]]">

CSS

background-image: url(https://static-maps.yandex.ru/1.x/?lang=[[base.language]][[base.autoCenter ==
true && ' ' || '&ll=' + base.location + '&z=' + base.zoom | nospace ]]&l=[[
layers != '' && layers.join(',') ||
base.mapType]]&size=[[base.width]],[[base.height]][[ pushpinSet() ]]);
  1. Customize the fields to build your map.
  2. The “Code” tab contains the code for your map including examples.
  3. Copy and paste the code into your HTML document or a stylesheet.

You can add a static map to any website with simple HTML and no JavaScript. Using URL parameters, you can describe the type of map that you want and Yandex will send it back.

The Static Map Maker helps you configure the Yandex API parameters and gives you the code in real time.

Check out Yandex's static maps API.

Made by Katy DeCorah.