You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was following the documentation literally and I got the error in the title
let request = Location.getLocation(withAccuracy: .city, frequency: .oneShot, timeout: 50, onSuccess: { (location) in
// You will receive at max one event if desidered accuracy can be achieved; this because you have set .OneShot as frequency.
}) { (lastValidLocation, error) in
}
request.stop()
The text was updated successfully, but these errors were encountered:
I was following the documentation literally and I got the error in the title
The text was updated successfully, but these errors were encountered: