Ionic geolocaion.getCurrentPosition incorrect in ios

I am in Delhi but getting the coordinates of Mumbai while testing in ios but works in android

pos = await Geolocation.getCurrentPosition({

      enableHighAccuracy: true,

      timeout :10000

    });