Reputation: 55
Is there any way or method for getting the source of location if it is coming from GPS or from Wifi?
Thanks.
Upvotes: 0
Views: 57
Reputation: 2650
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.
Upvotes: 1