Search results for

Apple Maps Guides

149,451 results found

Post

Replies

Boosts

Views

Activity

Development Guides
Hi, I’m new to iOS development and am wondering what resources everyone uses to learn how to do things. For example, I’m trying to add IAP to my first app but have had to pick up clues about how to do it from questions others have asked on StackOverflow. Apple seem to provide videos from WWDC which are good as an overview - but where are the detailed guides and code examples to work from? Thanks
0
0
168
Oct ’20
Has anyone integrated Apple Maps features into a WordPress site for location-based content? How can we incorporate interactive maps seamlessly?
I'm looking to integrate Apple Maps features into my WordPress website for location-based content. Has anyone successfully accomplished this and can share insights on how to seamlessly incorporate interactive maps within the WordPress platform? Any recommended plugins, APIs, or coding approaches that ensure a smooth integration and optimal user experience across devices? I'd greatly appreciate any guidance on best practices, potential challenges to watch out for, and practical tips based on your experiences. Thank you!
0
0
680
Aug ’23
HUD guide
Hello, I am looking for a guide on what the HUD graph axis' are, with my main curiosity around the GPU metering. Is this number the load average of the cores, similar to the load avg you see in uptime/top or is it another descriptor? I've not been able to refer to a man page or the readme for this, google searches have yielded me many ways to disable the HUD, but no guide
2
0
899
Feb ’24
3D map with daylight map
Ok,I don't know if this is possible, but here goes:If you open the stock Maps app, set it to 3D and zoom out completely, you get this beautiful view of the earth showing day/night areas. Is it possible to achieve this within my app. I just want to show the same map, with reasonable zooming, for my location in my appThanksImran
0
0
1k
Feb ’17
Apple Maps Not Calling handlerForIntent for INListCarsIntent
Hi, I've done everything required to implement this intent, but when I run either in the simulator or on the device the handlerForIntent does not get called when Maps runs and I click on my Profile icon to try and get the 'Vehicles' option to show up. I know handlerForIntent is working because it's getting called for my custom event for Siri shortcuts. I've added INListCarsIntent to the IntentsSupported list in my extension's info.plist file. I've also included the protocol in my INExtension subclass and added the relevant functions for returning the vehicle list. I've also made the call for Siri authorization, which is returning Authorized. I'm really at a loss to know why Maps isn't calling out this intent. I'm on iOS16 and XCode 14. Thanks
2
0
1.1k
Sep ’22
Apple Maps cannot route to Latitude & Longitude
I've started getting reports of this today and I am able to replicate it on my end but looking to see if anyone else can verify or if it's possibly regional to me (Canada). In Apple Maps (iOS or macOS), if you search a latitude and longitude -- for example: 49.110,-112.110 and search, it centers on the location as it always has and shows the Directions button. When you tap the directions button, I get A route can't be shown because of a problem connecting to the server.. Alternatively, if you pass the coordinate in via Apple Maps URL (https://maps.apple.com/?daddr=49.110,-112.110) it will route but the route is no longer to those specific coordinates, Apple Maps alters them to some nearest known entity (in this case, the RM of Warner County). If you compare the suggested route end destination with the search results for specifically entering the coordinates, you will see they are different locations and mapping routes are not actually taking you t
14
0
3.4k
May ’24
Documentation of parameters to enable Apple Maps EV routing
Hi, I'm building an aftermarket solution to enable Apple Maps to support EV routing for any EV. I am going through the documentation and found some gaps - does anyone know how the following properties work? INGetCarPowerLevelStatusIntentResponse - consumptionFormulaArguments INGetCarPowerLevelStatusIntentResponse - chargingFormulaArguments Is there a working example that anyone has seen? Many thanks
2
0
472
Jan ’25
How to open Apple Maps focusing on the services tab ? (URL scheme)
Hi,As explained into this StackOverFlow topic (https://stackoverflow.com/questions/54888856/how-to-open-apple-maps-focusing-on-the-services-tab-url-scheme), I would like to open Apple Maps from my application by using an universal link and to focus the user's view directly on the services tab.After doing a few searches, I thought there was no way to do so and the response I got on StackOverFlow confirmed that.Is it planned to allow the developer to do such thing in the future ? Is there a link I could ask such feature to Apple developers ?I thank you in advance for your time and your response !Best regards,
2
0
654
Feb ’19
Need starting guide
Hello I am a newbie developer in apple ecosystem. I am building an application for my master's dissertation. I have now learnt the Swift, SwiftUI and read more about the Apple ResearchKit. Can you please provide me some sort of starting guide which can help me.
1
0
683
Jul ’22
Why does apple stereo cameras depth map have a constant error
According to WWDC event 2017 (19 min), apple stereo camera can only output relative depth map due to the constant changing baseline (the lens of iPhones are moving to offset shaky hands). It also mentioned that our depth map would have a constant amount of error throughout the entire picture. I just can't figure out why it is true.According to the formula in the earlier slides (12 min), the inverse of depth = disparity /(focal length * baseline)1/z = d/(fl * b)The focal length (fl) and the inaccurate baseline (b) are constant in one picture.1/z = (inaccurate constant) * disparity.How come this would result in a constant amount of error in the depth map for the whole picture? Shouldn't it differ in proportion to disparity changes?# disparity in point a is d, disparity in point b is d+deltaD 1/za = (inaccurate constant) * d 1/zb = (inaccurate constatn) * (d+deltaD) changeInNormalizedDisparity = 1/zb - 1/za = (inaccurate constant) * deltaD # inverse of depth is porportional to
0
0
1.2k
Sep ’19