在移动网站而不是应用程序上获取无线电接口层

发布于 2024-12-06 07:53:46 字数 347 浏览 1 评论 0原文

我使用 IP2location dll 来获取用户的位置,但我意识到它不适用于移动网站。 我读到有关通过小区 ID 信息获取用户位置的信息,我想知道这是否可以通过服务器级别的移动网站使用,或者必须在应用程序的设备级别上使用?

http://dalelane.co.uk/blog/post-images /080312-rilcode.cs.txt

string cellid = RIL.GetCellTowerInfo();

I was using IP2location dlls to get the user's location but i realised that it doesn't work on mobile websites.
I read about getting the users location through the cell ID information and i was wondering if this can be used through mobile website on a server level or it has to be on the device level in an application ?

http://dalelane.co.uk/blog/post-images/080312-rilcode.cs.txt

string cellid = RIL.GetCellTowerInfo();

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

演出会有结束 2024-12-13 07:53:46

据我所知,有

  1. 移动设备实现 html5 位置扩展(通过 javascript)
  2. 网络运营商通过某些 HTTP 标头中的 cellid 发送到某些
    网站。 (您的网站或您重定向到的某个网站以向您返回信息)

As far as I know there is either

  1. mobile devices implementing the html5 location extensions (via javascript)
  2. Network operators sending through the cellid in some HTTP header to certain
    sites. (Either yours or some site you redirect to to return you the info)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文