Search results for

“Apple Maps Guides”

159,782 results found

Post

Replies

Boosts

Views

Activity

Rotate Map
HiI am working on a walk tracking app adn would like to rotate the map so that when i am walking the map rotates so that my heading is always pointing to the top of the screen. I sort of have it working but the map keeps resetting back to normal rotation.private func startLocationUpdates() { // our delegate locationManager.delegate = self //sets the orintation of the phone locationManager.headingOrientation = .portrait // our type filter locationManager.activityType = .fitness //can be automotive locationManager.distanceFilter = 10 locationManager.startUpdatingLocation() // check to see if we can get a heading update if (CLLocationManager.headingAvailable()) { // 5 degree change before we update locationManager.headingFilter = 5 locationManager.startUpdatingHeading() } }I use the locationmanagers updateheading then set teh camera heading to thatmapView.camera.heading = newHeading.trueHeading mapView.setCamera(mapView.camera, animated: true)
1
0
869
Jul ’18
Map with direction Arrows
I need to set a direction arrow in between two annotaion points on apple map .I have latitude and longitude values , and placed custom annonations on map based on this value , then drew polylines to connect each annotations. The requirement is to show direction arrow on polyline . please give solutions for it .
0
0
468
Aug ’16
Suggestion for Maps on iPhone
I am the type of person who loves to search for food, drinks, shopping, travel, etc. on maps in order to find what I am looking for based on my location. However, I had an idea the other day that I think is worth sharing. A lot of times I will be looking up food places around 1:00 am or 2:00 am, and Maps will provide me with an abundance of fast food stores and restaurants near me. Although this is somewhat helpful, Maps usually provides me with places that are not currently open at the time I am searching for them. I believe that Maps would be extremely helpful if it could look up food places, stores, and other services that are currently open at the time people search for them, so that you don't have to go look up on the internet to see if a certain store is open. I feel like this idea would be very beneficial and efficient to Apple users who are on the go all around the world. I wanted to start this discussion to see if any other Apple users feel the sa
1
0
471
Nov ’17
Integrating with places for maps
Hi, We are developing an application for directory syndication. We are looking to integrating with many services like google my business, yelp, foursquare, apple maps etc. It seems like there are no publicly documented APIs for apple maps. But some alternative products in the market like yext, uberall etc does seem to have an integration. Can someone please point me in the right direction to achieve this? Thanks in advance.
0
0
621
Apr ’22
Reply to INListCarsIntent and all new EV methods
Well, methods are now documented but implementing them doesn't result in any electric vehicle options showing up in Maps. The user guide suggests I should see these options here: https://support.apple.com/en-gb/guide/iphone/iphc5e3a4b4b/ios I've run out of options this point and I'm going to use a Developer Technical Support ticket to find out more. I can only assume that you either need special permissions or that the feature is not yet enabled.
Topic: App & System Services SubTopic: General Tags:
Sep ’20
Map offline
Bonjour,Je cherche une solution pour garder les map visible quand la connection 3G ou Wifi n'est pas présente.Une aide serait très apprécié.Jean-FrançoisHello,I am looking for a solution to keep the map visible when the 3G or Wifi connection is not present. Help would be greatly appreciated.Jean-François
0
0
301
Nov ’16
Resource already has a map
On a machine running Big Sur 11.2.1, I'm getting a flood of messages in my console of this format: 2021-02-11 10:10:53.942696-0700 0x2d2 Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) bool IOAccelResource2::map(): resource already has a map 2021-02-11 10:10:53.942861-0700 0x2d2 Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) bool IOAccelResource2::map(): resource already has a map 2021-02-11 10:10:53.992408-0700 0x2d2 Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) bool IOAccelResource2::map(): resource already has a map 2021-02-11 10:10:53.992560-0700 0x2d2 Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) bool IOAccelResource2::map(): resource already has a map 2021-02-11 10:10:53.992735-0700 0x2d2 Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) bool IOAccelResource2::map(): resource already has a map 2021-02-11 10:10:54.042439-0700 0x2d2 Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) bool IOAccelResource2::map(): resource alre
1
0
790
Feb ’21
Reply to In-App Purchase Question
The 3 part package violates one or another guideline. If you split it up you are ok.Scheduling the meeting may or may not require using IAP - I think it must use IAP but you could argue it is a real world service.The services of the real person guide cannot use IAP.The city map and lists must use IAP.So you need to split up the offering or give the map and lists and scheduling process away for free.
Mar ’18
Rotate Map
HiI am working on a walk tracking app adn would like to rotate the map so that when i am walking the map rotates so that my heading is always pointing to the top of the screen. I sort of have it working but the map keeps resetting back to normal rotation.private func startLocationUpdates() { // our delegate locationManager.delegate = self //sets the orintation of the phone locationManager.headingOrientation = .portrait // our type filter locationManager.activityType = .fitness //can be automotive locationManager.distanceFilter = 10 locationManager.startUpdatingLocation() // check to see if we can get a heading update if (CLLocationManager.headingAvailable()) { // 5 degree change before we update locationManager.headingFilter = 5 locationManager.startUpdatingHeading() } }I use the locationmanagers updateheading then set teh camera heading to thatmapView.camera.heading = newHeading.trueHeading mapView.setCamera(mapView.camera, animated: true)
Replies
1
Boosts
0
Views
869
Activity
Jul ’18
Map with direction Arrows
I need to set a direction arrow in between two annotaion points on apple map .I have latitude and longitude values , and placed custom annonations on map based on this value , then drew polylines to connect each annotations. The requirement is to show direction arrow on polyline . please give solutions for it .
Replies
0
Boosts
0
Views
468
Activity
Aug ’16
Suggestion for Maps on iPhone
I am the type of person who loves to search for food, drinks, shopping, travel, etc. on maps in order to find what I am looking for based on my location. However, I had an idea the other day that I think is worth sharing. A lot of times I will be looking up food places around 1:00 am or 2:00 am, and Maps will provide me with an abundance of fast food stores and restaurants near me. Although this is somewhat helpful, Maps usually provides me with places that are not currently open at the time I am searching for them. I believe that Maps would be extremely helpful if it could look up food places, stores, and other services that are currently open at the time people search for them, so that you don't have to go look up on the internet to see if a certain store is open. I feel like this idea would be very beneficial and efficient to Apple users who are on the go all around the world. I wanted to start this discussion to see if any other Apple users feel the sa
Replies
1
Boosts
0
Views
471
Activity
Nov ’17
MAP Protocol Connection
I would like to know whether MFI authentication is required to connect to Apple MAP protocol. Thank you very much!
Replies
0
Boosts
0
Views
573
Activity
Feb ’22
Integrating with places for maps
Hi, We are developing an application for directory syndication. We are looking to integrating with many services like google my business, yelp, foursquare, apple maps etc. It seems like there are no publicly documented APIs for apple maps. But some alternative products in the market like yext, uberall etc does seem to have an integration. Can someone please point me in the right direction to achieve this? Thanks in advance.
Replies
0
Boosts
0
Views
621
Activity
Apr ’22
Maps SDK
Is there any cost associated with using the maps SDK? If so, what costs are associated, and when do the begin to occur?Thanks
Replies
2
Boosts
0
Views
358
Activity
Oct ’15
Reply to INListCarsIntent and all new EV methods
Well, methods are now documented but implementing them doesn't result in any electric vehicle options showing up in Maps. The user guide suggests I should see these options here: https://support.apple.com/en-gb/guide/iphone/iphc5e3a4b4b/ios I've run out of options this point and I'm going to use a Developer Technical Support ticket to find out more. I can only assume that you either need special permissions or that the feature is not yet enabled.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’20
how to display app UI when Locking screen, just like Apple`s Map app
how to display app UI when Locking screen, just like Apple`s Map apphow to display app UI when Locking screen, just like Apple`s Map app
Replies
0
Boosts
0
Views
212
Activity
Jun ’16
Can an app download Apple map and satellite data to use later?
My mapkit app has to work in areas where there is no cell or internet service. Can mapkit download a local map or satellite image for later use in conjunction with GPS or saved locations?
Replies
3
Boosts
0
Views
1.2k
Activity
Dec ’22
CarPlay Certification Guide Whereabouts?
Anyone know where the CarPlay Certification Guide is located. I can't find it on MFi.
Replies
0
Boosts
0
Views
776
Activity
Aug ’23
Map offline
Bonjour,Je cherche une solution pour garder les map visible quand la connection 3G ou Wifi n'est pas présente.Une aide serait très apprécié.Jean-FrançoisHello,I am looking for a solution to keep the map visible when the 3G or Wifi connection is not present. Help would be greatly appreciated.Jean-François
Replies
0
Boosts
0
Views
301
Activity
Nov ’16
Maps color
Hi do you have any idea if there was something to do to costume the maps in grey at different color not the standard black and white tnks
Replies
0
Boosts
0
Views
855
Activity
Jan ’23
Maps have no sound with Bluetooth, but other mapping programs do.
I have a 2013 KIA which my iPhone 6s connects perfectly with bluetooth and programs like Waze all have voice directions, but IOS maps has no voice directions. Am I missing something the maps work fine on my 2016 KIA with CarPlay. and Waze works without CarPlay. I need voice as I find it a safety issue.
Replies
2
Boosts
0
Views
992
Activity
Jul ’16
Resource already has a map
On a machine running Big Sur 11.2.1, I'm getting a flood of messages in my console of this format: 2021-02-11 10:10:53.942696-0700 0x2d2 Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) bool IOAccelResource2::map(): resource already has a map 2021-02-11 10:10:53.942861-0700 0x2d2 Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) bool IOAccelResource2::map(): resource already has a map 2021-02-11 10:10:53.992408-0700 0x2d2 Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) bool IOAccelResource2::map(): resource already has a map 2021-02-11 10:10:53.992560-0700 0x2d2 Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) bool IOAccelResource2::map(): resource already has a map 2021-02-11 10:10:53.992735-0700 0x2d2 Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) bool IOAccelResource2::map(): resource already has a map 2021-02-11 10:10:54.042439-0700 0x2d2 Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) bool IOAccelResource2::map(): resource alre
Replies
1
Boosts
0
Views
790
Activity
Feb ’21
Reply to In-App Purchase Question
The 3 part package violates one or another guideline. If you split it up you are ok.Scheduling the meeting may or may not require using IAP - I think it must use IAP but you could argue it is a real world service.The services of the real person guide cannot use IAP.The city map and lists must use IAP.So you need to split up the offering or give the map and lists and scheduling process away for free.
Replies
Boosts
Views
Activity
Mar ’18