VideoProperties.Latitude Property

Definition

Gets the latitude coordinate where the video was shot.

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

Property Value

The latitude coordinate where the video was shot.

The system computes this coordinate using the following file properties:

Remarks

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

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

Applies to