BS
Size: a a a
BS
I
I
I
I
АБ
VP
BS
T
GetLocation.getCurrentPosition({
enableHighAccuracy: true,
timeout: 15000,
})
.then(loc => {
setUserCoordinates({
lat: loc.latitude,
lon: loc.longitude,
});
console.log(userCoordinates);
})
.catch(err => {
setOrderType('rating');
errHandle(errScreenName, `Ошибка получения координат "${err.message}"`);
});
SC
SC
ДР
ДР
AV
SC
SC
DT
Э
ЕТ
Э