在 IOS 中显示位置的标准做法 - mapkit 或链接到谷歌地图?
我有一个应用程序,我想要一个按钮来显示某个地方的位置(它是一个会议应用程序,所以想在谷歌地图上显示会议中心)。目前,我的链接打开了带有长/纬度的谷歌地图。
我的问题是,这是IOS的标准做法吗?或者它违反某些设计准则(当它打开另一个应用程序时)。我应该嵌入 Mapkit 视图吗?我的截止日期非常紧迫,所以不想让我的应用程序被拒绝,所以我想问一下哪种是普遍接受的做法。
I have an app that I want to have a button that will show you the location of somewhere (it's a conference app, so want to show the convention centre on google map). At the moment my link opens up google maps with the long/lat.
My question is, is that standard practice in IOS? or it against some design guideline (seeing as it opens another app). Should I embed a mapkit view instead? I'm under a really tight deadline so don't want to get my app rejected, so thought I'd ask which was the generally accepted practice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
两者都不会导致您的应用程序被拒绝,但使用嵌入式地图将使您的用户更满意。您还可以提供一个按钮来打开地图应用程序中的位置,以便用户可以获得路线。
Neither will get your app rejected but using an embedded map will make your users happier. You might also give a button which opens the location in the maps app so the user can get directions.