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 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 SourceLatitude
Latitude of the GPS coordinates.
Declaration
public double Latitude { get; protected set; }
Property Value
Type | Description |
---|---|
System.Double |
Longitude
Longitude of the GPS coordinates.
Declaration
public double Longitude { get; protected set; }
Property Value
Type | Description |
---|---|
System.Double |