Search results for

“Apple Maps Guides”

155,795 results found

Post

Replies

Boosts

Views

Activity

Maps web snapshots
I am using apple map web snapshots beta version to display map locations on a report I generate. There can be more than 10 map locations I need to display on the map. When I tried to load all those images images at once in a report the API returns me below response. {error:{message:Not Authorized,details:[]}} But same code works for a single image. Is there any limitation on the number of images I can retrieve simultaneously? Or should I follow any specific way for my attempt of using Apple Maps Web Snapshots?
4
0
959
Oct ’20
How to make use of the new channel and guide buttons on the iPhone's Apple TV remote
iOS and iPadOS 15 contain the new layout for the Apple TV remote in the control center. This new layout contains a guide button at the middle top and channel buttons on the right bottom of the remote. I'm currently making a live TV app and I'm interested in capturing the events from these buttons and taking the appropriate actions within the app, like displaying the TV guide view. So how do I capture the events from these buttons and do I need to do something to make these buttons appear/available when my app is active?
2
0
1.3k
Jun ’21
Map Kit
Hi everyone,i have a question regarding Map Kit.Is it possible to add a custom map to the scene instead of the standard googlemap?So i should fix my custom map anyhow to the google coordiantes!Do you have any idea?Thanks for your help.Best regardshauart
0
0
999
Jul ’18
📍 Inconsistent POI Visibility Between Apple Maps and MKLocalSearch / CLGeocoder
Summary: Hi! I'm experiencing an issue between what Apple Maps displays in the UI and what is accessible via MapKit APIs such as MKLocalSearch and CLGeocoder. Specifically, some verified and publicly visible businesses (with proper POI categories like .cafe) are not returned by coordinate-based POI searches or reverse geocoding, even when their exact address and coordinates are known. Repro Steps: In Apple Maps (iOS), search for Rustic Knead located at: 1130 State St, Lemont, IL 60439 Note that: The business appears visually on the map It is categorized as a cafe The address is 1130 State St Now in code, attempt both: A coordinate-based POI search using MKLocalSearch.Request(region:) A reverse geocoding lookup via CLGeocoder.reverseGeocodeLocation Example coordinates: latitude: 41.673604, longitude: -88.002295 Expected Behavior: Given the precise coordinates and Apple Maps showing the POI publicly, I expect either or both of the following: MKLocal
1
0
111
Apr ’25
Maps Entitlement issues
Hello All, I am new and would appriciate any advice/asistance from you seasoned folks. My recent binary was rejected by apple because they indicated I have the maps entitlement and my app does not use maps. Understandable, however I do not have maps in my entitlements file. I've gone through my app several times, Maps is OFF in capabilities tab and I confirmed maps is not listed in the entitlemant file - therefore I am at a loss.Any thoughts, Ideas, suggestion would be appriciated - thank you.Xcde: 7.1.1OSX: 10.11.6
0
0
387
Aug ’17
share map screenshot
i am developing a iphone/ipad application, and i want to know if i am allowed to share a map screenshot (photo) of a area that has my custom annotations and polyline drawn on it. I am using Apple Maps, and i want the user to be able to share this photo via sms,facebook...etc. Am i allowed to do this or is in violation of some terms of agreement of apple maps?thank you.
2
0
649
Nov ’15
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
Indoor Mapping
If I enroll in Indoor Maps, and provide Apple with detailed wi-fi positioning from the building, will iOS users inside that building get more accurate GPS results? I mean, will Apple use the data we provided to give better positioning? Or only if I'm using the MapKit (we already have an interface built, and would NOT be using Apple's).
2
0
1.6k
Apr ’22
Horizontal window/map on visionOS
Hi, would anyone be so kind and try to guide me, which technologies, Kits, APIs, approaches etc. are useful for creating a horizontal window with map (preferrably MapKit) on visionOS using SwiftUI? I was hoping to achieve scenario: User can walk around and interact with horizontal map window and also interact with (3D) pins on the map. Similar thing was done by SAP in their SAP Analytics Cloud app (second image from top). Since I am complete beginner in this area, I was looking for a clean, simple solution. I need to know, if AR/RealityKit is necessary or is this achievable only using native SwiftUI? I tried using just Map() with .rotation3DEffect() which actually makes the map horizontal, but gestures on the map are out of sync and I really dont know, if this approach is valid or complete rubbish. Any feedback appreciated.
2
0
549
Nov ’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
Maps web snapshots
I am using apple map web snapshots beta version to display map locations on a report I generate. There can be more than 10 map locations I need to display on the map. When I tried to load all those images images at once in a report the API returns me below response. {error:{message:Not Authorized,details:[]}} But same code works for a single image. Is there any limitation on the number of images I can retrieve simultaneously? Or should I follow any specific way for my attempt of using Apple Maps Web Snapshots?
Replies
4
Boosts
0
Views
959
Activity
Oct ’20
How to make use of the new channel and guide buttons on the iPhone's Apple TV remote
iOS and iPadOS 15 contain the new layout for the Apple TV remote in the control center. This new layout contains a guide button at the middle top and channel buttons on the right bottom of the remote. I'm currently making a live TV app and I'm interested in capturing the events from these buttons and taking the appropriate actions within the app, like displaying the TV guide view. So how do I capture the events from these buttons and do I need to do something to make these buttons appear/available when my app is active?
Replies
2
Boosts
0
Views
1.3k
Activity
Jun ’21
map is unavailable, use the 'map()' method on the sequence
I am having issues with Xcode 7 Beta 3, I am receiving the error 'map is unavailable, use the 'map()' method on the sequence'I am using Swift for this application with the frameworks; Parse, Firebase, Facebook iOS SDK InstalledAny help will be thanked,Thanks
Replies
1
Boosts
0
Views
569
Activity
Jul ’15
Map Kit
Hi everyone,i have a question regarding Map Kit.Is it possible to add a custom map to the scene instead of the standard googlemap?So i should fix my custom map anyhow to the google coordiantes!Do you have any idea?Thanks for your help.Best regardshauart
Replies
0
Boosts
0
Views
999
Activity
Jul ’18
📍 Inconsistent POI Visibility Between Apple Maps and MKLocalSearch / CLGeocoder
Summary: Hi! I'm experiencing an issue between what Apple Maps displays in the UI and what is accessible via MapKit APIs such as MKLocalSearch and CLGeocoder. Specifically, some verified and publicly visible businesses (with proper POI categories like .cafe) are not returned by coordinate-based POI searches or reverse geocoding, even when their exact address and coordinates are known. Repro Steps: In Apple Maps (iOS), search for Rustic Knead located at: 1130 State St, Lemont, IL 60439 Note that: The business appears visually on the map It is categorized as a cafe The address is 1130 State St Now in code, attempt both: A coordinate-based POI search using MKLocalSearch.Request(region:) A reverse geocoding lookup via CLGeocoder.reverseGeocodeLocation Example coordinates: latitude: 41.673604, longitude: -88.002295 Expected Behavior: Given the precise coordinates and Apple Maps showing the POI publicly, I expect either or both of the following: MKLocal
Replies
1
Boosts
0
Views
111
Activity
Apr ’25
Maps Entitlement issues
Hello All, I am new and would appriciate any advice/asistance from you seasoned folks. My recent binary was rejected by apple because they indicated I have the maps entitlement and my app does not use maps. Understandable, however I do not have maps in my entitlements file. I've gone through my app several times, Maps is OFF in capabilities tab and I confirmed maps is not listed in the entitlemant file - therefore I am at a loss.Any thoughts, Ideas, suggestion would be appriciated - thank you.Xcde: 7.1.1OSX: 10.11.6
Replies
0
Boosts
0
Views
387
Activity
Aug ’17
Apple maps isn’t working on ISO11 using a IPhone7
I’m currently using ISO11 on a iPhone 7. Every time I open the maps application it just keeps closing down. I can do the sesative touch but when it wants to open it up fully it just closes down. Any help welcome
Replies
0
Boosts
0
Views
467
Activity
Aug ’17
Reply to Is it possible to get the frequent locations history?
What you see in the Location & Maps Programming Guide is what you get. No you cannot access the OS's list of places the user has been, for obvious privacy reasons. You can define your own locations and do CLVisit tracking. That's what the article you linked is talking about I think.
Replies
Boosts
Views
Activity
Dec ’15
share map screenshot
i am developing a iphone/ipad application, and i want to know if i am allowed to share a map screenshot (photo) of a area that has my custom annotations and polyline drawn on it. I am using Apple Maps, and i want the user to be able to share this photo via sms,facebook...etc. Am i allowed to do this or is in violation of some terms of agreement of apple maps?thank you.
Replies
2
Boosts
0
Views
649
Activity
Nov ’15
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
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
Indoor Mapping
If I enroll in Indoor Maps, and provide Apple with detailed wi-fi positioning from the building, will iOS users inside that building get more accurate GPS results? I mean, will Apple use the data we provided to give better positioning? Or only if I'm using the MapKit (we already have an interface built, and would NOT be using Apple's).
Replies
2
Boosts
0
Views
1.6k
Activity
Apr ’22
Horizontal window/map on visionOS
Hi, would anyone be so kind and try to guide me, which technologies, Kits, APIs, approaches etc. are useful for creating a horizontal window with map (preferrably MapKit) on visionOS using SwiftUI? I was hoping to achieve scenario: User can walk around and interact with horizontal map window and also interact with (3D) pins on the map. Similar thing was done by SAP in their SAP Analytics Cloud app (second image from top). Since I am complete beginner in this area, I was looking for a clean, simple solution. I need to know, if AR/RealityKit is necessary or is this achievable only using native SwiftUI? I tried using just Map() with .rotation3DEffect() which actually makes the map horizontal, but gestures on the map are out of sync and I really dont know, if this approach is valid or complete rubbish. Any feedback appreciated.
Replies
2
Boosts
0
Views
549
Activity
Nov ’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
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