Search results for

“Apple Maps Guides”

155,812 results found

Post

Replies

Boosts

Views

Activity

MKLocationSearch is not responding with the results like Apple's "Maps" app gives.
Hi Team, I need to implement a place/location search. This search should work on the Globe like Maps application do when we search for something. I tried it with below code but it is responding with very limited data. Could you please review the below code and help me to build my requirement. tttlet request = MKLocalSearch.Request() ttttrequest.naturalLanguageQuery = searchField.text ttt ttttrequest.region = self.mapView.region; ttttlet search = MKLocalSearch(request: request) ttttsearch.start { response, _ in ttttguard let response = response else { ttttttreturn tttt} ttttttself.matchingItems = response.mapItems ttttttself.tableView.reloadData() tttt} I thougt this was might be the issue with region, So I tried to create region with MKCoordinateRegionMakeWithDistance by giving distance values. But it is still responding with same data that I got earlier. Below is the line of region created with Distance values. ttttlet region = MKCoordinateRegionMakeWithDistance(self.mapView.centerCoordinate, 300000
1
0
897
Nov ’20
WatchOS Label Remove from SwiftUI Maps
Hello folks, I have been working on Maps and facing issues with map labels. I am working on WatchOS App SwiftUI, in there i have implemented Apple Maps. Since watch is small and there isn't much space to fit labels when user is fully zoomed in. i want to reduce some categories of unwanted labels. the solutions i have tried where leading me to results where there are All Labels or No Labels (except default labels like, street names and City Names) for this i have physical devices: Apple Watch Ultra with watchOS 10 beta (21R5320i), iPhone 14 pro max with iOS 17 beta 4 (21R5320i) for this i have tried following ways i have used PointOfInterestCategories in iPhone first and it is working as expected with all categories and filter out defined categories. code i have used it as below. Map(position: $position) .mapStyle(.standard(pointsOfInterest: [ .hospital, .hotel, ])) Then i have tried it in WatchOS Map like below code. For pointOfInterest i have to
0
0
565
Aug ’23
AppRejection for using 3rd party Google Map
We have an app-rejection due the use of the 3rd party Google Map. Following is the relevant message:“Regarding 4.0.0, your app limits users to a third-party maps app. To resolve this issue, it would be appropriate to give users the option to launch the native Apple Maps app.”As understood, this is due to the reason that our app is prompting the user to use Google Map-App upon clicking on the “Google logo-link” at the bottom left corner of the Google Map. But in Google SDK, we don’t have any control on the click event on “Google logo-link” to load the choices (Apple Map or Google Map) as suggested in the rejection.Therefore, the only solution that we can think of is to remove the GoogleMap-App launch and instead load the Safari to use its default map management feature.May I know whether this would be sufficient?Or, please suggest any alternatives.Highly appreciate any feedback!Thanks!
2
0
1.3k
Nov ’17
Maps App Extra Features Suck
Why does the Maps app have extra features that are completely irrelevant for what the map app is supposed to do. The Editors Picks is the dumbest thing I've ever seen, and on top of that it gets in the way of being able to use the the map app as a map. I don't care about what the best sandwich in LA for a hike is when using the map. I care about seeing directions and traffic. Not some random article from the LA times. Please get rid of this feature, it is truly an awful one.
0
0
564
Apr ’21
Maps iOS 16.1 crash and bug
Hello everyone, I would like to report problems regarding the maps of iPhone iOS 16.1 - iPhone 12 Pro 256GB. First problem (crash) systematic always: Open Maps app Delete 1 favourites (swipe from right to left) and press delete button. observed: maps crash Second problem (maps remains all black graphics): Open Settings-> Screen and Brightness -> select the white mode Open Maps Observed: Maps remains in black mode graphics. Thanks.
1
0
1.2k
Oct ’22
ImageRenderer fails to render maps
The new ImageRenderer in SwiftUI is really great and should help me to remove some custom code I've had to write in the past. I've noticed that when used to capture a view that contains a map view, the map is replaced with a 'no entry' sign 🚫 Is this intentional? Here's some sample code to replicate the issue: https://gist.github.com/shaundon/282cf7ff276093681a1c246ae318c9d4
1
0
1.6k
Jun ’22
A guide for learning how to use open AL
Hi, I want to know if there is a guide on using open AL. I want to know this because I am trying to create an audio game and I want to know how open AL works? Also, where can I get some audio libraries? I need to have some sound for my game and I want to know if there are some free libraries available?
1
0
977
Sep ’15
displacement map specification
Where can I find a specification document of displacement file baked_mesh_disp0.exr obtained from Full Quality result run by Reality Composer Pro? I ran Reality Composer Pro, selected Full Quality and ran Create Model, and obtained *.usdz, which I renamed to *.zip and unzipped. Then I found 5 maps including baked_mesh_disp0.exr and I want to know its data specification.
2
0
823
Jan ’24
Reply to location feature is not integrated with built-in mapping functionality
Hey guys,I'm facing the same issue. Apple refuse to explicite the problem and is in a loop of Your app's location feature is still not integrated with the built-in mapping functionality. I use Google Maps API to display a map and the GPS feature to display position on this one. I can't see how I can use Apple Maps whitout recoding my application...PS : I use Cordova, maybe this is the real issue ?
Apr ’17
MKLocationSearch is not responding with the results like Apple's "Maps" app gives.
Hi Team, I need to implement a place/location search. This search should work on the Globe like Maps application do when we search for something. I tried it with below code but it is responding with very limited data. Could you please review the below code and help me to build my requirement. tttlet request = MKLocalSearch.Request() ttttrequest.naturalLanguageQuery = searchField.text ttt ttttrequest.region = self.mapView.region; ttttlet search = MKLocalSearch(request: request) ttttsearch.start { response, _ in ttttguard let response = response else { ttttttreturn tttt} ttttttself.matchingItems = response.mapItems ttttttself.tableView.reloadData() tttt} I thougt this was might be the issue with region, So I tried to create region with MKCoordinateRegionMakeWithDistance by giving distance values. But it is still responding with same data that I got earlier. Below is the line of region created with Distance values. ttttlet region = MKCoordinateRegionMakeWithDistance(self.mapView.centerCoordinate, 300000
Replies
1
Boosts
0
Views
897
Activity
Nov ’20
How do we import google maps into our app?
How do we import google maps using a podfile and cocoa pods?
Replies
1
Boosts
0
Views
461
Activity
Mar ’16
Reply to GPS and Compass not working
i have the same issue. no GPS on any map app (inlcuding apple maps). iphonex on AT&T
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’18
Supported regex patterns for generation guide
Hey Tried using a few regular expressions and all fail with an error: Unhandled error streaming response: A generation guide with an unsupported pattern was used. Is there are a list of supported features? I don't see it in docs, and it takes RegExp. Anything with e.g. [A-Z] fails.
Replies
1
Boosts
0
Views
153
Activity
Jul ’25
WatchOS Label Remove from SwiftUI Maps
Hello folks, I have been working on Maps and facing issues with map labels. I am working on WatchOS App SwiftUI, in there i have implemented Apple Maps. Since watch is small and there isn't much space to fit labels when user is fully zoomed in. i want to reduce some categories of unwanted labels. the solutions i have tried where leading me to results where there are All Labels or No Labels (except default labels like, street names and City Names) for this i have physical devices: Apple Watch Ultra with watchOS 10 beta (21R5320i), iPhone 14 pro max with iOS 17 beta 4 (21R5320i) for this i have tried following ways i have used PointOfInterestCategories in iPhone first and it is working as expected with all categories and filter out defined categories. code i have used it as below. Map(position: $position) .mapStyle(.standard(pointsOfInterest: [ .hospital, .hotel, ])) Then i have tried it in WatchOS Map like below code. For pointOfInterest i have to
Replies
0
Boosts
0
Views
565
Activity
Aug ’23
Reply to How to update business information on Apple Maps Ukraine?
We tried using manual reports on apple maps. The suggested changes were reviewed by apple maps moderator, but not implemented. Unfortunately, no idea how to deal with it at the moment.
Replies
Boosts
Views
Activity
Mar ’25
Reply to Create indoor map with Apple Maps
It might be asked wrong by me. I have a client — mall in Russia — who want to have their mall mapped IN APPLE MAPS app. How can I do it?
Replies
Boosts
Views
Activity
Jun ’17
Reply to Hybrid map unavailable for large swathes of US and Canadian territories
So what’s your question? Was this data available before? Is it available from the Maps app? Maps really aren’t Apple’s focus.
Replies
Boosts
Views
Activity
Apr ’19
AppRejection for using 3rd party Google Map
We have an app-rejection due the use of the 3rd party Google Map. Following is the relevant message:“Regarding 4.0.0, your app limits users to a third-party maps app. To resolve this issue, it would be appropriate to give users the option to launch the native Apple Maps app.”As understood, this is due to the reason that our app is prompting the user to use Google Map-App upon clicking on the “Google logo-link” at the bottom left corner of the Google Map. But in Google SDK, we don’t have any control on the click event on “Google logo-link” to load the choices (Apple Map or Google Map) as suggested in the rejection.Therefore, the only solution that we can think of is to remove the GoogleMap-App launch and instead load the Safari to use its default map management feature.May I know whether this would be sufficient?Or, please suggest any alternatives.Highly appreciate any feedback!Thanks!
Replies
2
Boosts
0
Views
1.3k
Activity
Nov ’17
Maps App Extra Features Suck
Why does the Maps app have extra features that are completely irrelevant for what the map app is supposed to do. The Editors Picks is the dumbest thing I've ever seen, and on top of that it gets in the way of being able to use the the map app as a map. I don't care about what the best sandwich in LA for a hike is when using the map. I care about seeing directions and traffic. Not some random article from the LA times. Please get rid of this feature, it is truly an awful one.
Replies
0
Boosts
0
Views
564
Activity
Apr ’21
Maps iOS 16.1 crash and bug
Hello everyone, I would like to report problems regarding the maps of iPhone iOS 16.1 - iPhone 12 Pro 256GB. First problem (crash) systematic always: Open Maps app Delete 1 favourites (swipe from right to left) and press delete button. observed: maps crash Second problem (maps remains all black graphics): Open Settings-> Screen and Brightness -> select the white mode Open Maps Observed: Maps remains in black mode graphics. Thanks.
Replies
1
Boosts
0
Views
1.2k
Activity
Oct ’22
ImageRenderer fails to render maps
The new ImageRenderer in SwiftUI is really great and should help me to remove some custom code I've had to write in the past. I've noticed that when used to capture a view that contains a map view, the map is replaced with a 'no entry' sign 🚫 Is this intentional? Here's some sample code to replicate the issue: https://gist.github.com/shaundon/282cf7ff276093681a1c246ae318c9d4
Replies
1
Boosts
0
Views
1.6k
Activity
Jun ’22
A guide for learning how to use open AL
Hi, I want to know if there is a guide on using open AL. I want to know this because I am trying to create an audio game and I want to know how open AL works? Also, where can I get some audio libraries? I need to have some sound for my game and I want to know if there are some free libraries available?
Replies
1
Boosts
0
Views
977
Activity
Sep ’15
displacement map specification
Where can I find a specification document of displacement file baked_mesh_disp0.exr obtained from Full Quality result run by Reality Composer Pro? I ran Reality Composer Pro, selected Full Quality and ran Create Model, and obtained *.usdz, which I renamed to *.zip and unzipped. Then I found 5 maps including baked_mesh_disp0.exr and I want to know its data specification.
Replies
2
Boosts
0
Views
823
Activity
Jan ’24
Reply to location feature is not integrated with built-in mapping functionality
Hey guys,I'm facing the same issue. Apple refuse to explicite the problem and is in a loop of Your app's location feature is still not integrated with the built-in mapping functionality. I use Google Maps API to display a map and the GPS feature to display position on this one. I can't see how I can use Apple Maps whitout recoding my application...PS : I use Cordova, maybe this is the real issue ?
Replies
Boosts
Views
Activity
Apr ’17