Search results for

Apple Maps Guides

149,485 results found

Post

Replies

Boosts

Views

Activity

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
975
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
67
Apr ’25
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
607
Nov ’15
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.5k
Apr ’22
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
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
491
Nov ’24
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
174
Sep ’16
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
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
725
Nov ’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
273
Sep ’15