Search results for

“Apple Maps Guides”

155,796 results found

Post

Replies

Boosts

Views

Activity

Question about coding style guide at Apple with continue and break keywords
Hi there! I recently got into a discussion with my Java professor. In her style guide she specifically mentions to never use the break or continue keywords in loops as they are, according to her, outdated and unviable. I have tried to prove by counter example when they are more useful than alternatives, without success. This has gotten me wondering if these keywords are actually outdated, I am still a student after all. So I wanted to know from someone at Apple if using break or continue is forbidden, discouraged or fine to use (specifically in java but general guidelines are also fine) and why? Any answer from a current or former Apple employee would help me greatly to have an insight into how the industry handles these keywords and I thank you in advance for your response. If there is a better place to ask this please direct me towards that.
Topic: Design SubTopic: General Tags:
5
0
748
Nov ’23
slowly map
I tried all the beta on my 6s maps yet is still slow in attaching the GPS and to the various destinations, slower and waze maps for example. In everything at the app feedback it does not work either, and so it is impossible to make a report
0
0
183
Sep ’16
Map In TabView
In SwitUI when using a map within a tabview the tab bar color is translucent when the map tab is selected. All of the other tabs the tab bar is opaque. In the view that contains the map, if the map is commented out the tab display is opaque, only when the map is displayed. I have an init in the tabview to set the tab bar parameters: // Set Tab Bar appearance let tabbarAppearance = UITabBarAppearance() tabbarAppearance.configureWithOpaqueBackground() tabbarAppearance.backgroundColor = .blue UITabBar.appearance().standardAppearance = tabbarAppearance UITabBar.appearance().scrollEdgeAppearance = tabbarAppearance In the view with the map I use a ZStack to set the entire screen color: ZStack(alignment: Alignment(horizontal: .center, vertical: .top)) { Color(.blue) .ignoresSafeArea(.all) .foregroundColor(.black) VStack(alignment: .center, spacing: 5) { Spacer() Map() Spacer() } } I've tried using .padding(), frame, removing ignoresSafeArea but the tab b
0
0
631
Jan ’24
Guide to develop HomeKit Accessories
Hello,can anyone make a guide for developing HomeKit accessories? The HAP spec. just goes over my head, and the other resources are basically useless. I am trying to make accessories with a basic understanding of OOP concepts(about 3 years in school so far(I'm in the 11th grade)). I would like a complete guide from the hardware selection all the way to the coding and setup. thank you. and I am not talking about HomeBridge and the like, I am interested in developing accessories the official way that apple recommends
1
0
1.2k
Dec ’17
Map directions
My app displays a map, and tapping it goes to the Maps app to give directions. My question is, where does it get the start and end points for the journey? On my map, I put two annotations. Does it go from the green pin to the red pin, from the first annotation to the second, or what? I'd also like to specify walking directions, but there does not seem to be a way to do that.
0
0
337
Sep ’15
Apple maps trail / local path only becomes visible on very close zoom
I'm using apple maps to build a feature so users can create and save running/cycling/hiking routes. Currently the map only shows trails and similar local paths after zooming in to what is basically an extreme level. I want the trails and local paths to be more visible on a further, broader level of zoom. APPLE MAPS JS EX: https://trkbucket.s3.amazonaws.com/media/shoe_images/Screenshot_2024-10-23_at_10.52.17AM.png https://trkbucket.s3.amazonaws.com/media/shoe_images/Screenshot_2024-10-23_at_10.52.04AM.png APPLE MAPS iOS EX: https://trkbucket.s3.amazonaws.com/media/shoe_images/IMG_9DDF5C9A320D-1.jpeg Also strange that on iOS the path is visible while more zoomed out whereas JS does not. Please advise how to show these map items at a broader zoom.
1
0
639
Oct ’24
display map
i'm trying to display a map with the user location's. I created a file named MapViewController.swift which contains the map, the user location function etc... But when I start the app it still starts the ContentView.swift, So how can I import the mapviewcontroller into the contentview?
1
0
295
Mar ’21
Store returned data from Apple Maps Server and Mapkit API
Hi, We are building an app that aims to organize people's lives. This means we help people discover and find things like places, and help users store the data of the things they save to their library. My question is: Are we allowed to permanently store a returned place's name, description, ID, coordinates, potential images, etc from the responses of places from the Apple Maps Server and Mapkit API? And if so, is there a guarantee that these terms won't change? The user would have to be allowed to download all the data he's saved. One of the reasons we don't use Google Maps API is because they only let us store a place's unique Google Place ID, without its corresponding photos, coordinates, description or even name. This means a user can't search the information on their library without making immense API calls that would be prohibitively expensive, and also can't use the app offline. Thanks for any insight.
3
0
2.8k
Jun ’22
Unable to register custom app as Routing app in Apple Maps app
Hello,I'm confused why my routing app does not appear in Maps app as a valid routing application. It does not appear even among AppStore routing apps, despite the fact, that when I install my app signed with AdHoc provisioning profile, it appears as routing app in Apple Maps application like nothing was bad. But when I install the same app version from AppStore (it's already there), it is simply missing.What is going wrong here? I have the routing coverage uploaded in iTunes Connect, and it appears to be valid format, I pinned there enttire world so any route defined in Maps app should incorporate my app among routing apps - but it does so only for the AdHoc version, as mentioned earlier. I have no glue, what to do more...
3
0
1.7k
Nov ’15
Maps for TV commercial.
Hi there,Does anyone know if there's a way we can use Apple Maps in a promotional film? We're making a promo for a London based company and need to source high res textures of Europe, the UK, Greater London, and finally the specific area of London that the company is based in. This will allow us to stitch together a multilayered map to fly a 3D camera into, from outer space.If it's a credit issue, we can happil credit Apple Maps at the end of the promo. Google, on the other hand, require crediting throughout. So any time their maps are used, you must credit them while their shwon on screen. Which isn't an option.Can anyone advise?Thanks in advance,Charles
1
0
270
Jun ’15
iOS 11 - Security Guide
Does anyone know if the iOS 11 security guide (for example, this is the security guide for iOS 10) has been released yet?Thanks.
Replies
2
Boosts
0
Views
1.5k
Activity
Jun ’17
Question about coding style guide at Apple with continue and break keywords
Hi there! I recently got into a discussion with my Java professor. In her style guide she specifically mentions to never use the break or continue keywords in loops as they are, according to her, outdated and unviable. I have tried to prove by counter example when they are more useful than alternatives, without success. This has gotten me wondering if these keywords are actually outdated, I am still a student after all. So I wanted to know from someone at Apple if using break or continue is forbidden, discouraged or fine to use (specifically in java but general guidelines are also fine) and why? Any answer from a current or former Apple employee would help me greatly to have an insight into how the industry handles these keywords and I thank you in advance for your response. If there is a better place to ask this please direct me towards that.
Topic: Design SubTopic: General Tags:
Replies
5
Boosts
0
Views
748
Activity
Nov ’23
slowly map
I tried all the beta on my 6s maps yet is still slow in attaching the GPS and to the various destinations, slower and waze maps for example. In everything at the app feedback it does not work either, and so it is impossible to make a report
Replies
0
Boosts
0
Views
183
Activity
Sep ’16
Map In TabView
In SwitUI when using a map within a tabview the tab bar color is translucent when the map tab is selected. All of the other tabs the tab bar is opaque. In the view that contains the map, if the map is commented out the tab display is opaque, only when the map is displayed. I have an init in the tabview to set the tab bar parameters: // Set Tab Bar appearance let tabbarAppearance = UITabBarAppearance() tabbarAppearance.configureWithOpaqueBackground() tabbarAppearance.backgroundColor = .blue UITabBar.appearance().standardAppearance = tabbarAppearance UITabBar.appearance().scrollEdgeAppearance = tabbarAppearance In the view with the map I use a ZStack to set the entire screen color: ZStack(alignment: Alignment(horizontal: .center, vertical: .top)) { Color(.blue) .ignoresSafeArea(.all) .foregroundColor(.black) VStack(alignment: .center, spacing: 5) { Spacer() Map() Spacer() } } I've tried using .padding(), frame, removing ignoresSafeArea but the tab b
Replies
0
Boosts
0
Views
631
Activity
Jan ’24
Guide to develop HomeKit Accessories
Hello,can anyone make a guide for developing HomeKit accessories? The HAP spec. just goes over my head, and the other resources are basically useless. I am trying to make accessories with a basic understanding of OOP concepts(about 3 years in school so far(I'm in the 11th grade)). I would like a complete guide from the hardware selection all the way to the coding and setup. thank you. and I am not talking about HomeBridge and the like, I am interested in developing accessories the official way that apple recommends
Replies
1
Boosts
0
Views
1.2k
Activity
Dec ’17
Map directions
My app displays a map, and tapping it goes to the Maps app to give directions. My question is, where does it get the start and end points for the journey? On my map, I put two annotations. Does it go from the green pin to the red pin, from the first annotation to the second, or what? I'd also like to specify walking directions, but there does not seem to be a way to do that.
Replies
0
Boosts
0
Views
337
Activity
Sep ’15
How do I render a Map Polyline and Overlay with the new SwiftUI Map
I have been trying to find some documentation on how to add an overlay to a map with the new SwiftUI Map view. There is so much here and it can be difficult to locate the proper apis for everything. Thanks for any help you all have.
Replies
5
Boosts
0
Views
2.9k
Activity
Jun ’20
Apple maps trail / local path only becomes visible on very close zoom
I'm using apple maps to build a feature so users can create and save running/cycling/hiking routes. Currently the map only shows trails and similar local paths after zooming in to what is basically an extreme level. I want the trails and local paths to be more visible on a further, broader level of zoom. APPLE MAPS JS EX: https://trkbucket.s3.amazonaws.com/media/shoe_images/Screenshot_2024-10-23_at_10.52.17AM.png https://trkbucket.s3.amazonaws.com/media/shoe_images/Screenshot_2024-10-23_at_10.52.04AM.png APPLE MAPS iOS EX: https://trkbucket.s3.amazonaws.com/media/shoe_images/IMG_9DDF5C9A320D-1.jpeg Also strange that on iOS the path is visible while more zoomed out whereas JS does not. Please advise how to show these map items at a broader zoom.
Replies
1
Boosts
0
Views
639
Activity
Oct ’24
CFNetwork Guide with Examples
Hi, I am new to Swift and looking to build some ping tool using raw socket. Can you point me to some training guides or books as I can understand how to use this library?
Replies
1
Boosts
0
Views
745
Activity
Aug ’22
"advanced modeling guide"
In the documentation for custom instruments I see a reference to the advanced modeling guide?Any chance we could make that available to the dozens (yes there are dozens!) of us writing custom instruments?
Replies
2
Boosts
0
Views
941
Activity
Jan ’19
Indoor Maps
I can see indoor map for the Los Angeles International Airport is available via my iOS device. I would like to use that indoor map for both our web application and mobile application.Can you advise me how to get started?
Replies
3
Boosts
0
Views
1.2k
Activity
Jan ’19
display map
i'm trying to display a map with the user location's. I created a file named MapViewController.swift which contains the map, the user location function etc... But when I start the app it still starts the ContentView.swift, So how can I import the mapviewcontroller into the contentview?
Replies
1
Boosts
0
Views
295
Activity
Mar ’21
Store returned data from Apple Maps Server and Mapkit API
Hi, We are building an app that aims to organize people's lives. This means we help people discover and find things like places, and help users store the data of the things they save to their library. My question is: Are we allowed to permanently store a returned place's name, description, ID, coordinates, potential images, etc from the responses of places from the Apple Maps Server and Mapkit API? And if so, is there a guarantee that these terms won't change? The user would have to be allowed to download all the data he's saved. One of the reasons we don't use Google Maps API is because they only let us store a place's unique Google Place ID, without its corresponding photos, coordinates, description or even name. This means a user can't search the information on their library without making immense API calls that would be prohibitively expensive, and also can't use the app offline. Thanks for any insight.
Replies
3
Boosts
0
Views
2.8k
Activity
Jun ’22
Unable to register custom app as Routing app in Apple Maps app
Hello,I'm confused why my routing app does not appear in Maps app as a valid routing application. It does not appear even among AppStore routing apps, despite the fact, that when I install my app signed with AdHoc provisioning profile, it appears as routing app in Apple Maps application like nothing was bad. But when I install the same app version from AppStore (it's already there), it is simply missing.What is going wrong here? I have the routing coverage uploaded in iTunes Connect, and it appears to be valid format, I pinned there enttire world so any route defined in Maps app should incorporate my app among routing apps - but it does so only for the AdHoc version, as mentioned earlier. I have no glue, what to do more...
Replies
3
Boosts
0
Views
1.7k
Activity
Nov ’15
Maps for TV commercial.
Hi there,Does anyone know if there's a way we can use Apple Maps in a promotional film? We're making a promo for a London based company and need to source high res textures of Europe, the UK, Greater London, and finally the specific area of London that the company is based in. This will allow us to stitch together a multilayered map to fly a 3D camera into, from outer space.If it's a credit issue, we can happil credit Apple Maps at the end of the promo. Google, on the other hand, require crediting throughout. So any time their maps are used, you must credit them while their shwon on screen. Which isn't an option.Can anyone advise?Thanks in advance,Charles
Replies
1
Boosts
0
Views
270
Activity
Jun ’15