Answer the question
In order to leave comments, you need to log in
How to get the coordinates of the center of the map?
You need to get the center of the map and then set it when creating a new map. I usually set the center like this:
new ymaps.Map('map',
{
center: [55.85643, 37.99974]
}
);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question