0

Is there any way or method for getting the source of location if it is coming from GPS or from Wifi?

Thanks.

cihangirs
  • 55
  • 1
  • 12

1 Answers1

1

Imho there is no way how to decide if signal comes from GPS or WIFI or whatever (this handles CoreLocation framework) - but you can still "decide" depending on current accuracy - the horizontalAccuracy property and verticalAccuracy property in CLLocation object.

Martin Makarsky
  • 2,580
  • 1
  • 17
  • 28