python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
locationManager.startUpdatingLocation gets executed too late
I am trying to get my user's current location using a closure, but it returns a nil value because the locationManager.startUpdatingLocation() sets the value after the closure has returned the (nil) va...
Maria
Votes: 0
Answers: 1
Idea how to smooth the animation movement in Scenekit
I'm try to develope a custom gps use Scenekit, so far the app simply move a blue cube on the Scenekit world based on the real GPS position user.
For now i move the cube only on z axis, calculating the...
Damiano Miazzi
Votes: 0
Answers: 0
I want to change the size of the locationbutton swiftUI
import CoreLocationUI
LocationButton(.currentLocation, action: {
}).labelStyle(.iconOnly)
I didn't find helpful documentation for the new location button. pleas...
Noura
Votes: 0
Answers: 2
didExitRegion doesnt get trigger when the app is terminated CLLocationManagerDelegate
I have been testing my application for about a week now, Our app takes some regions for example in the current testing we have 6 regions each region has 120m radius. The app is built by following this...
Mudassir Zulfiqar
Votes: 0
Answers: 1