Search results for

“Apple Maps Guides”

155,756 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
476
Feb ’25
Google and Apple maps in the same app: is it allowed ?
Hi!I build app which is uses Apple Map Kit. All works fine. But some of my customers would have maps from Google. What is the best way:1. Build another app (fork) with Google map kit. 2. Modify current app by adding Google map functionality with toggle switch (Apple Map/Google Map). No problem to do this for me, i have protocol oriented application with possibility to change one map kit to another( i though about map replacement at design time).But it seems for me(but i dont sure ) that i could get troubles with Google license agreement. Google agreements doesnt allow use Google map with other Maps in one app in some cases. What do you thinl about this ? Is it allowed to have 2 map kits in one IOS apps ? Whicj way is the best ? Thanks, Pavel
0
0
1.3k
Jul ’18
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
497
Jun ’15
Apple Maps API Question for my APP
Hi there, I was previousy using GOOGLE PLACES API for my new app. However the performance was really inconsistent. I would really like to use the Apple Maps API but want to make sure it will work for what I want it to do. Our app is designed to make deciding on where to eat eas and enjoyable for users. So we need users to see restaurants that are nearby, search restaurants and see their info (hours of operations, contact info, address) and save restaurants to their favorites list. Is this doable with the Apple Maps API? And with how I want to use it would I be compliant? Thank you!
1
0
718
Aug ’22
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
559
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.6k
Sep ’22
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
568
Nov ’18
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
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
Replies
5
Boosts
0
Views
476
Activity
Feb ’25
Yelp/Apple Map Popup
When searching for some businesses in in Safari on an iphone, it'll show the business popup at the top for the yelp reviews and a link to maps. How can I add this for business?
Replies
0
Boosts
0
Views
611
Activity
Oct ’20
Apple Maps Navigation with CarPlay
Hey everyone,I've tried to navigate with maps during CarPlay connection. Unfortunately my position isn't moving during connection.Have any other the same issues?
Replies
3
Boosts
0
Views
1.2k
Activity
Jun ’16
Google and Apple maps in the same app: is it allowed ?
Hi!I build app which is uses Apple Map Kit. All works fine. But some of my customers would have maps from Google. What is the best way:1. Build another app (fork) with Google map kit. 2. Modify current app by adding Google map functionality with toggle switch (Apple Map/Google Map). No problem to do this for me, i have protocol oriented application with possibility to change one map kit to another( i though about map replacement at design time).But it seems for me(but i dont sure ) that i could get troubles with Google license agreement. Google agreements doesnt allow use Google map with other Maps in one app in some cases. What do you thinl about this ? Is it allowed to have 2 map kits in one IOS apps ? Whicj way is the best ? Thanks, Pavel
Replies
0
Boosts
0
Views
1.3k
Activity
Jul ’18
Apple maps Points of interest
Hello, I'm wondering if it's possible to select the points of interest that are displayed in the mapview, if not, is there a way to find all the points of interest near the users location and display them on the map? Thanks.
Replies
1
Boosts
0
Views
2.9k
Activity
Jul ’16
Apple map parking timer and alarm
Hi,The car parking feature on apple maps shows how long the car has been parked .However can the feature to set an alarm/ timer can be added to it ?BR// AB
Replies
0
Boosts
0
Views
426
Activity
Jan ’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!
Replies
0
Boosts
0
Views
497
Activity
Jun ’15
Apple Maps API Question for my APP
Hi there, I was previousy using GOOGLE PLACES API for my new app. However the performance was really inconsistent. I would really like to use the Apple Maps API but want to make sure it will work for what I want it to do. Our app is designed to make deciding on where to eat eas and enjoyable for users. So we need users to see restaurants that are nearby, search restaurants and see their info (hours of operations, contact info, address) and save restaurants to their favorites list. Is this doable with the Apple Maps API? And with how I want to use it would I be compliant? Thank you!
Replies
1
Boosts
0
Views
718
Activity
Aug ’22
Apple Maps App crashes
Any Idea why my Maps App crashes after updating from iOS14 beta to beta2? iPad Pro 12” Thanks very much for any idea ;-) Arnd
Replies
2
Boosts
0
Views
978
Activity
Jul ’20
Reply to MKAnnotation callout view not working
Apologies - The Location and Maps Programming Guide covers this, and it's clearly not as straightforward as I had hoped.
Replies
Boosts
Views
Activity
Oct ’17
Apple maps
The app is opening ordinarily but when I tap the search bar it closes and even when i press on the app too long and tap search nearby it opens and closes instantly. Any explanations? And solutions?
Replies
0
Boosts
0
Views
197
Activity
Jul ’20
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
Replies
1
Boosts
0
Views
559
Activity
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
Replies
1
Boosts
0
Views
1.6k
Activity
Sep ’22
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
Replies
0
Boosts
0
Views
568
Activity
Nov ’18
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,
Replies
6
Boosts
0
Views
5.2k
Activity
Feb ’19