GPS Accuracy

i run an old sdk 1.4 data field this way to get gps accuracy and works fine, but it does not work on 2.4 or maybe is the device

gpsSignal = info.currentLocationAccuracy; 

do i have tho use this?? or

this toolbox permission??

using Toybox.Position as Position;

and this strings

gpsSignal = positionInfo.accuracy;

gpsSignal = info.Position.getInfo;

or there is another way since galileo gps??