NETWORK_PROVIDER Location Accuracy Issue in Android

陌路散爱 提交于 2019-11-29 12:50:23
  1. Network location provider is based on data from cellular network base stations. This location data is always innacurate cause' it is some kind of estimation. It depends on number of base stations around you and quality of signal. Also Network provider can get a location based on a WiFi stations SSIDs around you. This is usual more accurate than cellular network base stations method. You can't select what kind of network to use, it is up to Android OS. Network provider using some kind of triangulation algorithms. Also see Mobile phone tracking : network-based

  2. No indoor alternative.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!