简体   繁体   English

核心位置,是否可以在没有GPS芯片供CLLocationManager类使用的情况下向iPad提供GPS /位置日期?

[英]Core Location, is it possible to supply GPS/Location date to an iPad without the GPS chip for use within the CLLocationManager class?

I know there is the core location sim project, however that requires new headers and your app to use them to override the builtin Core Location classes, but is there a way for an app to supply location information to the iDevice (iPhone, iPod, iPad etc) so that apps you installed may get the location information from them? 我知道有一个核心位置sim项目,但是需要新的标头和您的应用程序才能使用它们来覆盖内置的Core Location类,但是有一种方法可以让应用程序向iDevice(iPhone,iPod,iPad)提供位置信息等),以便您安装的应用可以从中获取位置信息?

ie I have written an app to listen to another GPS device, get location information and I wish to supply that data to other apps on my iPad that rely on the standard CoreLocation interface.... Can anyone point to any docs available? 即,我已经写了一个应用程序来收听另一个GPS设备,获取位置信息,并且希望将数据提供给我的iPad上依赖于标准CoreLocation接口的其他应用程序。...任何人都可以指向任何可用的文档吗? (I don't want to use anything that Apple will block because it's based on hidden/undocumented APIs, nor do I want to rely on something that will require jailbreaking the phone/pad/pod etc.) (我不想使用Apple会阻止的任何东西,因为它基于隐藏的/未记录的API,也不想依赖那些需要越狱手机/平板电脑/吊舱等的东西。)

Working with iOS 5.1 and above... 使用iOS 5.1及更高版本...

Thanks in advance, 提前致谢,

Michelle 蜜雪儿

无法覆盖已安装的Core Location硬件/软件堆栈,并且无法将您自己的值提供给所有其他应用程序的CLLocation调用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM