For some reason LocationInfo.latitude from Unity return latitude as a float, but devices, when you’re using Android Studio or Xcode returns double. When you want better precision or more details like, for example satellites count you need to access to native functions written in java or objective-c. The answer is…