angular2-yandex-maps icon indicating copy to clipboard operation
angular2-yandex-maps copied to clipboard

event о готовности карты

Open RoundArh opened this issue 6 years ago • 0 comments

как определить, что контрол готов к работе? мне надо получить текущее местоположение на этот момент ymaps еще нету ngOnInit() { ymaps.geolocation.get().then(function (res) { console.log(res); }, function (e) { console.log(e); }); }

RoundArh avatar Apr 18 '18 08:04 RoundArh