Usage examples

Map center

Request for a map image centered at the point with coordinates "28.978178, 41.011218".

https://static-maps.yandex.ru/v1?ll=28.978178,41.011218&spn=0.016457,0.00619&lang=en_US&apikey=YOUR_API_KEY

For more information, see: Map center

Map size

Request for a map image sized 200x200 pixels (centered at the same point).

https://static-maps.yandex.ru/v1?ll=28.978178,41.011218&size=200,200&spn=0.016457,0.00619&lang=en_US&apikey=YOUR_API_KEY

For more information, see: Map size

Placemarks

Request for a map image with multiple placemarks that use various styles.

https://static-maps.yandex.ru/v1?pt=28.9,41.0~28.901,41.0,78~28.902,41.0,pm2grl~28.903,41.0,pmrdm~28.904,41.0,pm2ntl3~28.905,41.0,pmors23~28.906,41.0,pmlbm34~28.907,41.0,pmywl99~28.908,41.0,pma&lang=en_US&apikey=YOUR_API_KEY

For more information, see: Placemarks

Polylines

Request for an image of a map that displays a pedestrian route as a line.

https://static-maps.yandex.ru/v1?pl=c:8822DDC0,w:5,28.956577,41.041176,28.956748,41.041419,28.955131,41.041814,28.958257,41.042524,28.959811,41.043066,28.959667,41.043233,28.959551,41.043603,28.959775,41.043928,28.962398,41.045281&lang=en_US&apikey=YOUR_API_KEY

For more information, see: Polylines

Using placemarks and polylines to position the map

Request for a map showing a pedestrian route and three placemarks. The request does not specify the ll, z or spn parameters:

https://static-maps.yandex.ru/v1?pl=c:8822DDC0,w:5,28.956577,41.041176,28.956748,41.041419,28.955131,41.041814,28.958257,41.042524,28.959811,41.043066,28.959667,41.043233,28.959551,41.043603,28.959775,41.043928,28.962398,41.045281&pt=28.956577,41.041176,pmrdm1~28.962398,41.045281,pmblm2~28.967788,41.032017,pmwtl3&lang=en_US&apikey=YOUR_API_KEY

For more information, see: Map positioning

Map localization

Request for a map of Turkey with the names of geo objects in Turkish.

https://static-maps.yandex.ru/v1?z=13&ll=32.857751,39.947718&lang=tr_TR&apikey=YOUR_API_KEY

For more information, see: Map localization