Search results for

“Apple Maps Guides”

159,860 results found

Post

Replies

Boosts

Views

Activity

SwiftUI - Adjust Map() scale/zoom
Hi, I'm looking through SwiftUI Map for SwiftUI documentation (including IOS17 Beta) for way to adjust Map() scale, or zoom level, while simultaneously showing user's location and heading, for which I'm doing this @State var position = MapCameraPosition = .userLocation(followsHeading: true, fallback: .automatic) Map(position: $position) It does not appear to be possible so am looking for confirmation. Thanks everyone.
3
0
3.9k
Jul ’23
couldn't open map without gmail account
Hi,I have created a custom map on google maps. I can able to view the map page in safari browser without issue. But once when i click button to show the same custom maps in my google maps App. It says couldn't open mapThe same issue dosent occur once am logged into google account in google Maps App. Is it mandatory to login into google maps to view custom maps in IOS. Kindly confirmThanks
Topic: Safari & Web SubTopic: General Tags:
0
0
906
Aug ’18
IOHIDPostEvent key mapping issue on 10.11.3
We use IOHIDPostEvent to simulate key strokes in our app.There's a key mapping issue on JP 106 keyboard.For SHIFT+2, it should output the character , but on 10.11.3 it outputs @, which is the result of standard 101 keyboard.It looks like a key mapping issue on system api, is there any method to correct it?
Topic: UI Frameworks SubTopic: AppKit Tags:
0
0
367
Mar ’16
Maps - Siri Watch Face
Hi,Just curious if Maps are working yet in Siri Watch Face for anyone.Don't believe this feature is activated yet, but hoping to confirm.Commute times shown in the Keynote:Time to WorkTime to HomeTime to upcoming Calendar eventsTime to other Significant LocationsThanks!Alec
0
0
511
Jul ’17
Open Layers 3 with Bing Maps
We have an Open Layers 3 (OL3) map on our website, that can have multiple markers on it, with different popups per marker. When this loads on some iOS devices, after the first initial map move by a user, the map freezes, and the page becomes unresponsive. In our best efforts to troubleshoot, tried Chrome and Safari on a device that is experiencing this issue, and both end up with the same result. It doesn't appear to be on everyone's device. Any help on tracking down what might be causing this would be much appreciated.Thanks,Doug
0
0
1k
Mar ’18
I think the Access Level must follow as Guiding Principle
https://github.com/apple/swift-evolution/pull/2165/files?short_path=c413722#diff-c4137225f01736a83bc207df99b560bc7a8f1a6710b82008e95eac866bfa6032 Sometimes the access level doesn't follow the guiding principle, so I did Pull-Request the swift-evolution on Github, and if you're curious about this, I'd like you to take a look. Please tell me if there is anything wrong. Thank you.
0
0
380
Sep ’23
Is there any metadata to correct or rectify the depth maps
Using the front Truedepth camera of a fixed-positioned iphone13, I capture the depth map of a static scene through AR Kit and then rectify (undistorted) them using the inverseLensDistortionLookupTable. Without changing the position of camera and the scene, every time that I launch the session, the rendered depth maps are randomly different. Given that I roughly know the ground truth, depending on the launched session, the depth maps are sometimes reasonably accurate and sometimes severely distorted non-linearly (up to 10cm bias), i.e. one side of the depth frame is still accurate other side is off. Is there any solution? or if there is any metadata to correct or rectify the depth maps later on?
0
0
472
Aug ’23
Can I use RWorld map together with roomCaptureView?
Does anybody know if I can use the ARWorld map together with roomCaptureView? So that I can scan and save one Room, then save the data from scan, save the ARWorldmap and then make a new roomCaptureView.captureSession to scan the new room? Right know I am first calling: roomCaptureView?.captureSession.run(configuration: roomCaptureSessionConfig) and then roomCaptureView.captureSession.arSession.run(roomCaptureViewARconfigurationFunc) with the saved ARWorldMap. @IBAction func saveWorldMapAction(_ sender: Any) { roomCaptureView.captureSession.arSession.getCurrentWorldMap { worldMap, error in guard let map = worldMap else { self.worldMapLabel.text = error (error!.localizedDescription) ; return } do { let data = try NSKeyedArchiver.archivedData(withRootObject: map, requiringSecureCoding: true) try data.write(to: self.mapSaveURL, options: [.atomic]) DispatchQueue.main.async { self.loadWordMapButton.isHidden = false self.loadWordMapButton.isEnabled = true self.worldMapLabel.text = Map
0
0
802
Nov ’22
Core Data Mapping Models
Is there an easier way in Xcode to create mapping models. Currently I'm on model 15 and having to create individual models from 1 to 15 is time consuming. I've tried copying an older model and changing the destination but am unable to see any of the new fields added
0
0
439
Aug ’20
Reply to Apple Maps App crashes
10/21/2020- Apple Maps crashes 30 seconds in every time. Crashes more often when using apps like Spotify. crashes= I’ve mapped a location and started directions. 30 seconds in the app closes stops mapping and I have to start directions over. I’ve since moved onto google maps
Oct ’20
Changes to CarPlay maps Application scene
I am looking at the demo code for CarPlay Maps app - https://developer.apple.com/documentation/carplay/integrating-carplay-with-your-navigation-app This worked in IOS 18 but now on IOS26 it doesn't work, eg the map in the CarPlay app no longer shows up. I don't see any docks to say what has changed, I wonder if anyone has any ideas?
0
0
135
Jun ’25
SwiftUI - Adjust Map() scale/zoom
Hi, I'm looking through SwiftUI Map for SwiftUI documentation (including IOS17 Beta) for way to adjust Map() scale, or zoom level, while simultaneously showing user's location and heading, for which I'm doing this @State var position = MapCameraPosition = .userLocation(followsHeading: true, fallback: .automatic) Map(position: $position) It does not appear to be possible so am looking for confirmation. Thanks everyone.
Replies
3
Boosts
0
Views
3.9k
Activity
Jul ’23
couldn't open map without gmail account
Hi,I have created a custom map on google maps. I can able to view the map page in safari browser without issue. But once when i click button to show the same custom maps in my google maps App. It says couldn't open mapThe same issue dosent occur once am logged into google account in google Maps App. Is it mandatory to login into google maps to view custom maps in IOS. Kindly confirmThanks
Topic: Safari & Web SubTopic: General Tags:
Replies
0
Boosts
0
Views
906
Activity
Aug ’18
IOHIDPostEvent key mapping issue on 10.11.3
We use IOHIDPostEvent to simulate key strokes in our app.There's a key mapping issue on JP 106 keyboard.For SHIFT+2, it should output the character , but on 10.11.3 it outputs @, which is the result of standard 101 keyboard.It looks like a key mapping issue on system api, is there any method to correct it?
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
0
Boosts
0
Views
367
Activity
Mar ’16
top/bottom layout guides not working
After changing presentantion styles or preforming push segues, the top and bottom guides are not working as supposed, and views extend over the top and bottom bars. I wonder.. this is expected and we should account for this or is it a bug??
Replies
2
Boosts
0
Views
680
Activity
Aug ’16
Maps - Siri Watch Face
Hi,Just curious if Maps are working yet in Siri Watch Face for anyone.Don't believe this feature is activated yet, but hoping to confirm.Commute times shown in the Keynote:Time to WorkTime to HomeTime to upcoming Calendar eventsTime to other Significant LocationsThanks!Alec
Replies
0
Boosts
0
Views
511
Activity
Jul ’17
Modern Collection Views and Readable Content Guide
Is there a way to opt into readable content guide for modern collection views on iOS 14 with the new list and cell configurations? I can inject the correct values in via the content directionalLayoutMargin but the accessory view still floats out at the edge of the superview.
Replies
2
Boosts
0
Views
2.9k
Activity
May ’21
Open Layers 3 with Bing Maps
We have an Open Layers 3 (OL3) map on our website, that can have multiple markers on it, with different popups per marker. When this loads on some iOS devices, after the first initial map move by a user, the map freezes, and the page becomes unresponsive. In our best efforts to troubleshoot, tried Chrome and Safari on a device that is experiencing this issue, and both end up with the same result. It doesn't appear to be on everyone's device. Any help on tracking down what might be causing this would be much appreciated.Thanks,Doug
Replies
0
Boosts
0
Views
1k
Activity
Mar ’18
parallax occlusion mapping in RealityKit?
I'm wondering if it's possible to do Parallax Occlusion Mapping in RealityKit? Does RK's metal shader API provide enough? I think it would need to be able to discard fragments and thus can't be run as a deferred pass. Not sure though!
Replies
1
Boosts
0
Views
866
Activity
Oct ’24
I think the Access Level must follow as Guiding Principle
https://github.com/apple/swift-evolution/pull/2165/files?short_path=c413722#diff-c4137225f01736a83bc207df99b560bc7a8f1a6710b82008e95eac866bfa6032 Sometimes the access level doesn't follow the guiding principle, so I did Pull-Request the swift-evolution on Github, and if you're curious about this, I'd like you to take a look. Please tell me if there is anything wrong. Thank you.
Replies
0
Boosts
0
Views
380
Activity
Sep ’23
Is there any metadata to correct or rectify the depth maps
Using the front Truedepth camera of a fixed-positioned iphone13, I capture the depth map of a static scene through AR Kit and then rectify (undistorted) them using the inverseLensDistortionLookupTable. Without changing the position of camera and the scene, every time that I launch the session, the rendered depth maps are randomly different. Given that I roughly know the ground truth, depending on the launched session, the depth maps are sometimes reasonably accurate and sometimes severely distorted non-linearly (up to 10cm bias), i.e. one side of the depth frame is still accurate other side is off. Is there any solution? or if there is any metadata to correct or rectify the depth maps later on?
Replies
0
Boosts
0
Views
472
Activity
Aug ’23
Can I use RWorld map together with roomCaptureView?
Does anybody know if I can use the ARWorld map together with roomCaptureView? So that I can scan and save one Room, then save the data from scan, save the ARWorldmap and then make a new roomCaptureView.captureSession to scan the new room? Right know I am first calling: roomCaptureView?.captureSession.run(configuration: roomCaptureSessionConfig) and then roomCaptureView.captureSession.arSession.run(roomCaptureViewARconfigurationFunc) with the saved ARWorldMap. @IBAction func saveWorldMapAction(_ sender: Any) { roomCaptureView.captureSession.arSession.getCurrentWorldMap { worldMap, error in guard let map = worldMap else { self.worldMapLabel.text = error (error!.localizedDescription) ; return } do { let data = try NSKeyedArchiver.archivedData(withRootObject: map, requiringSecureCoding: true) try data.write(to: self.mapSaveURL, options: [.atomic]) DispatchQueue.main.async { self.loadWordMapButton.isHidden = false self.loadWordMapButton.isEnabled = true self.worldMapLabel.text = Map
Replies
0
Boosts
0
Views
802
Activity
Nov ’22
Core Data Mapping Models
Is there an easier way in Xcode to create mapping models. Currently I'm on model 15 and having to create individual models from 1 to 15 is time consuming. I've tried copying an older model and changing the destination but am unable to see any of the new fields added
Replies
0
Boosts
0
Views
439
Activity
Aug ’20
Reply to Apple Maps App crashes
10/21/2020- Apple Maps crashes 30 seconds in every time. Crashes more often when using apps like Spotify. crashes= I’ve mapped a location and started directions. 30 seconds in the app closes stops mapping and I have to start directions over. I’ve since moved onto google maps
Replies
Boosts
Views
Activity
Oct ’20
Changes to CarPlay maps Application scene
I am looking at the demo code for CarPlay Maps app - https://developer.apple.com/documentation/carplay/integrating-carplay-with-your-navigation-app This worked in IOS 18 but now on IOS26 it doesn't work, eg the map in the CarPlay app no longer shows up. I don't see any docks to say what has changed, I wonder if anyone has any ideas?
Replies
0
Boosts
0
Views
135
Activity
Jun ’25
iOS map navigation ability on lock sceen
Is there any API for navigation on lock screen like the Apple maps app? If not, please provide all the APIs that related to custom lock screen.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
2
Boosts
0
Views
862
Activity
Jul ’15