Apple Maps Guides

126,105 results found

Post not yet marked as solved
6 Replies
6.9k Views
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?
Posted
by
Post not yet marked as solved
0 Replies
457 Views
Hello, I'm developing application to load map view in apple watch app But my question is1.Is this possible to use Google SDK to load map instead of using WKInterfaceMap like using GMSMapView instead MKmap?2. what are all the features of apple map would cost?
Posted
by
Post not yet marked as solved
1 Replies
317 Views
Using Alpine ILX-700, Apple Maps became unavailable just after the iOS 8.3 update. However Siri responds to route request (in Turkish language) by stating that Apple Maps is unavailable at the moment (in Turkish) Any information about Apple Maps via Carplay in Turkey? Is it a Siri related issue? Could it be a licensing issue?
Posted
by
Post not yet marked as solved
18 Replies
I agree, but I'm not changing anything about the legal button itself, just moving it so that users can actually see it and click it. Also, if Apple has done it here: https://developer.apple.com/ios/human-interface-guidelines/views/maps/, in their own Human Interface Guidelines for iOS, then I think it is allowed, and completely okay. Besides, the map is not there in my app to guide the user.
Post not yet marked as solved
0 Replies
484 Views
Hi experts,I want to create a custom build Bluetooth enabled OLED display for showing turn-by-turn information when using the Apple map. This very small device will only show text like “Left in 300m” etc.My question is - is there any way to integrate with Apple map on iOS and some how read out these details? I’m not sure but I think I have seen something like this in a car where the car display show something similar.If I cant find a solution I can always create my own simple Navigation app and use the BLE to send details to my device but I would prefer not to develop a navigation app also.RegardsMichael
Posted
by
Post not yet marked as solved
0 Replies
200 Views
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
Posted
by
Post not yet marked as solved
3 Replies
If you wish to do this properly, see this tread on the Apple forums which links to this guide about Using a Link Map to Track Down a Symbol’s Origin but also contains a few additions to the guide. However, you can also try your luck and just do a text search for each API through your pods and see what comes up, but you've no guarantee you haven't missed something.
Post not yet marked as solved
0 Replies
327 Views
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,
Posted
by
Post not yet marked as solved
0 Replies
979 Views
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
Posted
by
Post not yet marked as solved
0 Replies
290 Views
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
Posted
by
Post not yet marked as solved
0 Replies
292 Views
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
Posted
by
Post not yet marked as solved
0 Replies
217 Views
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.
Posted
by