ios6-maps

iOS 6 Maps occasional Crash

£可爱£侵袭症+ 提交于 2019-12-04 08:31:14
问题 I'm getting occasionally crash with iOS 6 MapKit. Can't really reproduce it. What can cause this? Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x00000044 Crashed Thread: 0 Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 IMGSGX543GLDriver 0x38f231b4 sgxTextureGetImageRowBytes(GLDTextureRec*, unsigned int, unsigned int) + 8 1 IMGSGX543GLDriver 0x38f23160 CalculateChunkPlaneSizes(GLDTextureRec*, int, unsigned int*, unsigned int*,

Google Maps in iOS6 [closed]

泪湿孤枕 提交于 2019-12-03 08:43:27
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . Coming back on this Google Maps support on iOS 6. This is a serious and constructive issue that has to be addressed for a lot of apps developers who already released their Apps on iOS 5 and tied to legal compliance towards Google terms of service http://code.google.com/apis/maps/iphone/terms.html. The fact is

Call Maps for directions from inside your app - iOS5 iOS6

江枫思渺然 提交于 2019-12-03 02:06:26
问题 Here is a strange problem: My app should be able to call the built in Maps in iOS (both 5.1 and 6). Turns out that it works just fine under iOS6 but not under iOS5.1. The maps in iOS6 is called and the directions from saddr to daddr is traced but when I am in iOS5 the maps app is called but just one pin is put at the daddr. For some unknown reason the initial coordinates (saddr) are not showing and no direction is traced. Here is my code: addr = [NSString stringWithFormat: @"maps://saddr=%f,

Google Maps in iOS6 [closed]

≡放荡痞女 提交于 2019-12-03 00:17:10
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Coming back on this Google Maps support on iOS 6. This is a serious and constructive issue that has to be addressed for a lot of apps developers who already released their Apps on iOS 5 and tied to legal compliance towards Google terms of service http://code.google.com/apis/maps/iphone/terms.html . The fact is the following: applications using Google Maps API Web Services must relate to the display of information on a

Is there any way to determine the driving time between two locations using Apple's Maps API?

纵然是瞬间 提交于 2019-12-01 23:11:45
I am evaluating using google's Distance Matrix / Places / Maps API, versus Apple's Maps api for an iOS app. I am looking at the MKDirectionsRequest class, and I can't seem to find a way to determine what the driving time is between the two points. If this is possible using the apple Maps API, could someone please point me in the right direction? I am hoping it would be possible to accomplish this just using Apple's API, but it looks like this is only going to be possible with Google's API. No, apple does not have any such way to get driving time between 2 locations. I'll suggest using Google

Let users choose between Google Maps and Apple Maps in IOS 6?

南楼画角 提交于 2019-12-01 20:08:37
问题 I am using basic MapKit functionality in my iOS app. Is there a way to let my iOS 6 users choose between Google and Apple maps for the mapping data presented within my app? If so, how can I do this programmatically? 回答1: No. You can let users choose between iOS maps and other maps (OpenStreetMap, Microsoft VirtualEarth, CloudMade, OpenAerialMap, OpenCycleMap, SpatialCloud, TileStream7) with route me (on github) or you can go with Bing maps (also a library available). But you'll have to code

Let users choose between Google Maps and Apple Maps in IOS 6?

跟風遠走 提交于 2019-12-01 18:39:05
I am using basic MapKit functionality in my iOS app. Is there a way to let my iOS 6 users choose between Google and Apple maps for the mapping data presented within my app? If so, how can I do this programmatically? No. You can let users choose between iOS maps and other maps (OpenStreetMap, Microsoft VirtualEarth, CloudMade, OpenAerialMap, OpenCycleMap, SpatialCloud, TileStream7) with route me (on github) or you can go with Bing maps (also a library available). But you'll have to code for the different libraries as the MapKit Framework is only available for Apple maps in iOS 6. ClassicMap

set current location icon lower side in MKMapView

走远了吗. 提交于 2019-12-01 10:38:36
I want to show my current location lower in the map (iOS 6 and iOS 7) as per below screen shot to user can see further view [google default app with google map]. Right now, the cursor that shows center in the view as per below image [my app with apple map] . Therefore the largest part of the screen is used to display what's behind, while it cannot look forward very far. In the first image and second image, I compare to Google Navigation, which shows the current position much lower in the screen, for about the same rotation angle. I've added some arrows to show what I'm talking about. i tried

set current location icon lower side in MKMapView

回眸只為那壹抹淺笑 提交于 2019-12-01 06:20:03
问题 I want to show my current location lower in the map (iOS 6 and iOS 7) as per below screen shot to user can see further view [google default app with google map]. Right now, the cursor that shows center in the view as per below image [my app with apple map] . Therefore the largest part of the screen is used to display what's behind, while it cannot look forward very far. In the first image and second image, I compare to Google Navigation, which shows the current position much lower in the

Current Location doesn't work with Apple Maps IOS 6

。_饼干妹妹 提交于 2019-11-30 08:06:05
问题 Before IOS 6, I was using this URL scheme to open the native maps app and find directions from the users current location to an address that I created. http://maps.google.com/maps?daddr=" + address + "&saddr=Current+Location This was working great, but now that they got rid google maps with IOS 6, we had to check which IOS version they were on and then refer them to the new apple maps url scheme if they were using IOS 6.0 or greater. The new url scheme we are using is this.... http://maps