Search results for

Apple Maps Guides

149,421 results found

Post

Replies

Boosts

Views

Activity

A symbol on Apple Maps, how can I show it in MapKit
The easiest way to explain this is to show it. On any device, open Maps, set it to Driving (which will show traffic). Go to Baltimore Maryland. In the water just south east of the city there is a bridge (Francis Scott Key Bridge). . On Apple Maps the road is colored dark red. At certain zoom levels, there is a button (red circle with a white - in it). When you click on that button, it says 1 Advisory (Road Closed). How do I show this button on my map. My map shows the dark red color, but no button appears. The only advisory that I've been able to find is when you create a route. Of course you can't create a route over a road that fell into the water. struct ContentView: View { @State private var position = MapCameraPosition.region( MKCoordinateRegion( center: CLLocationCoordinate2D(latitude: 39.22742855118304, longitude: -76.52228412310761), span: MKCoordinateSpan(latitudeDelta: 0.05407607689684113, longitudeDelta: 0.04606660133347873) ) ) var body: some View { Map
5
0
386
Feb ’25
Apple pie map method
Hello everyone, I am stuck about this goal.«Learn about the map method, and use it in place of the loop that converts the array of characters to an array of strings in updateUI().»I have read Documentation and other forums, but still al my tries did not work.// change loop below to map method for letter in currentGame.formattedWord { letters.append(String(letter)) } let wordWithSpacing = letters.joined(separator: ) correctWordLabel.text = wordWithSpacing scoreLabel.text = Wins: (totalWins), Losses: (totalLosses) treeImageView.image = UIImage(named: Tree (currentGame.incorrectMovesRemaining)) }Thanks for help
0
0
419
Apr ’20
Apple Maps API: coloring & quotas
It seems like the Maps API has the basics that competitors like Google Maps, Bing, HERE, and MapBox all have but I can't find anything on coloring Apple Maps via the API. For example, I'd like to differentiate my maps by changing the colors of the roads, shades of park and other territory, bodies of water, etc. Is this possible with the Apple Maps API?I also can't find much in the way of quotas. It seems the Local Search is limitless, is this the case and are there any API call quotas for Apple Maps via the API?Thanks!
0
0
474
Jun ’15
is it possible to close apple maps via notification?
My current predicament is the following: The app that I'm developing will first open the apple maps to show the user the directions to go to the destination from the current location. The app posts a notification when the user has reached the destination and on clicking the notification the apple maps app is put into the background. My question is that when the app is shown in the foreground, is it possible to programmatically end the navigation in the apple maps app? I want to do this since the user is still shown the previous route on calling apple maps again with the new route
0
0
553
Nov ’18
How to correct the name of the street on the Apple map
Is anybody who can help to correct the name of the street Grant Vardanyan in English language on the Apple map? The street is situated in Masis town, Armenia. Latitude 40.0634, Longitude 44.3389.The postal code is 0802. The first name of the street is Hrant not Grant. The first letter of the first name is (H), and not (G). There is a misspelling. Right spelling is Hrant with (H), not with (G) Grant. Link in Map (https://maps.apple.com/place?address=Grant%20Vardanyan%20street%2C%20Armenia&ll=40.064079%2C44.398792&q=Marked%20Location&_ext=EiYpvnTXN5sHREAxpznU%2FUoyRkA5PEr9k8EIREBB%2FWeFnMszRkBQBA%3D%3D&t=m&fbclid=IwAR3S2kvGn6yxIA3MM8duRmQ_4BCUIuAtqLl175jO0WbwHym0dVxod0DErzI I also want to share with you other maps links where the Hrant Vardanyan street (in Masis town) is written (spelled) correctly. Maybe these links will help the internal team to work on our issue. See the attached links: Google map - https://www.google.com/maps/place/Hr
1
0
541
Nov ’21
Apple iOS Does Not Support SVG Maps
I have developed an embedded svg map with links on it to display booking availability, but Apple iOS is unable to process the colors or the links. I used an svg map with a links wrapped around entries. The map displays perfectly on Windows/Android, but all Apple iOS devices I've tested (Macbook Pro and iPhone, multiple browsers) are unable to process the colors and links. Any advice on how to proceed (or convert the html map into something Apple devices can actually load) would be greatly appreciated. Apple support told me they do not offer support for issues such as this. Map: https://hsfm-booking-maps.s3.amazonaws.com/Farmer%27s+Market+-+Sunday%2C+October+2nd%2C+2022
1
0
1.5k
Sep ’22
Why do only some businesses show up in Apple Maps?
Sorry if this turns out to be the wrong area to post this, it seemed themost relevant.I'm getting our business set up in Apple Maps and Yelp. I notice that in Apple Maps each business is represented by an icon, sometimes specific to the industry but sometimes a generic grey donut. The problem is, not all businesses show up in Apple Maps all the time. I'm sitting in a coffee shop in a mini mall that has 19 stores. If I look at Apple Maps at the highest resolution, I see icons for 6 of the 19 businesses. If I search for one of the ones that's missing it will usually find it and will then display the icon and business listing as normal.What controls whether a specific business will show up in the highest-resolution quiescent Apple Maps view, even if you've not searched for it explicitly?The situation gets more severe as you pinch your fingers to shrink the map scale. Now, since the map resolution is lower,
6
0
5.2k
Feb ’19