Location

public struct Location : Codable

Struct representing a location.

  • The latitude of the location.

    Declaration

    Swift

    public let latitude: Double
  • The longitude of the location.

    Declaration

    Swift

    public let longitude: Double