ImageProperties.Latitude Property

Definition

Gets the latitude coordinate where the photo was taken.

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

Property Value

The latitude coordinate where the photo was taken.

The system computes this coordinate using the following file properties:

Remarks

To set the latitude or longitude of the photo, you must set all four of the file properties that are used to compute the latitude coordinate.

For code examples that demonstrate working with Latitude, Longitude and their underlying file properties, see the Simple imaging sample.

Applies to