GpsCoordinates

public class GpsCoordinates : CustomStringConvertible, JSONRepresentable

GPS coordinates for a photo or video.

  • Latitude of the GPS coordinates.

    Declaration

    Swift

    public let latitude: Double
  • Longitude of the GPS coordinates.

    Declaration

    Swift

    public let longitude: Double
  • Declaration

    Swift

    public var description: String { get }