Search results for

Apple Maps Guides

149,432 results found

Post

Replies

Boosts

Views

Activity

I have a great idea to incorporate into the Apple Maps menu.
Why don’t you guys add a weather feature into your Apple Maps? It’s simple really, let’s say you take set up your maps and it’s set to the location you’re going too and you can check how the weather will be like during said trip. Allowing users to prepare accordingly. I think it’s a great idea that can be incorporated into Apple Maps and all I ask in return is 5% of all profits.
0
0
256
Nov ’20
Business Listings on Apple Maps
I have two questions below: Are there any api's through which i can claim or add/update business listings via my web or app , if so please let me know the link of documentation with pricing link (if any) ? Also if i have to add multiple listings on map , is there any bulk sheet upload method on your site , if so please let me know about the same.
0
0
1.7k
Dec ’22
How to create an intent that Apple Maps knows about?
I asked a question similar to this earlier, but I think this is probably the better question. I have a food-ordering app. When the user wants to pick up food, I'd like for Apple Maps to automatically display the location of the restaurant that the user is driving to. Calendar does something similar. If there is an event that is soon, the location in the calendar-event shows up in Apple Maps. I'd like to do the same thing. So, when the user makes an order, they'll need to drive to the location fairly quickly. So, I'd like to launch Apple Maps, see the location of the restaurant where I'm picking up food, and then get directions to it. Bonus points if this also works when I have CarPlay.
0
0
75
May ’25
How to provide an "Order" button for a restaurant in Apple Maps
I noticed that when searching for restaurants in the Apple Maps app, some restaurants have an Order button. In one of the cases that I looked at, it launches Yelp. If I were to build an app for a specific restaurant, and that restaurant offered takeout ordering within the app, then I'd rather have Apple Maps launch my app, instead of Yelp. How would I do that? Having trouble finding the APIs for this. I still would like the Order button right there, as it's very useful. I'd just rather it launch my app (assuming it's installed on the user's device).
0
0
1k
Sep ’21
Associating App Clips to Apple Map Location
Question: Does anyone have experience or documentation on how to get an App Clip to show on Apple Maps for a location? What I've tried: I have tried to associate my App Clip with an Apple Maps location. We are working with a physical restaurant that has an Apple Maps location, our full app is listed there but not the App Clip. I've gone through the steps of setting up the Advanced App Clip Experience and giving it the location we want it associated with, and have gone through Apple Business Connect and done all the setup there to get the full app to show with the location, but the app clip still does not show. I've contacted Apple Support and they gave me the criteria of The App Clip is hosted within the app and The app is associated to the same physical location. When asking for clarification with the first criteria they said they could help and closed the chat.
2
0
825
Dec ’23
Get workouts with map on apple watch simulator
Hi! I am trying to build a fitness app and running it on an iPhone simulator. So far, the app is working and can detect workouts and display them. Now, I want to make the app work for workouts that have a map but I couldn't find how to add a map or any other kind of data without recording it on the apple watch which I can't do because there is no workout app displayed on the simulated watch. Thanks.
0
0
580
Jul ’23
Apple Maps Direction Turn by Turn IOS
Hii all,First, I'm working on create maps navigation App using Apple Maps. This maps will show line for specific route. The problem is that possible to show Turn By Turn direction flags just for Turn Left or Turn Right etc so i can show the image for the direction. Because based on my code bellow, in the response i just found Instruction field that contain full instruction sentence like Turn right onto ABC Street. So i cannot get only direction for showing the image.If i see on google maps direction API, the results have field name Maneuver thats contains only Trun-left sentences. So where i can find that in Apple Maps API ?I Already using MKDirections for getting route information.var request = new MKDirectionsRequest{ Source = sourceItem, Destination = destItem, RequestsAlternateRoutes = false, TransportType=MKDirectionsTransportType.Automobile };try { var directions = new MKDirections(request); var response = await directions.CalculateDirection
5
0
2.6k
Nov ’17
Apple Extended Keyboard not mapping
I just connected a new wireless apple extended keyboard to my macbook pro Mac OS 10.15 and it doesn't seem to recognize that it is an extended keyboard, so the key mappings are incorrect. I have searched keyboard preferences and even tried setting US Extended Keyboard but none of these fix the problem. I also brought up the virtual keyboard and don't see it reflect the extended keyboard (is this expected behavior?)
0
0
266
Jun ’19
New Apple iOS9 Maps Transit
Hi, my name is Carina and i'm a Design and Multimedia student. In the last year i´ve been developing a new transit map for Coimbra City, in Portugal. Yesterday i saw the presentation of the new ios9 app, where they talk about an application focus on transit maps in wich i have some information. I would like to know if i can colaboratte in the development of this applicantion. Thank you, Carina.
1
0
302
Jun ’15
Map Navigating - Observer
Hi,I want to implement the following, please guide what is the best approach to implement1. Using Apple or ArcGIS Map, navigate the map through observer2. When navigate the map, execute more query and get the result3. My question is how to execute query and get the result. After the result, post the notification. Example: I have 3 query and 3 result. after 3 result, post the notification.Thanks for your support
0
0
530
Aug ’18