Search results for

Apple Maps Guides

151,754 results found

Post

Replies

Boosts

Views

Activity

Why do some apps like Strava use Apple Maps in iOS and Google Maps in android?
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?
6
0
7.3k
Feb ’18
DomToImage.toPng cannot render apple maps
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
0
0
1.2k
May ’23
Apple map public transit route
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,
0
0
405
Nov ’20
Use Apple Maps in our inbuilt App
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
0
0
366
Feb ’18
Reply to Apple Maps Server API invalid JWT token
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.
Jun ’24
Should a tour guide app use IAP or Apple Pay
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
0
0
377
Sep ’20
Draw-to-Route functionality in Apple Maps
hello I am Asmaa Atine I would like to suggest an improvement for the Apple Maps app. My idea is to allow users to draw the general path they would like to follow directly on the map with their finger, and then have the app automatically generate an optimized route that follows the drawn trajectory as closely as possible. This feature would be very useful in several situations, such as: • when the user wants to pass through a specific area but the suggested routes don’t match, • when they want to avoid certain places or include a particular spot, • or when they simply want a more flexible, intuitive way to customize a route. The concept would be: 1. the user draws a rough path on the map, 2. Apple Maps interprets the drawing, 3. and then proposes the best possible route based on that drawn line. I believe this would greatly enhance the flexibility of Apple Maps and provide a more intuitive way to create personalized routes. Thank you for
1
0
85
4w
iOS 9 Beta Apple Maps
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.
0
0
275
Jul ’15
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
470
Feb ’18
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 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
701
Aug ’22