Search results for

“Apple Maps Guides”

163,030 results found

Post

Replies

Boosts

Views

Activity

Apple Maps app, wants to Open Google Maps in OUR custom ios app
problem is in IOS which is when someone sends location on whatsapp and open that location in Apple maps then click on direction button with Car icon in the callout info view appears on the marker... it asks you to go to 3rd party apps like Open In Google Maps in the action sheet... when I click on this button it tries to open google maps in ONE MINUTE (our app name that is using google maps),this alert comes always DO YOU WANT TO OPEN GOOGLE MAPS IN ONE MINUTE?Because of this many people have deleted application because they want to use google maps and it opens in Our application. that is big loss for us...
0
0
495
Feb ’18
Apple Maps: MKLocalSearchCompleter
Hello Team,Greetings of the Day 🙂We are using Apple maps in our application. We have a requirment to find the nearby Airports by passing keyword Airport using MKLocalSearchCompleter. Which returns major airports list only, But as per reuirement we need Regional + Nearby Major Airport list.For Example:We are searching for Tulsa city Nearby Airports:We are getting the below results:Will Rogers World AirportMax Westheimer AirportTulsa International AirportAustin-Bergstrom International AirportDallas/Fort Worth International AirportGeorge Bush Intercontinental AirportDenver International AirportKansas City International AirportDallas Love FieldMcCarran International AirportNorthwest Arkansas Regional AirportSt. Louis Lambert International AirportWichita Dwight D. Eisenhower National AirportLawton-Fort Sill Regional AirportAbove airports are not coming along with Regional airport also some are very far from this place. Please suggest me What is the best way to get the more accurate data in respe
2
0
686
Sep ’17
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
535
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
460
Apr ’20
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
518
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
805
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
636
Nov ’21
Apple Maps app, wants to Open Google Maps in OUR custom ios app
problem is in IOS which is when someone sends location on whatsapp and open that location in Apple maps then click on direction button with Car icon in the callout info view appears on the marker... it asks you to go to 3rd party apps like Open In Google Maps in the action sheet... when I click on this button it tries to open google maps in ONE MINUTE (our app name that is using google maps),this alert comes always DO YOU WANT TO OPEN GOOGLE MAPS IN ONE MINUTE?Because of this many people have deleted application because they want to use google maps and it opens in Our application. that is big loss for us...
Replies
0
Boosts
0
Views
495
Activity
Feb ’18
Apple Maps: MKLocalSearchCompleter
Hello Team,Greetings of the Day 🙂We are using Apple maps in our application. We have a requirment to find the nearby Airports by passing keyword Airport using MKLocalSearchCompleter. Which returns major airports list only, But as per reuirement we need Regional + Nearby Major Airport list.For Example:We are searching for Tulsa city Nearby Airports:We are getting the below results:Will Rogers World AirportMax Westheimer AirportTulsa International AirportAustin-Bergstrom International AirportDallas/Fort Worth International AirportGeorge Bush Intercontinental AirportDenver International AirportKansas City International AirportDallas Love FieldMcCarran International AirportNorthwest Arkansas Regional AirportSt. Louis Lambert International AirportWichita Dwight D. Eisenhower National AirportLawton-Fort Sill Regional AirportAbove airports are not coming along with Regional airport also some are very far from this place. Please suggest me What is the best way to get the more accurate data in respe
Replies
2
Boosts
0
Views
686
Activity
Sep ’17
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
535
Activity
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
Replies
0
Boosts
0
Views
460
Activity
Apr ’20
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
627
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 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
993
Activity
Jul ’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
518
Activity
Jun ’15
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
3.0k
Activity
Jul ’16
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
805
Activity
Aug ’22
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
449
Activity
Jan ’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
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
636
Activity
Nov ’21
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
205
Activity
Jul ’20