In order to improve my geolocation i would like to check if the coordinates received in the delegate method locationManager:didUpdateToLocation:fromLocation: came from a gps signal or a wifi signal. Is it possible ?
I know the is a way to detect if the coordinates came from a gps signal if the coordinates attribute "verticalAccuracy" is superior to 0 but it seems to be the case even for indoor geolocation (so a geolocation based on wifi)