GPSCoordinates
public struct GPSCoordinates : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The latitude coordinate of the location.
Declaration
Swift
public let latitude: Double -
The longitude coordinate of the location.
Declaration
Swift
public let longitude: Double -
Undocumented
Declaration
Swift
public init(latitude: Double, longitude: Double)
View on GitHub
GPSCoordinates Structure Reference