Show / Hide Table of Contents

Class GpsCoordinates

GPS coordinates for a photo or video.

Inheritance
System.Object
GpsCoordinates
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class GpsCoordinates

Constructors

| Improve this Doc View Source

GpsCoordinates(Double, Double)

Initializes a new instance of the GpsCoordinates class.

Declaration
public GpsCoordinates(double latitude, double longitude)
Parameters
Type Name Description
System.Double latitude

Latitude of the GPS coordinates.

System.Double longitude

Longitude of the GPS coordinates.

Properties

| Improve this Doc View Source

Latitude

Latitude of the GPS coordinates.

Declaration
public double Latitude { get; protected set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Longitude

Longitude of the GPS coordinates.

Declaration
public double Longitude { get; protected set; }
Property Value
Type Description
System.Double
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GpsCoordinates(Double, Double)
  • Properties
    • Latitude
    • Longitude
Back to top Generated by DocFX