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 SourceGpsCoordinates(Double, Double)
Initializes a new instance of the Gps
Declaration
public GpsCoordinates(double latitude, double longitude)
Parameters
Type | Name | Description |
---|---|---|
System. |
latitude | Latitude of the GPS coordinates. |
System. |
longitude | Longitude of the GPS coordinates. |
Properties
| Improve this Doc View SourceLatitude
Latitude of the GPS coordinates.
Declaration
public double Latitude { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
Longitude
Longitude of the GPS coordinates.
Declaration
public double Longitude { get; protected set; }
Property Value
Type | Description |
---|---|
System. |