My questio regards the use of Apple MapKit across devices.Can someone clarify whether MapKit can be used in Android devices (or at least, whether there is an agreement with Google Maps)?I know that Google Maps can be used in iOS devices but I can see some apps like Strava use Apple Maps in iOs and Google maps in android -- why would they do this (they could just do all google maps if they had to pay a license)? To me it seems that with the MapKit API there must therefore be some agreeement with Google Maps?
Search results for
Apple Maps Guides
149,419 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I upgraded to IOS 18 earlier this week. When I used Apple Maps on Carplay last night, Siri would only say that it was looking for directions. The destination never came through CarPlay. It should have been an easy one, as I was taking someone to the airport to fly to Atlanta.
I have an angular 13 leaflet application that can display OpenStreetMap, google, bing and apple maps. I have a function which uses DomToImage.toPng to generate an image of the currently displayed map. This works as expected with OpenStreetMap, google and bing. However, with apple maps, the maps are rendered as a solid grey. There are no exceptions shown in the console as one might expect from a tainted canvas. Loading the map: if ( this.appleMapsApiKey !== 'n/a' ) { ml.layer = (L as any).mapkitMutant ({ type: 'hybrid', // valid 'type' are 'standard', 'satellite', 'hybrid', 'muted' authorizationCallback: function(done) { // console.log ( 'Apple Maps Authorization Callback with ' + outerThis.appleMapsApiKey ); done ( outerThis.appleMapsApiKey ); }, language: 'en', attribution: '© ' + ml.name, debugRectangle: false, opacity: 1, minzoom: 3, maxzoom: 23 }); } Saving the map as a .png this.swlDataUrl = null; const node = docum
Hi, I'm developing an app where I need to draw public route polylines on map. I can draw .automobile polylines, but when I chose .transit, it won't show anything on the map. I'm wondering how I can get a public transit route and estimate time as a JSON file and draw a route on a map? How apple map does show very clear and nice step by step routes? Thank you,
Hi, How can I get the public transit polylines on map when I add a destination with bus number, estimate time and other things which apple map shows? Thank you
In order to call Apple Maps Server APIs directly (e.g., using curl), you need to use a Maps Access Token. You can generate this token by following the documentation. Once you have generated the Maps Access Token, you can use it to call Apple Maps Server APIs as described in the API documentation. eg Geocode an address Example: Generate a Maps Access Token using your maps_auth_token (which is the jwt token you generated): curl -si -H Authorization: Bearer https://maps-api.apple.com/v1/token Call Apple Maps Server API: curl -si -H Authorization: Bearer https://maps-api.apple.com/v1/geocode?q=Apple%20Park%2C%20Cupertino%2C%20CA Please note that the Maps Access Token is valid for 30 minutes. For additional troubleshooting regarding invalid tokens, please refer to the Debugging an Invalid token guide.
Topic:
App & System Services
SubTopic:
Maps & Location
Tags:
Hi Team, We are reaching out to you from ZS Associates India Pvt. Ltd. We want to integrate the Apple Maps in our inbuilt iOS application and wanted to understand the legal/technical aspects of the same. Can you please route this email to the concerned team in Apple Inc.? Please find below list of questions at our end – 1. We have read in developer forums that there is no licensing cost involved in integrating Apple Maps in third party applications. Can you confirm the same?, 2. We wanted to also understand the limit in no. of transaction third party application can make to Apple Maps?, 3.We already have Apple Developer Program License agreement with Apple. Is there of any additional agreement/license required to use integrate Apple Maps in our application?. Kindly let us know your thoughts for the same. Contact us on – prasanth.u@zs.com
I'm having difficulty understanding whether a tour guide app should use IAP to purchase tours or Apple Pay. My app has tour listings which the end user (iOS users) can enroll into by purchasing the tour event. They can view listings but not details of the tour until they purchase. Once purchased, the tour can be accessed and the app guides them to physically travel to a location via a map. Once they reach the location, the app will show description about the location and then point to the next destination. The tour is created by clients (web app users) who set up the tour, put pinpoints on a map and descriptions about locations in the tour. What I don't understand is whether this type of payment is covered by IAP or is it considered an external service and Apple pay will suffice. I also do not see a way to create IAP items for created tours on the web (no JS sdks to access and create IAP items). I don't believe they are covered by consumable/non-consumable
I think in one of the betas for us developers in apple maps we need a new feature inside of maps that actully has a speed limit sign an that tell how fast we are going just giving someone a bright idea please make it happen some how.
My company, business listing, and can you help me with an API that can be used for business listings of apple maps?
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...
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
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
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!
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.