在移动网站而不是应用程序上获取无线电接口层
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,有
网站。 (您的网站或您重定向到的某个网站以向您返回信息)
As far as I know there is either
sites. (Either yours or some site you redirect to to return you the info)