我正在使用 gsm 单元格数据来获取当前设备位置。为此,我使用Google Maps Geolocation API。在所需 JSON 参数的第一部分中,所有字段似乎都是可选的(URL:https ://www.googleapis.com/geolocation/v1/geolocate?key=API_key ):
{
"homeMobileCountryCode": 310,
"homeMobileNetworkCode": 410,
"radioType": "gsm",
"carrier": "Vodafone",
"cellTowers": [
// See the Cell Tower Objects section below.
],
"wifiAccessPoints": [
// See the WiFi Access Point Objects section below.
]
}
前4个参数homeMCC、homeMNC、radio Type和carrier对精度有影响吗?还是响应时间?我无法分辨出任何差异。