GeoLocation
public struct GeoLocation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The latitude information of the remote IP address.
Declaration
Swift
public let lat: Double?
-
The longitude information of the remote IP address.
Declaration
Swift
public let lon: Double?
-
Undocumented
Declaration
Swift
public init(lat: Double? = nil, lon: Double? = nil)