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
Search results for
Apple Maps Guides
149,451 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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!
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
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
The term you should search for is callout. If you do a web search for MKMapView custom callout you should be able to find plenty of documentation and examples, starting with the Location and Maps Programming Guide and associated sample code.
Topic:
App & System Services
SubTopic:
Maps & Location
Tags:
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
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
When i read SDK Compatibility Guide ,there is a link to guide Xcode Project Management Guide, Xcode Build Setting Reference and Running Applications in iOS Development Guide , But these guides can not be searched
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
Topic:
App & System Services
SubTopic:
Maps & Location
Tags:
CarPlay
SiriKit
Maps and Location
App Intents
Having issues here as well that I never had. Can't create a usb drive with createinstallermedia and simply double clicking the installer it restarts and then says I have a mismatch between the MBR and GUID partition maps is not supported with this operation.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
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,
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.
I am currently trying to make a map. However, it says that the 'view' is not in scope. What does this mean and how can I fix this?
I am also having this issue with Xcode 13.4.1 trying to import the Mapbox package (instructions here: https://docs.mapbox.com/ios/maps/guides/install/ ) from their Github repo. I have deleted and reinstalled Xcode, but it still hangs at Preparing to validate....
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
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