如何为谷歌的地理位置API获取wifi接入点或手机信号塔对象?



是否有任何方法可以让wifiAccessPoints或Cell Tower对象应用于带有Javascript的google地理位置API请求主体?

我得到了大量的accuracy,从文档中可以看出,由于wifiAccessPointscellTowers,无法对对象进行地理定位。

您尝试过JS geolocation对象navigator.geolocation.getCurrentPosition((吗基本语法。。。代替谷歌?

getCurrentPosition(success);
getCurrentPosition(success, error);
getCurrentPosition(success, error, options);

请参阅:https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/getCurrentPosition