使用 Android 设备访问 Unity3d 上的 GPS 数据
有没有办法用Unity3D访问android设备上的gps数据?
我知道 iPhone 有“iPhoneSettings.StartLocationServiceUpdates()”。我正在寻找类似的安卓系统。
谢谢!
Is there anyway to acces the gps data on android devices with Unity3D?
I know that iPhones have "iPhoneSettings.StartLocationServiceUpdates()". I'm looking for something similar for android.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以通过以下方式访问 Unity3d for Android 设备中的 GPS 数据:
您可以参考此处了解更多信息:
http://docs.unity3d.com/ScriptReference/LocationService.html
You can access the gps data in unity3d for android devices in the following way:
You can refer here for more info:
http://docs.unity3d.com/ScriptReference/LocationService.html
根据这篇博客文章,您必须使用相同的 API:
iPhoneSettings.StartLocationServiceUpdates()
As per this blog post you have to used the same API:
iPhoneSettings.StartLocationServiceUpdates()