Search results for

“Apple Maps Guides”

159,841 results found

Post

Replies

Boosts

Views

Activity

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
309
Jun ’25
attenuation map covers over object
hi, I'm trying to create a virtual movie theater, but after running computeDiffuseReflectionUVs.py and applying attenuation map, I noticed the light falloff effect just covers over the objects. I used apple provided attenuation map (did not specify the attenuation map name on python script) with sample size of 6000. I thought the python script would calculate vertices and create shadow for, say, back of the chairs. Am I understanding this wrong?
1
0
143
Apr ’25
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
Core Data Mapping Model
I'm using iOS 11 beta 5. After adding a model version and creating a custom mapping model, the constructor public init?(from bundles: [Bundle]?, forSourceModel sourceModel: NSManagedObjectModel?, destinationModel: NSManagedObjectModel?)always returns nil due to a mismatch between the mapping and the source/destination models. I didn't modify any model version after creating the mapping. Does anyone experience the same issue?
0
0
693
Aug ’17
app native maps in italy
Are there any known restrictions of viewing native apps in a specific country?We have an app that displays a native map and works fine in the UK, but we do not see the map when some in Italy or Dubai is using the app.Is there a reason for this in the OS or is this a setting in the app we need to specify?
0
0
258
Oct ’16
.navigationTitle and List misbehaving with a Map()
When navigated to another view with a NavigationStack or NavigationView, the .navigationTitle modifying a List or Form containing a Map() gets quirky when trying to show the title. The back button is displayed correctly, but the title does not follow the same color scheme as the List of Form, rather it is white with a divider underneath it. It's like it is confusing the .inline with the .large navigation display modes. This doesn't just show up in the simulator, but on actual devices too. This is a test main view... import SwiftUI struct ContentView: View { var body: some View { NavigationStack { NavigationLink(destination: MapErrorView()) { Text(Map View) } } } } This is a test navigated view... import SwiftUI import MapKit struct MapErrorView: View { var body: some View { NavigationStack { Form { Section(header: Text(Map of the US States)) { Text(Map Error) Map() .frame(height: 220) } } .navigationTitle(Map Error) .navigationBarTitleDisplayMode(.large) }
3
0
200
Jul ’25
Google Map utility ios
I've added updated Google-Map-IOs-Utils library manually in project for marker clustering. In cluster manager array,cluster item is a object of Spot class having property marker.no error showing but custom marker and cluster both are showing and on tapping on cluster item it displays default map marker also.My code is on link-https://github.com/googlemaps/google-maps-ios-utils/issues/37 Any idea how do i solve this?
0
0
476
Sep ’16
Get coordinates in the onLongPressGesture on the Map
I've asked this question at SO, but there are no replies there, so I decided to give it a try here. Basically, I want to be able to capture the coordinates of a long press on the Map component (not the geo-coordinates - that's a separate task - just local to the app coordinates). The problem is that the .onLongPressGesture doesn't provide the coordinates of where the long press happened. .onTapGesture does - but I don't want to register taps, I want to register long presses. One of the work-arounds suggested at SO was to leverage the DragGesture, and it kinda works for other views, but when applied to a Map, it breaks the default dragging functionality of the Map component (so that it becomes impossible to scroll the map region). Also this work-around provides the coordinates only when the finger is released (at the end of the .onLongPressGesture), but I want to capture the long-press location before the finger was released (but after some time of holding, for example 1 sec
3
0
3.3k
Jun ’23
iOS Maps App Route Sharing
Hello All! We are building an app and want to have the user's navigation status and route be shared with our app. Is there currently a way to do this on iOS? For Example, if a user starts navigation within Apple Maps, we want to observe the location, route, and end destination from our app. Very similar to share ETA, but sharing with another app instead of another person. For context, we want our app to know where a user is going and if they are currently using Apple Maps to navigate. Our app will (hopefully) be able to alert users of potential carpool riders they could pick up, once they have started navigation with Apple Maps. On Android there are system APIs that share navigation event details with other apps, but I can't find anything on iOS. Other than building some type of service that a user could share their ETA with, which would be clunky as it would need to be an SMS send to a contact in their phone, is there a system API, or iOS Maps Ap
0
0
557
Jan ’22
Attempt to map database failed
This looks like a refresh of an old question. I'm using iOS 15 beta 7 and have presented a UIActivityViewController from a SwiftUI app. I get a ton of these errors when trying to share a two-item list containing String and UISimpleTextPrintFormatter. [default] LaunchServices: store (null) or url (null) was nil: Error Domain=NSOSStatusErrorDomain Code=-54 process may not map database UserInfo={NSDebugDescription=process may not map database, _LSLine=264, _LSFunction=-[_LSDReadClient getServerStoreWithCompletionHandler:]} [default] Attempt to map database failed: permission was denied. This attempt will not be retried. [db] Failed to initialize client context with error Error Domain=NSOSStatusErrorDomain Code=-54 process may not map database UserInfo={NSDebugDescription=process may not map database, _LSLine=264, _LSFunction=-[_LSDReadClient getServerStoreWithCompletionHandler:]} [default] -imageForImageDescriptor: can do IO please adopt -imageForDescriptor: for IO fr
4
0
7.8k
Aug ’21
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
Replies
2
Boosts
0
Views
309
Activity
Jun ’25
attenuation map covers over object
hi, I'm trying to create a virtual movie theater, but after running computeDiffuseReflectionUVs.py and applying attenuation map, I noticed the light falloff effect just covers over the objects. I used apple provided attenuation map (did not specify the attenuation map name on python script) with sample size of 6000. I thought the python script would calculate vertices and create shadow for, say, back of the chairs. Am I understanding this wrong?
Replies
1
Boosts
0
Views
143
Activity
Apr ’25
WatchKit Programming Guide out-of-date
The WatchKit Programming Guide is out-of-date, as it still refers to the old architecture, talks about communitcating the iOS app via openParentApplication(_:reply:), and using App Groups to share data etc.Will this be updated soon to reflect all the changes in watchOS 2.0?
Replies
1
Boosts
0
Views
269
Activity
Jun ’15
Reply to 10.15.4 Beta has Broken Adobe CC
AndyJay, i use fontexplorer. I can tell me where the map Adobe fonts are on the Apple, libary map or some els. I search but there is no map Adobe fonts. Thanks agian.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’20
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
Replies
3
Boosts
0
Views
1.1k
Activity
Sep ’16
Reply to Getting distance between two locations
I need the driving distance from a moving vehicle. When compared with the Apple Maps, the distance varies and I need an accurate distance similiar to what Apple Maps shows.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’20
Core Data Mapping Model
I'm using iOS 11 beta 5. After adding a model version and creating a custom mapping model, the constructor public init?(from bundles: [Bundle]?, forSourceModel sourceModel: NSManagedObjectModel?, destinationModel: NSManagedObjectModel?)always returns nil due to a mismatch between the mapping and the source/destination models. I didn't modify any model version after creating the mapping. Does anyone experience the same issue?
Replies
0
Boosts
0
Views
693
Activity
Aug ’17
app native maps in italy
Are there any known restrictions of viewing native apps in a specific country?We have an app that displays a native map and works fine in the UK, but we do not see the map when some in Italy or Dubai is using the app.Is there a reason for this in the OS or is this a setting in the app we need to specify?
Replies
0
Boosts
0
Views
258
Activity
Oct ’16
.navigationTitle and List misbehaving with a Map()
When navigated to another view with a NavigationStack or NavigationView, the .navigationTitle modifying a List or Form containing a Map() gets quirky when trying to show the title. The back button is displayed correctly, but the title does not follow the same color scheme as the List of Form, rather it is white with a divider underneath it. It's like it is confusing the .inline with the .large navigation display modes. This doesn't just show up in the simulator, but on actual devices too. This is a test main view... import SwiftUI struct ContentView: View { var body: some View { NavigationStack { NavigationLink(destination: MapErrorView()) { Text(Map View) } } } } This is a test navigated view... import SwiftUI import MapKit struct MapErrorView: View { var body: some View { NavigationStack { Form { Section(header: Text(Map of the US States)) { Text(Map Error) Map() .frame(height: 220) } } .navigationTitle(Map Error) .navigationBarTitleDisplayMode(.large) }
Replies
3
Boosts
0
Views
200
Activity
Jul ’25
Google Map utility ios
I've added updated Google-Map-IOs-Utils library manually in project for marker clustering. In cluster manager array,cluster item is a object of Spot class having property marker.no error showing but custom marker and cluster both are showing and on tapping on cluster item it displays default map marker also.My code is on link-https://github.com/googlemaps/google-maps-ios-utils/issues/37 Any idea how do i solve this?
Replies
0
Boosts
0
Views
476
Activity
Sep ’16
Reply to What is the geocoding limits for request to Apple Maps?
Good question, we would like to know too! Deciding between Google Maps or Apple Maps for geocoding..
Replies
Boosts
Views
Activity
Jul ’15
Get coordinates in the onLongPressGesture on the Map
I've asked this question at SO, but there are no replies there, so I decided to give it a try here. Basically, I want to be able to capture the coordinates of a long press on the Map component (not the geo-coordinates - that's a separate task - just local to the app coordinates). The problem is that the .onLongPressGesture doesn't provide the coordinates of where the long press happened. .onTapGesture does - but I don't want to register taps, I want to register long presses. One of the work-arounds suggested at SO was to leverage the DragGesture, and it kinda works for other views, but when applied to a Map, it breaks the default dragging functionality of the Map component (so that it becomes impossible to scroll the map region). Also this work-around provides the coordinates only when the finger is released (at the end of the .onLongPressGesture), but I want to capture the long-press location before the finger was released (but after some time of holding, for example 1 sec
Replies
3
Boosts
0
Views
3.3k
Activity
Jun ’23
iOS Maps App Route Sharing
Hello All! We are building an app and want to have the user's navigation status and route be shared with our app. Is there currently a way to do this on iOS? For Example, if a user starts navigation within Apple Maps, we want to observe the location, route, and end destination from our app. Very similar to share ETA, but sharing with another app instead of another person. For context, we want our app to know where a user is going and if they are currently using Apple Maps to navigate. Our app will (hopefully) be able to alert users of potential carpool riders they could pick up, once they have started navigation with Apple Maps. On Android there are system APIs that share navigation event details with other apps, but I can't find anything on iOS. Other than building some type of service that a user could share their ETA with, which would be clunky as it would need to be an SMS send to a contact in their phone, is there a system API, or iOS Maps Ap
Replies
0
Boosts
0
Views
557
Activity
Jan ’22
Using Google maps for application
The question about using Google maps during development. During our development we found out that some our pop-up elements close it in some situations (not always). According to Google rules - logo should be always be on the maps in the left bottom corner. So can you recommend will be there any problems in that situation?
Replies
0
Boosts
0
Views
343
Activity
Oct ’20
Attempt to map database failed
This looks like a refresh of an old question. I'm using iOS 15 beta 7 and have presented a UIActivityViewController from a SwiftUI app. I get a ton of these errors when trying to share a two-item list containing String and UISimpleTextPrintFormatter. [default] LaunchServices: store (null) or url (null) was nil: Error Domain=NSOSStatusErrorDomain Code=-54 process may not map database UserInfo={NSDebugDescription=process may not map database, _LSLine=264, _LSFunction=-[_LSDReadClient getServerStoreWithCompletionHandler:]} [default] Attempt to map database failed: permission was denied. This attempt will not be retried. [db] Failed to initialize client context with error Error Domain=NSOSStatusErrorDomain Code=-54 process may not map database UserInfo={NSDebugDescription=process may not map database, _LSLine=264, _LSFunction=-[_LSDReadClient getServerStoreWithCompletionHandler:]} [default] -imageForImageDescriptor: can do IO please adopt -imageForDescriptor: for IO fr
Replies
4
Boosts
0
Views
7.8k
Activity
Aug ’21