LocationConfiguration
public struct LocationConfiguration
A type representing user location data. Initially a default location in Fort William is set but the user can specify a location or use their iOS device’s location.
-
Whether or not the user has chosen to use the location reported by their iOS device.
Declaration
Swift
public let useLocation: Bool
-
The location recorded by the app.
Declaration
Swift
public let location: CLLocationCoordinate2D