var myGeocoder = ymaps.geocode(coords, {kind: 'metro'});
Actually, I know how to get the nearest metro station, but here's the problem. How to get her name?
var myGeocoder = ymaps.geocode(coords, {kind: 'metro'});
Actually, I know how to get the nearest metro station, but here's the problem. How to get her name?
Source: https://ru.stackoverflow.com/questions/286494/
All Articles