Location
public struct Location : Codable, Equatable, FunctionResult
Describes a location on planet Earth
-
Latitude of the location in degrees; as defined by the sender
Declaration
Swift
public let latitude: Double -
Longitude of the location, in degrees; as defined by the sender
Declaration
Swift
public let longitude: Double -
Describes a location on planet Earth
Declaration
Swift
public init(latitude: Double, longitude: Double)Parameters
latitudeLatitude of the location in degrees; as defined by the sender
longitudeLongitude of the location, in degrees; as defined by the sender
View on GitHub
Install in Dash
Location Structure Reference