Search results for

“Apple Maps Guides”

163,041 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
879
Jul ’18
Maps stopped displaying
A few weeks ago I started learning how to use MapKit js and all seemed well. I got the ID, Key & token all fine. Pulled up my first map and proceeded to add features which resulted in just the map I wanted. However, the weekend just gone I updated my server from http to https (or should I more accurately say my Internet Provider did the upgrade!). Anyway my map no longer displays the mapping data, my stuff is there but no Apple Maps. So I thought that as I specified a domain name originally, I would create a new ID, key and token, just incase. But that does not seem to work either. Any ideas?
2
0
552
Nov ’20
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
474
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
626
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
302
Nov ’16
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
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
794
Feb ’21
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
879
Activity
Jul ’18
Maps stopped displaying
A few weeks ago I started learning how to use MapKit js and all seemed well. I got the ID, Key & token all fine. Pulled up my first map and proceeded to add features which resulted in just the map I wanted. However, the weekend just gone I updated my server from http to https (or should I more accurately say my Internet Provider did the upgrade!). Anyway my map no longer displays the mapping data, my stuff is there but no Apple Maps. So I thought that as I specified a domain name originally, I would create a new ID, key and token, just incase. But that does not seem to work either. Any ideas?
Replies
2
Boosts
0
Views
552
Activity
Nov ’20
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
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
625
Activity
Feb ’22
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
474
Activity
Nov ’17
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
365
Activity
Oct ’15
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
626
Activity
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:
Replies
Boosts
Views
Activity
Sep ’20
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
805
Activity
Aug ’23
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
213
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
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
302
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
906
Activity
Jan ’23
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
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
794
Activity
Feb ’21