Search results for

Apple Maps Guides

149,618 results found

Post

Replies

Boosts

Views

Activity

How to know map provider is TomTom or AutoNavi?
Hi ALL,The MKMapView used AutoNavi map in China, others country used TomTom.My question is how to detect the MKMapView provider? It looks like Apple detect IP address and then auto switch the map to AutoNavi or TomTom, but Apple didn't provide any API to know the status.The AutoNavi used GCJ-02 and TomTom used WGS-84.I know both of the two formats can convert to each other, but the problem is I don't know the map now is AutoNavi or TomTom.Thanks.
1
0
988
Nov ’17
Working with Apple Maps, suddenly: [core] "Error returned from daemon: Error Domain=com.apple.accounts Code=7 "(null)""
I've been working on my app using Apple Maps. All of a sudden the map is not shown anymore, everything remains black. The only thing visible is the Apple Maps logo and the legal tag. Now I get the error ** [core] Error returned from daemon: Error Domain=com.apple.accounts Code=7 (null)** and the app stops so that I can't click anything anymore! Please help! I know now for sure that it is the apple map causing the error! As soon as I comment the line Map(...) I can use the app normally and do not receive the error mentioned above.
0
0
868
Mar ’23
MKMapView doesn't show updated map data
I have used MKMapView which is showing old map data. A certain area has new houses but they are not showing up in the Map. Even the default apple maps app is not showing those houses either. However I have seen an another app which shows MKMapView as well, but the map data is updated over there, and the new houses are showing up. I have also checked google maps app and it has the updated map data as well. I couldn't find anything related to updating MKMapView's data. Is there a way, I can update the map data in my app, which is getting used by MKMapView. View in my App's MKMapView Same Location in another app which seems to be using MKMapView as well. (I could see the apple maps logo at the bottom left corner) Same Location in google maps app on iPhone. Even the apple maps app in iPhone doesn't show the updated data, but some how its showing in another app. Please help me understand, what could
1
0
724
Oct ’22
where is map extensions documentation
They announced map extensions and when you look at the big new features it is listed, however I can't find the documentation for it anywhere. When you click to learn more about map extensions it takes you to a page that has other iOS 10 features, but no where in that document does it talk about map extensions. Where are the API docs?
10
0
2.3k
Jun ’16
points of interest on iOS10GM map
I have encountered a new behaviour on MKMapView on iOS10. Some of the points of intrest that up until now was only visible when turning on showsPointsOfInterest property are now constantly displayed on the map. mainly train stations and parks. is this behaviour by design? is there a way to remove this layer from the map?Help appreciated
3
0
1.1k
Sep ’16
Mapping issue between physical buttons of the Matter switch and buttons on the Apple App
Hi, We are developing a Matter switch product. The switch contains 4 buttons, and each button supports click, double click, and held actions. Currently, the device can be successfully commissioned with a HomePod mini, and in the Apple Home app, it is displayed as 4 buttons with options for click, double click, and held for each. The only issue is that the order of the 4 buttons in the Home app does not correspond to the endpoint order (endpoint 1–4). For example, the following mapping might occur: endpoint 1 → button 2 endpoint 2 → button 3 ... We found a related issue on the Apple Developer Forums that matches what we're experiencing: https://developer.apple.com/forums/thread/772367?utm_source=chatgpt.com According to the official response, the problem seems to be caused by insufficient metadata being reported by the device. Could you please provide more specific guidance on what exact information needs to be reported from the device side? We have already tried adding the Fixed Lab
2
0
166
Jun ’25
Incorrect position rendering of WGS84 coordinate in MKMapView: Discrepancy between Apple Maps (Hong Kong) and Amap (Mainland China)
I am encountering a coordinate rendering issue using MKMapView in my iOS app. I have a GPS coordinate in WGS84 format, which corresponds to a location in Hong Kong. When my device is physically located in Hong Kong, MKMapView displays the map with the Apple Maps label, and the WGS84 coordinate is rendered at the correct position. However, when the device is in Mainland China, MKMapView switches to display Amap (Gaode Maps) branding, and the same WGS84 coordinate is rendered at an incorrect position. I understand that Amap in Mainland China uses the GCJ-02 coordinate system, while Apple Maps typically uses WGS84. This discrepancy suggests a potential coordinate system mismatch, but I cannot definitively confirm which map type (and corresponding coordinate system) MKMapView is actually using in different regions. My key questions are: How can I programmatically or visually confirm the underlying map type (Apple Maps vs. Am
4
0
140
Aug ’25