Search results for

“Apple Maps Guides”

155,834 results found

Post

Replies

Boosts

Views

Activity

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
426
Aug ’20
Reply to Rename the street on the Apple map
Thanks for reply! I have tried to rename the street on the Apple via map settings many times / Report an Issue/Map Labels/ Rename roads category but unfortunately do not have any feedback yet. I also submitted an inquiry on the Apple Maps Product Feedback website and got an answer that my issue was forwarded to the internal team of the map but it may fall into the category of being longer-term fixes. I need to know is it possible to speed up the process of fixing the issue? Can I hope that this issue will be finally fixed?
Nov ’21
Web map calls cost beyond free limit ?
Hi, Apple web maps page (https://developer.apple.com/maps/web/) states: MapKit JS beta provides a free daily limit of 250,000 map views and 25,000 service calls per Apple Developer Program membership. For additional capacity needs, contact us. I am interested to know what are charges for usage beyond this limit. I have dropped multiple emails at 'contact us' however there has been no reply to my query.
0
0
547
Sep ’20
SwiftUI Map Annotation Coordinate Animation
Hi, I have a SwiftUI Map with a set of three annotations. These annotations move around, and I would like to animate their movement from one coordinate to another, but I'm not finding a way to do that. I've tried using withAnimation { } when setting my array of Identifiable models that back the Annotations, and I've tried adding the .animation(.default, annotationModels) modifier to my Map object (where annotationModels is the array that backs my Annotations). The animation modifier doesn't work on Annotation structs, and it doesn't work if I add the animation modifier within the Annotation's view either. Does anyone have any suggestions on how I might be able to animate the coordinates of annotations using a SwiftUI Map? Does the problem have to do with the fact that I have an array of these annotations?
1
0
713
Jul ’24
How to make a screen-record guiding video
I'm creating an app on recording screen by using ReplayKit. I want to make a user operation video to guide user how to use my app to record screen. So, I need record a video on how to record screen and this approach is a bit awkward. I tried several ways of Screen Mirroring such as AirPlayer and QuickTime, but the recording button on control-center is disable while using Screen Mirroring. The effect I want is as follows: https://support.apple.com/library/content/dam/edam/applecare/images/en_US/iOS/ios13-iphone-xs-control-center-screen-record-animation.gif How was this video made?
0
0
363
Sep ’20
NSExpression syntax for mapping
I have an NSOrderedSet of a custom class CDRoute which wraps and provides dynamic member lookup to a custom enumeration type called Route. The Route type has a property called precedence (Int16 type) and I would like to have a derived core data attribute where I can access the highest precedence value in the NSOrderedSet. This is relatively straightforward using Swift Computed Properties but I would like to incorporate this using core data since I've been having difficulty with changes being noticed. Due to the blatant lack of documentation surrounding how to construct a format string/woefully out of date documentation that describes how to do it in code but not how to format it in the Core Data model editor, I'm having a really difficult time with this. Is there any way to do something equivalent to the Swift map function ie stops.routesServed.map({ $0.precedence }).@max where stops.routesServed is the NSOrderedSet?
1
0
971
Jan ’23
Draw vertical (up and out from map) lines from point on map, possible?
I have an unusual use-case where I would like to be able to draw vertical lines up from a map. I will have points deriving from geoTag'd entities, and a stored height and orientation of line (but for this discussion, assume straight up for simplicity (angled at a perpendicular to the surface of the globe). I am wanting to pull the MKMapKit back to reveal the globe so there is no need for accuracy of representation of the line resolution, it just needs to show. Kinda like oriented pins on a rounded pincushion. I have no code to show, as i have not yet been able to find anything like this. I prefer to use MapKit to show the earth properly, but am lost as to how to get started. I continue to search around looking for a hint or clue, to-date, no luck.Anyone have any ideas? thank you in advance.
0
0
605
Apr ’19
Using Google Maps in App to determine distance
So far, we have been using Google Maps to determine distance along a certain route for a MacOS app to register kilometers for a business administration app. But, this is no longer possible, as the login for google maps no longer works. I understand we would have to pay to continue using the Google Maps service as it was and we would have to make changes to the app. That would be ok, but I was just wondering does any developer on this forum have suggestions on how to resolve this issue? Or even maybe have suggestions, to make this work better than before. Three suggestions by chatgpt: use ANWB route planner using google maps, Pro6pp, or to useWisp.Software (something I haven't heard of before. Your suggestions and ideas are welcome. Also, if the Apple Developer team knows of a way how to do this in your app, your advice is more than welcome. Have a nice day!
2
0
418
Feb ’25
Reply to GPS position becomes on the middle of the sea when connected to apple carplay on iOS 18.0
I have the same issue, I believe. My car is a Volkswagen TCross 2024 with Carplay. My phone is a iPhone 13 Pro Max 128gb. Before updating to iOS 18, everything was working fine with the GPS based apps such as Waze, Google Maps and Apple Maps. The navigation was fluid and I had no issues at all. After the iOS 18 update, all the GPS apps have an issue that is it seems that the map is jumping around while driving. Sometimes it jumps to a place that I'm not at and the navigation becomes confusing and unsafe. After a few seconds, my position is acquired back and the map shows the correct position. Apple Maps, Waze and Google Maps at their latest version. Yesterday I did a iOS rollback to version 17.7 and tried again all the GPS navigation apps at Carplay and it seems to be fixed, the maps aren't jumping around in this version.
Sep ’24
Mapping Future to Future in Combine
I’m finding Combine's Future publisher to useful as an API surface because by definition it produces zero or one values then finishes. If a function returns a future, the caller implictly knows it will only ever return a single value. I can use AnyPublisher and get essentially the same result, but I lose the self documenting aspect of supplying a single shot publisher.In some cases, I have a function consuming a future and returning a new future with an adjusted type. With a type like Result I can map one type to another, but Future.map returns a Publishers.Map type leading me back to AnyPublisher for my API. Is there a good way to map Future<Output, Failure> to Future<NewOutput, Failure>?Thanks,Nick* apologies for posting a beta framework related question in the language forum, but I can’t find a better place for it
0
0
779
Sep ’19
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
426
Activity
Aug ’20
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
835
Activity
Oct ’24
Reply to Rename the street on the Apple map
Thanks for reply! I have tried to rename the street on the Apple via map settings many times / Report an Issue/Map Labels/ Rename roads category but unfortunately do not have any feedback yet. I also submitted an inquiry on the Apple Maps Product Feedback website and got an answer that my issue was forwarded to the internal team of the map but it may fall into the category of being longer-term fixes. I need to know is it possible to speed up the process of fixing the issue? Can I hope that this issue will be finally fixed?
Replies
Boosts
Views
Activity
Nov ’21
Web map calls cost beyond free limit ?
Hi, Apple web maps page (https://developer.apple.com/maps/web/) states: MapKit JS beta provides a free daily limit of 250,000 map views and 25,000 service calls per Apple Developer Program membership. For additional capacity needs, contact us. I am interested to know what are charges for usage beyond this limit. I have dropped multiple emails at 'contact us' however there has been no reply to my query.
Replies
0
Boosts
0
Views
547
Activity
Sep ’20
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
856
Activity
Jul ’15
SwiftUI Map Annotation Coordinate Animation
Hi, I have a SwiftUI Map with a set of three annotations. These annotations move around, and I would like to animate their movement from one coordinate to another, but I'm not finding a way to do that. I've tried using withAnimation { } when setting my array of Identifiable models that back the Annotations, and I've tried adding the .animation(.default, annotationModels) modifier to my Map object (where annotationModels is the array that backs my Annotations). The animation modifier doesn't work on Annotation structs, and it doesn't work if I add the animation modifier within the Annotation's view either. Does anyone have any suggestions on how I might be able to animate the coordinates of annotations using a SwiftUI Map? Does the problem have to do with the fact that I have an array of these annotations?
Replies
1
Boosts
0
Views
713
Activity
Jul ’24
Reply to What a change in beta 3!
The only issue I've had so far is Maps; the actual map doesn't appear. Not a biggie. Otherwise, Apple Watch OS 2 beta 3.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’15
How to make a screen-record guiding video
I'm creating an app on recording screen by using ReplayKit. I want to make a user operation video to guide user how to use my app to record screen. So, I need record a video on how to record screen and this approach is a bit awkward. I tried several ways of Screen Mirroring such as AirPlayer and QuickTime, but the recording button on control-center is disable while using Screen Mirroring. The effect I want is as follows: https://support.apple.com/library/content/dam/edam/applecare/images/en_US/iOS/ios13-iphone-xs-control-center-screen-record-animation.gif How was this video made?
Replies
0
Boosts
0
Views
363
Activity
Sep ’20
looking for guide to publish to App Store from Xcode
I am having problems trying to get all the parts of my app registration, certification, etc so it can be submitted to the App Store. At the moment I have a message in Xcode about the provisioning profile not containing a specific certificate. I am not able to find that certificate and am stuck. I would like to follow a guide. Is there such a thing?
Replies
0
Boosts
0
Views
582
Activity
Jul ’21
NSExpression syntax for mapping
I have an NSOrderedSet of a custom class CDRoute which wraps and provides dynamic member lookup to a custom enumeration type called Route. The Route type has a property called precedence (Int16 type) and I would like to have a derived core data attribute where I can access the highest precedence value in the NSOrderedSet. This is relatively straightforward using Swift Computed Properties but I would like to incorporate this using core data since I've been having difficulty with changes being noticed. Due to the blatant lack of documentation surrounding how to construct a format string/woefully out of date documentation that describes how to do it in code but not how to format it in the Core Data model editor, I'm having a really difficult time with this. Is there any way to do something equivalent to the Swift map function ie stops.routesServed.map({ $0.precedence }).@max where stops.routesServed is the NSOrderedSet?
Replies
1
Boosts
0
Views
971
Activity
Jan ’23
What does it mean that safe space layout guide is backwards deployable?
What does it mean in WWDC 2017 Auto Layout Techniques in Interface Builder that Safe Space layout guide is backwards deployable?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
2
Boosts
0
Views
609
Activity
Oct ’17
Draw vertical (up and out from map) lines from point on map, possible?
I have an unusual use-case where I would like to be able to draw vertical lines up from a map. I will have points deriving from geoTag'd entities, and a stored height and orientation of line (but for this discussion, assume straight up for simplicity (angled at a perpendicular to the surface of the globe). I am wanting to pull the MKMapKit back to reveal the globe so there is no need for accuracy of representation of the line resolution, it just needs to show. Kinda like oriented pins on a rounded pincushion. I have no code to show, as i have not yet been able to find anything like this. I prefer to use MapKit to show the earth properly, but am lost as to how to get started. I continue to search around looking for a hint or clue, to-date, no luck.Anyone have any ideas? thank you in advance.
Replies
0
Boosts
0
Views
605
Activity
Apr ’19
Using Google Maps in App to determine distance
So far, we have been using Google Maps to determine distance along a certain route for a MacOS app to register kilometers for a business administration app. But, this is no longer possible, as the login for google maps no longer works. I understand we would have to pay to continue using the Google Maps service as it was and we would have to make changes to the app. That would be ok, but I was just wondering does any developer on this forum have suggestions on how to resolve this issue? Or even maybe have suggestions, to make this work better than before. Three suggestions by chatgpt: use ANWB route planner using google maps, Pro6pp, or to useWisp.Software (something I haven't heard of before. Your suggestions and ideas are welcome. Also, if the Apple Developer team knows of a way how to do this in your app, your advice is more than welcome. Have a nice day!
Replies
2
Boosts
0
Views
418
Activity
Feb ’25
Reply to GPS position becomes on the middle of the sea when connected to apple carplay on iOS 18.0
I have the same issue, I believe. My car is a Volkswagen TCross 2024 with Carplay. My phone is a iPhone 13 Pro Max 128gb. Before updating to iOS 18, everything was working fine with the GPS based apps such as Waze, Google Maps and Apple Maps. The navigation was fluid and I had no issues at all. After the iOS 18 update, all the GPS apps have an issue that is it seems that the map is jumping around while driving. Sometimes it jumps to a place that I'm not at and the navigation becomes confusing and unsafe. After a few seconds, my position is acquired back and the map shows the correct position. Apple Maps, Waze and Google Maps at their latest version. Yesterday I did a iOS rollback to version 17.7 and tried again all the GPS navigation apps at Carplay and it seems to be fixed, the maps aren't jumping around in this version.
Replies
Boosts
Views
Activity
Sep ’24
Mapping Future to Future in Combine
I’m finding Combine's Future publisher to useful as an API surface because by definition it produces zero or one values then finishes. If a function returns a future, the caller implictly knows it will only ever return a single value. I can use AnyPublisher and get essentially the same result, but I lose the self documenting aspect of supplying a single shot publisher.In some cases, I have a function consuming a future and returning a new future with an adjusted type. With a type like Result I can map one type to another, but Future.map returns a Publishers.Map type leading me back to AnyPublisher for my API. Is there a good way to map Future<Output, Failure> to Future<NewOutput, Failure>?Thanks,Nick* apologies for posting a beta framework related question in the language forum, but I can’t find a better place for it
Replies
0
Boosts
0
Views
779
Activity
Sep ’19