Search results for

“Apple Maps Guides”

159,777 results found

Post

Replies

Boosts

Views

Activity

SwiftUI Map: is it possible to add an inset to the map visible rectangle?
In UIKit, we can add an insets to a MKMapView with setVisibleMapRect to have additional space around a specified MKMapRect. It's useful for UIs like Apple Maps or FlightyApp (see first screenshot attached). This means we can have a modal sheet above the map but still can see all the content added to the map. I'm trying to do the same for a SwiftUI Map (on iOS 17) but I can't find a way to do it: see screenshot 2 below. Is it possible to obtain the same result or should I file a feedback for an improvement?
2
0
1.8k
Sep ’23
How do I attach a pop-up menu to a location marker on Apple Maps?
I am new to app development and programming, so may have to use non-technical terminology to explain what im asking here..... The app I am developing is based around the map feature.Once a user has shown their current location on the map, I would like the app to display different pins in the vicinity of the user, once the user selects one of the pins (representing another location on the map), how would I display a custom designed pop up menu to appear, that will display info and an image about the location that has been selected?Look forward to the replies!
1
0
309
Sep ’15
Businesses in Maps
When a business in Apple Maps has the wrong information such as address, postal code, there is a place to report an issue. After the issue is submitted, how long does it take to verify the new information and what steps are taken to check to see if it's accurate?
1
0
182
3w
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
764
Nov ’23
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
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
186
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
649
Jan ’24
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
341
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
652
Oct ’24
Reply to Ads tab in Apple Business
Thank you for your questions. These should help provide answers right now. More information will be available soon. The Apple Business User Guide will be updated soon with additional Ads content. To address your specific questions: Q1: There is a tab for Ads in Apple Business and would like to know more about how this would integrate with claiming a business location. A1: At this time there is no relationship between ads and claiming a business location. Q2: As well as uploading photos of the business. A2: You can find information about the Asset Library here. Q3: Will be a central place to manage business locations? A3: Location management documentation can be found here. and in the pages after that in the Table of Contents. Q4: If this is more towards the Maps & Location Q&A or both, please direct this to the correct Q&A section. A4: See the Ads on Apple Maps content here.
Topic: General SubTopic:
Business & Education Q&A
3w
SwiftUI Map: is it possible to add an inset to the map visible rectangle?
In UIKit, we can add an insets to a MKMapView with setVisibleMapRect to have additional space around a specified MKMapRect. It's useful for UIs like Apple Maps or FlightyApp (see first screenshot attached). This means we can have a modal sheet above the map but still can see all the content added to the map. I'm trying to do the same for a SwiftUI Map (on iOS 17) but I can't find a way to do it: see screenshot 2 below. Is it possible to obtain the same result or should I file a feedback for an improvement?
Replies
2
Boosts
0
Views
1.8k
Activity
Sep ’23
How do I attach a pop-up menu to a location marker on Apple Maps?
I am new to app development and programming, so may have to use non-technical terminology to explain what im asking here..... The app I am developing is based around the map feature.Once a user has shown their current location on the map, I would like the app to display different pins in the vicinity of the user, once the user selects one of the pins (representing another location on the map), how would I display a custom designed pop up menu to appear, that will display info and an image about the location that has been selected?Look forward to the replies!
Replies
1
Boosts
0
Views
309
Activity
Sep ’15
Businesses in Maps
When a business in Apple Maps has the wrong information such as address, postal code, there is a place to report an issue. After the issue is submitted, how long does it take to verify the new information and what steps are taken to check to see if it's accurate?
Replies
1
Boosts
0
Views
182
Activity
3w
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
Reply to Anyone else seeing gps problems on iPhoneX with ios12
I was able to get Apple Maps GPS working again by first closing Apple Maps and then opening Google Maps for example. Once Google Maps found my exact location I was able to close Google Maps and reuse Apple Maps. Strange..
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’18
Map directions-availability
Hello , how i can do routes/directions on Mapkit in country like Tunisia which not listed in (Maps: directions section) in apple map availability list ?
Replies
0
Boosts
0
Views
306
Activity
Jul ’20
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
764
Activity
Nov ’23
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
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
186
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
649
Activity
Jan ’24
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
341
Activity
Sep ’15
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
756
Activity
Aug ’22
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
652
Activity
Oct ’24
Reply to Ads tab in Apple Business
Thank you for your questions. These should help provide answers right now. More information will be available soon. The Apple Business User Guide will be updated soon with additional Ads content. To address your specific questions: Q1: There is a tab for Ads in Apple Business and would like to know more about how this would integrate with claiming a business location. A1: At this time there is no relationship between ads and claiming a business location. Q2: As well as uploading photos of the business. A2: You can find information about the Asset Library here. Q3: Will be a central place to manage business locations? A3: Location management documentation can be found here. and in the pages after that in the Table of Contents. Q4: If this is more towards the Maps & Location Q&A or both, please direct this to the correct Q&A section. A4: See the Ads on Apple Maps content here.
Topic: General SubTopic:
Business & Education Q&A
Replies
Boosts
Views
Activity
3w
"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
952
Activity
Jan ’19