问题标签 [ios6-maps]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - 带有谷歌地图的应用程序将在 ios6 中运行
使用谷歌地图(iOS5)构建的应用程序,当用户将他们的设备更新到 iOS 6 时会完美运行吗?有向后兼容吗?
谢谢。
iphone - iOS6 地图,我的所有地图上都缺少详细信息披露按钮(蓝色 V 形)!如何取回
我的理解是迁移到 iOS 6 地图没有问题。但是由于某种原因,我的地图应用程序中现在缺少详细信息披露按钮。有没有办法把这个找回来。哇,完全出乎意料。这已经工作了多年,所以所有代表都很好。
ios6-maps - 将您的企业添加到 Apple 地图
关于如何将业务添加到 Apple 地图的任何想法?它们非常不完整,我的客户的业务都没有出现。
mapkit - iOS6 地图包跨度
iOS6 提供的新地图不允许跨度低于大约 0.001。有没有其他人看到这个问题?
即使使用 0.0 作为缩放范围,我也可以在模拟器中打开地图并通过手势进一步缩放。另外值得注意的是,与我自己的应用程序相比,我可以使用手势进一步放大实际的“地图”应用程序。
android - 如何在具有向后兼容性的 iOS6 中从完整模式网站打开本机地图
需要从移动网站打开 iPhone 和/或 android 手机上的本地地图应用程序。目前,我只需打开 maps.google.com 链接即可完成此操作。
自从 iOS6 发布以来,这似乎不再起作用。是否有任何标准化或至少众所周知的方法来完成在大多数平台上打开原生地图?
如果没有,我可以检查移动操作系统在每部手机上做一些特殊的事情吗?
opengl-es - crash iOS6 and cocos2d Background Thread + MKMapView
I've been working on a game using the MapKit Framework and Cocos2D v2.0 library: I display a transparent OpenGL View (EAGLView) managed by Cocos2d above a MKMapView. It's a large project, more than a man-year so far for the iOS client alone.
To have a smooth and synchronized Cocos2d layer with the map pan and zoom, I enable the background thread switch in ccConfig.h (CC_DIRECTOR_IOS_USE_BACKGROUND_THREAD). Before the last iOS 6 update everything was fine. But in iOS 6, the app crashes in swapBuffers method of CCGLView causing a Bad Access here:
[context_ presentRenderbuffer:GL_RENDERBUFFER]
I'm wondering if it's related to multi threading and OpenGL. It only happens with the background switch on and the MKMapView.
I already tried with the map and without the background thread enable for cocos, I tried also cocos in background thread without the map, and no crashes.
Thanks,
iphone - 我们如何在 iOS6 中运行 kml 文件?
众所周知,iOS6 已经启动,任何人都可以告诉我们如何在 iOS6 的地图上显示 kml 文件。之前我在谷歌地图上显示它。
ios - 让用户在 iOS 6 中选择谷歌地图和苹果地图?
我在我的 iOS 应用程序中使用基本的 MapKit 功能。
有没有办法让我的 iOS 6 用户在我的应用程序中显示的地图数据在 Google 和 Apple 地图之间进行选择?如果是这样,我该如何以编程方式执行此操作?
ios - iOS 6 使用没有 UIWebView 的谷歌地图
在iOS6开发中是否有使用谷歌地图的原生解决方案?我们不要假设。UIWebView
您认为,开发人员会因为不想使用而使用 Apple 地图UIWebView
吗?
ios - 如何使用新的 iOS 6.0 地图在两个地址之间进行路由?
我正在使用 iOS 6.0 SDK,我想使用 Apple 的新 iOS 6.0 地图在两个不同的地址(不是纬度和经度)之间进行路由。我也想显示迹象。
我怎样才能做到这一点?