ImageProperties.Longitude Property

Definition

Gets the longitude coordinate where the photo was taken.

public:
 property IReference<double> ^ Longitude { IReference<double> ^ get(); };
IReference<double> Longitude();
public System.Nullable<double> Longitude { get; }
var iReference = imageProperties.longitude;
Public ReadOnly Property Longitude As Nullable(Of Double)

Property Value

The longitude coordinate where the photo was taken.

The system computes this coordinate using the following file properties:

Applies to