GeoLocationLogInfo
public class GeoLocationLogInfo : CustomStringConvertible, JSONRepresentable
Geographic location details.
-
City name.
Declaration
Swift
public let city: String?
-
Region name.
Declaration
Swift
public let region: String?
-
Country code.
Declaration
Swift
public let country: String?
-
IP address.
Declaration
Swift
public let ipAddress: String
-
Declaration
Swift
public var description: String { get }