Search results for

“Apple Maps Guides”

155,802 results found

Post

Replies

Boosts

Views

Activity

Tile Map Node
I want to create a 2D game platformer on Swift like Mario, and I want to use Tile Map Node. Can I give this Map physical settings, for example let the player be able to run on the textures? Or should I use borders and make lines for all maps by commands? I was looking for some information on the web, but I found only Cocos2D and non-platformers. If yes what code should i use?
0
0
524
Aug ’17
App Clip launch from Maps
Hello, I set up multiple Advanced App Clips experiences with some attached to locations in Apple Maps. But it never appears on those locations in the Maps app. However, the App Clips perfectly launch when scanned from a QR Code, but the App Banner in Safari does not appear if the App is not already installed on my phone. Does anyone know how to debug and fix this issue? Or maybe I am missing something, a review of such Advanced App Clips Experiences linked to Maps perhaps?
3
0
1.9k
Sep ’20
"Could not display guide" message
I created a swiftpm project with Xcode Version 13.4.1 (13F100). I changed the target from the default created by Xcode to this: targets: [ .executableTarget( name: App, path: App ) ] I also changed the package version to 5.6 to match the AboutMe Package file. I also created an App directory and moved all my files (bar the Package.swift file) to it, and I also created a Guide folder and created a Guide.tutorial file based on the example in the WWDC video. I've turned on Author Debugging Mode (this is on Swift Playgrounds on the Mac, I'll try later on Swift Playgrounds on the iPad), but I get no messages other than the Could not display guide. Try reopening the current project... I also get a build error that just says Building failed What am I missing?
2
0
2.6k
Jun ’22
Add Paths to Maps
We have a multi-use path system in Peachtree City, Georgia. One of the main uses is for golf carts, I would like to add the paths to Maps. Many people use electric golf carts, ride bikes and walk instead of driving a car. It would be great for these paths to be accessible in Maps. Any suggestions on how to do that?
0
0
477
Jul ’21
Reply to Detect click in CarPlay with UIKit?
Please see page 30 of the CarPlay App Programming Guide (https://developer.apple.com/carplay/documentation/CarPlay-App-Programming-Guide.pdf ), under 'Base View': The base view must be used exclusively to draw a map, and may not be used to draw alerts, overlays, or other UI elements. All UI elements that appear on the screen, including the navigation bar and map buttons, must be implemented using the provided templates. Your app won’t receive direct tap or drag events in the base view.
Topic: UI Frameworks SubTopic: UIKit Tags:
Feb ’21
Maps API limit
Hello! Has anyone had any experience with Apple Maps API, passing their daily calls limits? I have asked for an increase since my website today went live, and tomorrow is usually a busy day for the site, so dont want it to go offline. Does it automatically increase? I have already requested more calls from Apple, but wanted to check how long it would take before you get a reply, and if you need to pay more. Any details would be really helpful!!
0
0
629
Nov ’20
Reply to Swift Tour contains an experiment wherein one must call a function that returns only odd numbers.
Within the 'The Swift Programming Language iBook, the Language Guide can be used alongside The Tour, if more detailed explanations are required. The 'Basic Operator' section of the Language Guide defines the remainder operator, %, which, in conjuction with the .map method, enables location of the odd-numbered values within the array. Any integer, when divided by 2, produces a remainder of either 0 or 1. Odd integers contain a remainder of 1. Once located, operations can be performed upon the integers, mutating the values within their respective indices in the array.
Topic: Programming Languages SubTopic: Swift Tags:
Feb ’18
Tile Map Node
I want to create a 2D game platformer on Swift like Mario, and I want to use Tile Map Node. Can I give this Map physical settings, for example let the player be able to run on the textures? Or should I use borders and make lines for all maps by commands? I was looking for some information on the web, but I found only Cocos2D and non-platformers. If yes what code should i use?
Replies
0
Boosts
0
Views
524
Activity
Aug ’17
Is there a uiscrollview programming guide that is written is swift?
I'm pretty new to ios development and have some elementary knowledge of Swift, but totally uninitiated to Objective C. Is there a uiscrollview programming guide that is written is swift? The one that I can find on Apple site is written in Objective C.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
1
Boosts
0
Views
205
Activity
Jul ’15
Certificate mapping to profile
I'm already having the one application on appstore. I need to publish the one more app. Can I map the same certificate to map for newer profile ? So that it get listed under the same company.
Replies
0
Boosts
0
Views
391
Activity
Aug ’19
App Clip launch from Maps
Hello, I set up multiple Advanced App Clips experiences with some attached to locations in Apple Maps. But it never appears on those locations in the Maps app. However, the App Clips perfectly launch when scanned from a QR Code, but the App Banner in Safari does not appear if the App is not already installed on my phone. Does anyone know how to debug and fix this issue? Or maybe I am missing something, a review of such Advanced App Clips Experiences linked to Maps perhaps?
Replies
3
Boosts
0
Views
1.9k
Activity
Sep ’20
What is the difference between Bottom Space to Bottom Layout Guide and Vertical Spacing to Bottom Layout Guide in Interface Builder?
What is the difference between Bottom Space to Bottom Layout Guide and Vertical Spacing to Bottom Layout Guide in Interface Builder?
Replies
3
Boosts
0
Views
406
Activity
May ’16
"Could not display guide" message
I created a swiftpm project with Xcode Version 13.4.1 (13F100). I changed the target from the default created by Xcode to this: targets: [ .executableTarget( name: App, path: App ) ] I also changed the package version to 5.6 to match the AboutMe Package file. I also created an App directory and moved all my files (bar the Package.swift file) to it, and I also created a Guide folder and created a Guide.tutorial file based on the example in the WWDC video. I've turned on Author Debugging Mode (this is on Swift Playgrounds on the Mac, I'll try later on Swift Playgrounds on the iPad), but I get no messages other than the Could not display guide. Try reopening the current project... I also get a build error that just says Building failed What am I missing?
Replies
2
Boosts
0
Views
2.6k
Activity
Jun ’22
Add Paths to Maps
We have a multi-use path system in Peachtree City, Georgia. One of the main uses is for golf carts, I would like to add the paths to Maps. Many people use electric golf carts, ride bikes and walk instead of driving a car. It would be great for these paths to be accessible in Maps. Any suggestions on how to do that?
Replies
0
Boosts
0
Views
477
Activity
Jul ’21
AR Heat Map
How do I trace a map on the floor as the user walks through their house, like a trail or heatmap, and then save this trail to CoreData Would it be possible to load and view this map later in the same spot? Or rescan the trail in the same area?
Replies
0
Boosts
0
Views
654
Activity
Jul ’23
When will Austin, TX Mapping be Available?
When will Austin, TX Mapping be Available-- in particual the Domain Area surrounding the Apple Store?
Replies
3
Boosts
0
Views
569
Activity
Jun ’20
Reply to Detect click in CarPlay with UIKit?
Please see page 30 of the CarPlay App Programming Guide (https://developer.apple.com/carplay/documentation/CarPlay-App-Programming-Guide.pdf ), under 'Base View': The base view must be used exclusively to draw a map, and may not be used to draw alerts, overlays, or other UI elements. All UI elements that appear on the screen, including the navigation bar and map buttons, must be implemented using the provided templates. Your app won’t receive direct tap or drag events in the base view.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’21
Maps API limit
Hello! Has anyone had any experience with Apple Maps API, passing their daily calls limits? I have asked for an increase since my website today went live, and tomorrow is usually a busy day for the site, so dont want it to go offline. Does it automatically increase? I have already requested more calls from Apple, but wanted to check how long it would take before you get a reply, and if you need to pay more. Any details would be really helpful!!
Replies
0
Boosts
0
Views
629
Activity
Nov ’20
how is to turn on the maps capability?
How is to turn on the maps capability in application?
Replies
4
Boosts
0
Views
414
Activity
May ’16
Reply to Swift Tour contains an experiment wherein one must call a function that returns only odd numbers.
Within the 'The Swift Programming Language iBook, the Language Guide can be used alongside The Tour, if more detailed explanations are required. The 'Basic Operator' section of the Language Guide defines the remainder operator, %, which, in conjuction with the .map method, enables location of the odd-numbered values within the array. Any integer, when divided by 2, produces a remainder of either 0 or 1. Odd integers contain a remainder of 1. Once located, operations can be performed upon the integers, mutating the values within their respective indices in the array.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’18
Are there any tutorials or guides for AR apps?
Hello. Are there any tutorials or guides to follow on developing AR apps? From what I see in the documentation it is mostly a reference. As someone new to developing AR apps for iOS I was wondering if there is some documentation that gives an overview of the general approach and structure of AR apps. Thanks, Val
Replies
5
Boosts
0
Views
7.5k
Activity
Aug ’20
Bottom layout guide is deprecated
Since i have upgraded to Xcode 9 & Target (11.0) I have following problems one top and Bottom - LaunchScreen.storyboard: Bottom layout guide is deprecated since iOS 11.0 Please assist regards Kelvin Johnston
Replies
1
Boosts
0
Views
1.5k
Activity
Jun ’17