Differentiating between LocationManager.NETWORK_PROVIDER
I am attempting to write a research paper on the accuracy of the different methodologies in determining a (android) mobile device's location. To do so I need to isolate each provider, but there does not seem to be a way to differentiate specifically between Wi-Fi or Cellular Networks in LocationManager.NETWORK_PROVIDER. The Criteria class does not help either. Is this possible?
Sean
|